Title: Computations over Distributed Data without Aggregation
Maintainer: Balasubramanian Narasimhan <naras@stat.Stanford.EDU>
Package: distcomp
Version: 0.25.4
URL: http://arxiv.org/abs/1412.6890
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 = "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. Web applications are provided
  (via 'shiny') for the implemented methods to help in designing and deploying the
  computations.
Copyright: inst/COPYRIGHTS
License: LGPL (>= 2)
NeedsCompilation: yes
Packaged: 2015-10-27 19:54:34 UTC; naras
Author: Balasubramanian Narasimhan [aut, cre],
  Marina Bendersky [aut],
  Sam Gross [aut],
  Terry M. Therneau [ctb],
  Thomas Lumley [ctb]
Repository: CRAN
Date/Publication: 2015-10-28 00:09:45
Built: R 3.2.3; x86_64-apple-darwin10.8.0; 2015-12-15 15:32:33 UTC; unix
Archs: distcomp.so.dSYM
