Package: largeRCRF
Type: Package
Title: Large Random Competing Risks Forests
Version: 1.0.5
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: 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. 
     Please see the COPYING file for the terms of the GPL-3 license.
Encoding: UTF-8
LazyData: true
Imports:
    rJava (>= 0.9-9),
    stats (>= 3.4.0)
Suggests:
    parallel,
    testthat,
    knitr,
    rmarkdown
Depends: R (>= 3.4.0)
SystemRequirements: Java JDK 1.8 or higher
RoxygenNote: 6.1.1
VignetteBuilder: knitr