-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.39 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
Package: term
Title: Create, Manipulate and Query Parameter Terms
Version: 0.3.5.9000
Authors@R: c(
person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Kirill", "Müller", role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Ayla", "Pearson", role = "ctb",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Evan", "Amies-Galonski", , "evan@poissonconsulting.ca", role = "ctb",
comment = c(ORCID = "0000-0003-1096-2089")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Creates, manipulates, queries and repairs vectors of
parameter terms. Parameter terms are the labels used to reference
values in vectors, matrices and arrays. They represent the names in
coefficient tables and the column names in 'mcmc' and 'mcmc.list'
objects.
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/term/,
https://github.com/poissonconsulting/term
BugReports: https://github.com/poissonconsulting/term/issues
Depends:
R (>= 4.0)
Imports:
chk (>= 0.8.1),
extras,
lifecycle,
purrr,
rlang,
universals,
vctrs
Suggests:
covr,
testthat (>= 3.0.0)
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2