-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.11 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
Package: SimEngine
Type: Package
Title: A Modular Framework for Statistical Simulations in R
Version: 1.4.0
Authors@R: c(person("Avi", "Kenny", email = "avi.kenny@gmail.com", role = c("aut", "cre")),
person("Charles", "Wolock", email = "cwolock@uw.edu", role = "aut"))
Description: An open-source R package for structuring, maintaining, running, and debugging statistical simulations on both local and cluster-based computing environments.See full documentation at <https://avi-kenny.github.io/SimEngine/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
magrittr (>= 2.0.3)
Imports:
dplyr (>= 1.0.10),
parallel (>= 4.2.2),
pbapply (>= 1.6.0),
data.table (>= 1.14.6),
rlang (>= 1.0.6),
methods (>= 4.2.2),
stats (>= 4.0.0),
utils (>= 4.2.2),
MASS (>= 7.3.50)
Suggests:
covr (>= 3.6.1),
knitr (>= 1.41),
rmarkdown (>= 2.19),
testthat (>= 3.1.6),
tidyr (>= 1.2.1),
ggplot2 (>= 3.4.0),
sandwich (>= 3.0.2)
URL: https://avi-kenny.github.io/SimEngine/
BugReports: https://github.com/Avi-Kenny/SimEngine/issues