forked from cran/distcomp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.69 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Title: Computations over Distributed Data without Aggregation
Maintainer: Balasubramanian Narasimhan <[email protected]>
Package: distcomp
Version: 1.0-1
URL: http://dx.doi.org/10.18637/jss.v077.i13
Depends: survival, stats, R (>= 3.1.0)
Imports: utils, shiny, httr (>= 1.0.0), digest, jsonlite, stringr, R6
(>= 2.0)
Suggests: opencpu
Authors@R: c(person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
email = "[email protected]"),
person("Marina", "Bendersky", role=c("aut")),
person("Sam", "Gross", role=c("aut")),
person(c("Terry", "M."), "Therneau", role=c("ctb")),
person("Thomas", "Lumley", role=c("ctb")))
Description: 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.
Copyright: inst/COPYRIGHTS
License: LGPL (>= 2)
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-05-16 18:43:31 UTC; naras
Author: Balasubramanian Narasimhan [aut, cre],
Marina Bendersky [aut],
Sam Gross [aut],
Terry M. Therneau [ctb],
Thomas Lumley [ctb]
Repository: CRAN
Date/Publication: 2017-05-16 19:08:02 UTC