-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.21 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
Package: modelbuilder
Type: Package
Title: Building Compartmental Simulation Models Without Coding
Description: Building and analysis of compartmental simulation models without the need to write code.
Version: 0.2.8
Date: 2021-04-02
Authors@R: c(
person("Andreas", "Handel", email = "ahandel@uga.edu",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4622-1146") ),
person("Ishaan", "Dave", role = "ctb"),
person("Spencer", "Hall", role = "ctb"),
person("Andrew", "Tredennick", role = "ctb"),
person("Alexis", "Vittengl", role = "ctb")
)
Maintainer: Andreas Handel <ahandel@uga.edu>
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
Imports:
adaptivetau (>= 2.2),
deSolve (>= 1.13),
dplyr (>= 0.7.4),
ggplot2 (>= 2.2),
gridExtra (>= 2.3),
plotly,
purrr,
shinyjs,
stats (>= 3.4),
tidyr (>= 0.7),
utils (>= 3.4),
XML
Depends:
R (>= 4.0),
shiny (>= 1.0)
Suggests:
covr,
knitr,
pkgdown,
rmarkdown (>= 1.10),
testthat
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://ahgroup.github.io/modelbuilder, https://github.com/ahgroup/modelbuilder
BugReports: https://github.com/ahgroup/modelbuilder/issues