-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
53 lines (53 loc) · 1.24 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
Package: villager
Title: A Framework for Designing and Running Agent Based Models
Version: 2.0.0
Authors@R: c(
person(
given = "Thomas",
family = "Thelen",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Gerardo",
family = "Aldana",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Marcus",
family = "Thomson",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Toni",
family = "Gonzalez",
role = c("aut"),
email = "[email protected]"
))
Description: This is a package for creating and running Agent Based Models (ABM). It provides a set of base classes with core functionality to allow bootstrapped models. For more intensive modeling, the supplied classes can be extended to fit researcher needs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends: R (>= 3.5.0)
Imports:
readr,
R6,
uuid
Suggests:
covr,
dplyr,
knitr,
leaflet,
plotly,
remotes,
rmarkdown,
testthat,
roxygen2,
pandoc,
URL: https://github.com/zizroc/villager/
BugReports: https://github.com/zizroc/villager/issues/
VignetteBuilder: knitr