Title: Computations over Distributed Data without Aggregation
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Package: distcomp
Version: 1.3-3
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)
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-09-01 18:28:23 UTC; naras
Author: Balasubramanian Narasimhan [aut, cre],
  Marina Bendersky [aut],
  Sam Gross [aut],
  Terry M. Therneau [ctb],
  Thomas Lumley [ctb]
Repository: CRAN
Date/Publication: 2022-09-01 21:00:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 17:29:52 UTC; windows
Archs: i386, x64
