Package: RcppTN
Type: Package
Title: Rcpp-Based Truncated Normal Distribution RNG and Family
Version: 0.2-1
Date: 2017-07-02
Authors@R: c(person("Jonathan", "Olmsted",
                              role = c("aut", "cre"),
                              email = "jpolmsted@gmail.com"))
Author: Jonathan Olmsted [aut, cre]
Maintainer: Jonathan Olmsted <jpolmsted@gmail.com>
Description: R-level and C++-level functionality
    to generate random deviates from and calculate moments of a
    Truncated Normal distribution using the algorithm of Robert (1995) <DOI:10.1007/BF00143942>.
    In addition to RNG, functions for calculating moments, densities,
    and entropies are provided at both levels.
URL: http://github.com/olmjo/RcppTN
BugReports: http://github.com/olmjo/RcppTN/issues
License: GPL (>= 2)
Depends:
Suggests: knitr (>= 1.1), ggplot2, msm, truncnorm, testthat,
        microbenchmark
LinkingTo: Rcpp
Imports: Rcpp
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-07-03 16:58:24 UTC; olmjo
Repository: CRAN
Date/Publication: 2017-07-09 06:18:15 UTC
