2019-05-31 22:13:24 +00:00
|
|
|
Package: largeRCRF
|
|
|
|
Type: Package
|
2019-06-30 22:07:29 +00:00
|
|
|
Title: Large Random Competing Risks Forests
|
2019-06-30 22:41:33 +00:00
|
|
|
Version: 1.0.2
|
2019-06-30 22:07:29 +00:00
|
|
|
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"))
|
|
|
|
)
|
2019-07-02 17:46:36 +00:00
|
|
|
Description: Used for training competing risk random forests on larger scale datasets.
|
|
|
|
It currently supports training models, running predictions, plotting those predictions,
|
2019-05-31 22:13:24 +00:00
|
|
|
and some simple error analysis using concordance measures.
|
|
|
|
License: GPL-3
|
2019-06-30 22:07:29 +00:00
|
|
|
Copyright: All provided source code is copyrighted and owned by Joel Therrien.
|
|
|
|
There are two dependencies (partially provided) used in the Java code; both
|
|
|
|
of which are licensed under the Apache 2.0 License. Please see the NOTICE
|
|
|
|
file for more information.
|
2019-05-31 22:13:24 +00:00
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
|
|
|
Imports:
|
|
|
|
rJava (>= 0.9-9)
|
|
|
|
Suggests:
|
|
|
|
parallel,
|
|
|
|
testthat
|
2019-06-30 22:07:29 +00:00
|
|
|
Depends: R (>= 3.4.0)
|
2019-05-31 22:13:24 +00:00
|
|
|
SystemRequirements: Java JDK 1.8 or higher
|
|
|
|
RoxygenNote: 6.1.1
|