-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 1.25 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
Package: analyzeBehaviorspace
Version: 1.2.0
Date: 2024-08-08
Type: Package
Title: Processes NetLogo BehaviorSpace Output
Authors@R: c(person("Jonathan", "Gilligan", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0003-1375-6686")))
Description: Reads in table-style output from NetLogo BehaviorSpace
experiments, allows the user to do some basic organizing and interactive
plotting, and to export charts and summary tables.
Depends:
R (>= 4.0),
shiny (>= 1.9)
Imports:
dplyr (>= 1.1),
tidyr (>= 1.3),
readr (>= 2.1),
purrr (>= 1.0),
ggplot2 (>= 3.5),
stringr (>= 1.5),
DT (>= 0.33),
shinyalert (>= 3.1),
janitor (>= 2.2),
rlang (>= 1.1),
tidyselect (>= 1.2),
plotly (>= 4.10)
Suggests:
testthat (>= 3.2),
shinytest2 (>= 0.3),
shinyvalidate (>= 0.1),
knitr (>= 1.2),
rmarkdown (>= 2.27)
License: MIT + file LICENSE
URL: https://github.com/jonathan-g/analyzeBehaviorspace,
https://jonathan-g.github.io/analyzeBehaviorspace
BugReports: https://github.com/jonathan-g/analyzeBehaviorspace/issues
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)