-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.78 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: nlist
Title: Lists of Numeric Atomic Objects
Version: 0.3.3.9000
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Kirill", "Müller", role = "ctb",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Nadine", "Hussein", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person("Ayla", "Pearson", role = "ctb",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Create and manipulate numeric list ('nlist') objects. An
'nlist' is an S3 list of uniquely named numeric objects. An numeric
object is an integer or double vector, matrix or array. An 'nlists'
object is a S3 class list of 'nlist' objects with the same names,
dimensionalities and typeofs. Numeric list objects are of interest
because they are the raw data inputs for analytic engines such as
'JAGS', 'STAN' and 'TMB'. Numeric lists objects, which are useful for
storing multiple realizations of of simulated data sets, can be
converted to coda::mcmc and coda::mcmc.list objects.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/nlist
BugReports: https://github.com/poissonconsulting/nlist/issues
Depends:
R (>= 4.0)
Imports:
abind,
chk,
coda,
extras,
generics,
lifecycle,
purrr,
rlang,
stats,
term,
tibble,
universals
Suggests:
covr,
knitr,
mcmcr,
rmarkdown,
testthat
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/website: poissonconsulting/poissontemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000