-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.54 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: ClimMobTools
Type: Package
Title: API Client for the 'ClimMob' Platform
Version: 1.4
Authors@R: c(person("Kauê", "de Sousa",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7571-7845")),
person("Jacob", "van Etten", role = "aut",
comment = c(ORCID = "0000-0001-7554-2558")),
person("Brandon", "Madriz", role = "aut"))
URL: https://agrdatasci.github.io/ClimMobTools/
BugReports: https://github.com/agrdatasci/ClimMobTools/issues
Description: API client for 'ClimMob', an open source software for decentralized
large-N trials with the 'tricot' approach <https://climmob.net/>.
Developed by van Etten et al. (2019) <doi:10.1017/S0014479716000739>, it turns the
research paradigm on its head; instead of a few researchers designing complicated
trials to compare several technologies in search of the best solutions for the
target environment, it enables many participants to carry out reasonably simple
experiments that taken together can offer even more information. 'ClimMobTools'
enables project managers to deep explore and analyse their 'ClimMob' data in R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Depends: R (>= 3.5.0)
Imports:
httr,
jsonlite,
lpSolve,
Matrix,
methods,
RSpectra,
stats,
utils
Suggests:
climatrends,
gosset,
knitr,
nasapower,
rmarkdown,
sf,
PlackettLuce,
testthat (>= 2.1.0)
Language: en-US
RoxygenNote: 7.3.2
VignetteBuilder: knitr