-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION.prev
25 lines (25 loc) · 965 Bytes
/
DESCRIPTION.prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: RcppTN
Type: Package
Title: Rcpp-Based Truncated Normal Distribution RNG and Family
Version: 0.2-2
Date: 2017-11-21
Authors@R: c(person("Jonathan", "Olmsted",
role = c("aut", "cre"),
email = "[email protected]"))
Author: Jonathan Olmsted [aut, cre]
Maintainer: Jonathan Olmsted <[email protected]>
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