-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 869 Bytes
/
DESCRIPTION
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
26
27
28
Package: varapproxr
Type: Package
Title: Variational approximations
Version: 0.0.0.9000
Date: 2019-06-21
Authors@R: person("James", "Totterdell", email = "jatotterdell@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9459-2566"))
Description: Repository for variational approximation implementations in R. Currently only focuses on deterministic semiparametric approaches, in particular, normal approximations.
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports:
Rcpp,
nlme,
rmarkdown,
markdown,
mvnfast
LinkingTo: Rcpp, RcppArmadillo, BH
RoxygenNote: 7.1.2
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
knitr,
pkgdown,
spelling
VignetteBuilder: knitr
URL: https://jatotterdell.github.io/varapproxr/
BugReports: https://github.com/jatotterdell/varapproxr/issues
Language: en-GB
Config/testthat/edition: 3