-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 1.76 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 loc) · 1.76 KB
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
56
57
58
59
60
61
62
63
64
Package: logolink
Title: An Interface for Running 'NetLogo' Simulations
Version: 1.0.1.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "danielvartan@proton.me",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: An interface for 'NetLogo' <https://www.netlogo.org> that enables
programmatic setup and execution of simulations. Designed to facilitate
integrating 'NetLogo' models into reproducible workflows by creating and
running 'BehaviorSpace' experiments and retrieving their results.
License: GPL (>= 3)
URL: https://danielvartan.github.io/logolink/,
https://github.com/danielvartan/logolink/
BugReports: https://github.com/danielvartan/logolink/issues/
Depends: R (>= 4.4)
Imports:
checkmate (>= 2.3.4),
cli (>= 3.6.5),
dplyr (>= 1.2.0),
fs (>= 1.6.6),
glue (>= 1.8.0),
janitor (>= 2.2.1),
magrittr (>= 2.0.4),
purrr (>= 1.2.1),
readr (>= 2.1.6),
tidyr (>= 1.3.2),
stringr (>= 1.6.0),
xml2 (>= 1.5.2)
Suggests:
bslib (>= 0.10.0),
brand.yml (>= 0.1.0),
colorspace (>= 2.1.2),
covr (>= 3.6.5),
curl (>= 7.0.0),
ggplot2 (>= 4.0.2),
ggimage (>= 0.3.5),
ggtext (>= 0.1.2),
here (>= 1.0.2),
httr2 (>= 1.2.2),
knitr (>= 1.51),
lifecycle (>= 1.0.5),
magick (>= 2.9.0),
quarto (>= 1.5.1),
ragg (>= 1.5.0),
remotes (>= 2.5.0),
rsvg (>= 2.7.0),
scales (>= 1.4.0),
spelling (>= 2.3.2),
tibble (>= 3.3.1),
testthat (>= 3.3.2)
SystemRequirements: NetLogo >= 7.0.1
VignetteBuilder: quarto
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true