-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
29 lines (29 loc) · 1.22 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
Package: GRAPLEr
Title: Distributed Computing Made Easy for Lake Ecology Modeling
Version: 3.1.2
Authors@R: c(person("Ken", "Subratie", role = c("aut", "cre"), email = "[email protected]"),
person("Renato", "Figueiredo", role = "aut", email = "[email protected]"),
person("Saumitra", "Aditya", role = "ctb"),
person("Srinivas", "Mahesula", role = "ctb"),
person("Jaikrishna", "Tanjore Sukumar", role = "ctb"),
person("Hari Hara Subramani", "Sundararaman", role = "ctb"),
person("Vahid", "Daneshmand", role = "ctb"))
Description: Brings the power of distributing computing to the
fingertips of lake ecology modelers. It is an R Package for connecting to
the GRAPLE Web Service (GWS) and running GRAPLE jobs. Experiments consisting
of thousands of simulations can be evaluated in a fraction of the time by
submitting batches of GLM (General Lake Model) simulations to a distributed
computing system, directly from your R/RStudio environment.
Depends:
R (>= 3.1.1)
Imports:
jsonlite,
RCurl,
httr,
methods
License: MIT + file LICENSE
URL: http://graple.org/
BugReports: https://github.com/GRAPLE/GRAPLEr/issues
LazyData: true
RoxygenNote: 5.0.1
Suggests: testthat