Skip to content

Commit

Permalink
Update to align with CRAN submission
Browse files Browse the repository at this point in the history
Remove survival model testing for CRAN.
update datasets
fix gg_error plotting issue #35
  • Loading branch information
ehrlinger committed Apr 25, 2022
1 parent 82e20e2 commit abda953
Show file tree
Hide file tree
Showing 202 changed files with 213 additions and 29,674 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Imports:
ggplot2,
survival,
parallel,
tidyr
tidyr,
randomForest,
Suggests:
testthat,
rmdformats,
Expand All @@ -30,8 +31,8 @@ Suggests:
knitr,
rmarkdown,
plot3D,
randomForest,
lintr
lintr,
datasets
RoxygenNote: 7.1.2
LazyData: true
LazyDataCompression: bzip2
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(parallel,mclapply)
importFrom(randomForest,randomForest)
importFrom(randomForestSRC,find.interaction)
importFrom(randomForestSRC,plot.variable)
importFrom(randomForestSRC,rfsrc)
Expand All @@ -97,6 +98,7 @@ importFrom(randomForestSRC,vimp)
importFrom(stats,formula)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
Expand Down
Loading

0 comments on commit abda953

Please sign in to comment.