diff --git a/.Rbuildignore b/.Rbuildignore index 804928d..62639ed 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ ^.*\.Rproj$ ^\.Rproj\.user$ -copyJar \ No newline at end of file +copyJar +.gitignore \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 350fd85..4b3863f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,8 +6,8 @@ Authors@R: c( person("Joel", "Therrien", email = "joel_therrien@sfu.ca", role = c("aut", "cre", "cph")), person("Jiguo", "Cao", email = "jiguo_cao@sfu.ca", role = c("aut", "dgs")) ) -Description: This package is used for training competing risk random forests on larger scale datasets. - It currently supports training models, running predictions, plotting those predictions (they are curves), +Description: Used for training competing risk random forests on larger scale datasets. + It currently supports training models, running predictions, plotting those predictions, and some simple error analysis using concordance measures. License: GPL-3 Copyright: All provided source code is copyrighted and owned by Joel Therrien. diff --git a/NOTICE b/inst/NOTICE similarity index 100% rename from NOTICE rename to inst/NOTICE diff --git a/licenses/csvCommons.txt b/inst/licenses/csvCommons.txt similarity index 100% rename from licenses/csvCommons.txt rename to inst/licenses/csvCommons.txt diff --git a/licenses/jackson.txt b/inst/licenses/jackson.txt similarity index 100% rename from licenses/jackson.txt rename to inst/licenses/jackson.txt diff --git a/licenses/largeRCRF.txt b/inst/licenses/largeRCRF.txt similarity index 100% rename from licenses/largeRCRF.txt rename to inst/licenses/largeRCRF.txt