Implementing algorithms and fitting models when sites (possibly remote) share
computation summaries rather than actual data over HTTP with a master R process (using
'opencpu', for example). A stratified Cox model and a singular value decomposition are
provided. The former makes direct use of code from the R 'survival' package. (That is,
the underlying Cox model code is derived from that in the R 'survival' package.)
Sites may provide data via several means: CSV files, Redcap API, etc. An extensible
design allows for new methods to be added in the future. Web applications are provided
(via 'shiny') for the implemented methods to help in designing and deploying the
computations.
Version: |
0.25.4 |
Depends: |
survival, stats, R (≥ 3.1.0) |
Imports: |
utils, shiny, httr (≥ 1.0.0), digest, jsonlite, stringr, R6 (≥ 2.0) |
Suggests: |
opencpu |
Published: |
2015-10-28 |
Author: |
Balasubramanian Narasimhan [aut, cre],
Marina Bendersky [aut],
Sam Gross [aut],
Terry M. Therneau [ctb],
Thomas Lumley [ctb] |
Maintainer: |
Balasubramanian Narasimhan <naras at stat.Stanford.EDU> |
License: |
LGPL-2 | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2)] |
Copyright: |
inst/COPYRIGHTS distcomp copyright details |
URL: |
http://arxiv.org/abs/1412.6890 |
NeedsCompilation: |
yes |
Materials: |
README |
CRAN checks: |
distcomp results |