From a3d38c252b93fa619fb96d64ef6ddd384054e34f Mon Sep 17 00:00:00 2001 From: Joel Therrien Date: Tue, 2 Jul 2019 10:46:36 -0700 Subject: [PATCH] Slight reordering of files; prepping for CRAN release --- .Rbuildignore | 3 ++- DESCRIPTION | 4 ++-- NOTICE => inst/NOTICE | 0 {licenses => inst/licenses}/csvCommons.txt | 0 {licenses => inst/licenses}/jackson.txt | 0 {licenses => inst/licenses}/largeRCRF.txt | 0 6 files changed, 4 insertions(+), 3 deletions(-) rename NOTICE => inst/NOTICE (100%) rename {licenses => inst/licenses}/csvCommons.txt (100%) rename {licenses => inst/licenses}/jackson.txt (100%) rename {licenses => inst/licenses}/largeRCRF.txt (100%) 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