forked from GRAPLE/GRAPLEr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 922 Bytes
/
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
Package: GRAPLEr
Title: Distributed computing made easy for lake ecology modeling
Version: 2.0.0
Authors@R: c(person("Ken", "S", role = c("aut", "cre"),
email = "[email protected]"),
person("Renato", "F", role = "cph"),
person("Saumitra", "A", role = "ctb",
email = "[email protected]"))
Description: GRAPLEr 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:
bitops,
jsonlite,
RCurl,
License: GPL-3
URL: http://graple.org/
LazyData: true
RoxygenNote: 5.0.1