-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.17 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
Package: vortexR
Type: Package
Title: Post Vortex Simulation Analysis
Description: Facilitate Post Vortex Simulation Analysis by offering
tools to collate multiple Vortex (v10) output files into one R object, and
analyse the collated output statistically. Vortex is a software for
the development of individual-based model for population dynamic simulation
(see <https://scti.tools/vortex/>).
Version: 1.1.9
Authors@R: c(
person("Carlo", "Pacioni", email="[email protected]", role=c("aut", "cre")),
person(c("Florian", "W."), "Mayer", email="[email protected]", role="aut"))
Author: Carlo Pacioni [aut, cre], Florian W. Mayer [aut]
Maintainer: Carlo Pacioni <[email protected]>
License: GPL-3
URL: https://github.com/carlopacioni/vortexR/
BugReports: https://github.com/carlopacioni/vortexR/issues
Depends:
R (>= 3.1.0)
Imports:
betareg,
data.table,
ggplot2,
glmulti,
gtools (>= 3.4.2),
GGally (>= 1.5.0),
irr (>= 0.84.1),
plyr,
R.utils,
stringr,
vortexRdata (>= 1.0.3)
Suggests:
devtools,
gridExtra,
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2