-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
Package: mosaicCore
Type: Package
Title: Common Utilities for Other MOSAIC-Family Packages
Version: 0.9.5.9000
Depends:
R (>= 4.1.0)
Imports:
stats,
dplyr,
rlang,
tidyr,
MASS
Suggests:
mosaicData,
mosaic,
ggformula,
NHANES,
testthat,
mosaicCalc (>= 0.5.9)
Authors@R: c(person(given = "Randall",
family = "Pruim",
role = c("aut", "cre"),
email = "rpruim@calvin.edu"),
person(given = c("Daniel", "T."),
family = "Kaplan",
role = "aut",
email = "kaplan@macalester.edu"),
person(given = c("Nicholas", "J."),
family = "Horton",
role = "aut",
email = "nhorton@amherst.edu"))
Description: Common utilities used in other MOSAIC-family packages are
collected here.
License: GPL (>=2)
LazyLoad: yes
LazyData: yes
URL: https://github.com/ProjectMOSAIC/mosaicCore
BugReports: https://github.com/ProjectMOSAIC/mosaicCore/issues
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8