Skip to content

Commit 24de4cb

Browse files
authored
Update ModelArray roxygen (#118)
1 parent cc67464 commit 24de4cb

33 files changed

+2353
-1023
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Imports:
4040
rlang,
4141
tibble,
4242
tidyr
43-
RoxygenNote: 7.3.2
43+
RoxygenNote: 7.3.3
44+
Roxygen: list(markdown = TRUE)
4445
Suggests:
4546
rmarkdown,
4647
knitr,

NAMESPACE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export(scalarNames)
2424
export(scalars)
2525
export(sources)
2626
export(writeResults)
27+
exportClasses(ModelArray)
2728
exportMethods(analysisNames)
2829
exportMethods(elementMetadata)
2930
exportMethods(exampleElementData)
@@ -49,7 +50,6 @@ importFrom(crayon,black)
4950
importFrom(dplyr,"%>%")
5051
importFrom(dplyr,bind_cols)
5152
importFrom(dplyr,filter)
52-
importFrom(dplyr,mutate)
5353
importFrom(dplyr,select)
5454
importFrom(glue,glue)
5555
importFrom(magrittr,"%>%")
@@ -60,12 +60,8 @@ importFrom(mgcv,ti)
6060
importFrom(rhdf5,h5closeAll)
6161
importFrom(rhdf5,h5ls)
6262
importFrom(rhdf5,h5readAttributes)
63-
importFrom(rlang,":=")
6463
importFrom(rlang,.data)
6564
importFrom(stats,as.formula)
66-
importFrom(stats,drop.terms)
6765
importFrom(stats,lm)
68-
importFrom(stats,p.adjust)
6966
importFrom(stats,p.adjust.methods)
70-
importFrom(stats,terms)
7167
importFrom(utils,head)

R/ModelArray_Constructor.R

Lines changed: 303 additions & 129 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)