-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.68 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.68 KB
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
37
38
39
40
41
42
43
44
45
Title: Computations over Distributed Data without Aggregation
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Package: distcomp
Version: 1.3-4
VignetteBuilder: knitr
URL: http://dx.doi.org/10.18637/jss.v077.i13
Depends: survival, stats, R (>= 3.5.0)
Imports:
utils,
shiny,
httr (>= 1.0.0),
digest,
jsonlite,
stringr,
R6 (>= 2.0),
dplyr,
rlang,
magrittr,
homomorpheR,
gmp
Suggests:
opencpu,
knitr,
covr,
rmarkdown
Authors@R: c(person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
email = "naras@stat.Stanford.EDU"),
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 and includes facilities
for local prototyping and testing. Web applications are provided (via 'shiny') for
the implemented methods to help in designing and deploying the computations.
Copyright: inst/COPYRIGHTS
Encoding: UTF-8
License: LGPL (>= 2)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3