-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.74 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
Package: newdata
Title: Generate New Data Frames for Prediction
Version: 0.0.0.9023
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Kirill", "Müller", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Ayla", "Pearson", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Nadine", "Hussein", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person("Maëlle", "Salmon", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Poisson Consulting", role = c("fnd", "cph"))
)
Description: Generates new data frames for predictive purposes. By
default, all specified variables vary across their range while all
other variables are held constant at the default reference value.
Types, classes, factor levels and time zones are always preserved.
The user can specify the length of each sequence, require that only
observed values and combinations are used and add new variables.
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/newdata/,
https://github.com/poissonconsulting/newdata/
BugReports: https://github.com/poissonconsulting/newdata/issues
Depends:
R (>= 4.0)
Imports:
chk,
dplyr,
hms,
lifecycle,
rlang,
tibble,
tidyr,
vctrs
Suggests:
covr,
datasets,
testthat (>= 3.0.0),
withr
Config/Needs/website: poissonconsulting/poissontemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2