forked from philchalmers/SimDesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.44 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: SimDesign
Title: Structure for Organizing Monte Carlo Simulation Designs
Version: 1.14.2
Authors@R: c(person("Phil", "Chalmers", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID="0000-0001-5332-2810")),
person("Matthew", "Sigal", role = c("ctb")),
person("Ogreden", family="Oguzhan", role = c("ctb")))
Description: Provides tools to help safely and efficiently organize Monte Carlo simulations in R.
The package controls the structure and back-end of Monte Carlo simulations
by utilizing a general generate-analyse-summarise strategy. The functions provided control
common simulation issues such as re-simulating non-convergent results, support parallel
back-end and MPI distributed computations, save and restore temporary files,
aggregate results across independent nodes, and provide native support for debugging.
For a pedagogical introduction to the package refer to
Sigal and Chalmers (2016) <doi:10.1080/10691898.2016.1246953>.
VignetteBuilder: knitr
Depends:
R (>= 3.2.1)
Imports:
foreach,
methods,
parallel,
plyr,
dplyr,
pbapply (>= 1.3-0),
stats
Suggests:
knitr,
ggplot2,
shiny,
doMPI,
copula,
extraDistr,
rmarkdown
License: GPL (>=2)
ByteCompile: yes
LazyData: true
URL: https://github.com/philchalmers/SimDesign,
https://github.com/philchalmers/SimDesign/wiki
RoxygenNote: 6.1.1