-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
Package: rama
Type: Package
Title: An R Interface to the GAMA Simulation Platform
Version: 0.1.0
Authors@R: c(person("Marc", "Choisy",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5187-6390")),
person("Lucie", "Contamin",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-5797-1279")),
person("Benoît", "Gaudou",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9005-3004")),
person("Bich Hai", "Ho",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6344-0180")),
person("Viet Thanh", "Le",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-2106-8130")),
person("Nicolas", "Marilleau",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1004-4352")),
person("Jean-Daniel", "Zucker",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-5597-7922")),
person("IRD", role = c("cph", "fnd")),
person("OUCRU", role = c("cph", "fnd")))
Maintainer: Marc Choisy <[email protected]>
Description: An R Interface to the GAMA Simulation Platform.
License: MIT + file LICENSE
URL: https://github.com/r-and-gama/rama
BugReports: https://github.com/r-and-gama/rama/issues
Encoding: UTF-8
Depends:
R (>= 2.10)
Imports:
animation,
XML,
plot3D,
downloader
LazyData: true
RoxygenNote: 6.1.1
Suggests:
knitr,
magick,
rmarkdown,
testthat
VignetteBuilder: knitr