-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
57 lines (57 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: SimDesign
Title: Structure for Organizing Monte Carlo Simulation Designs
Version: 2.18
Authors@R: c(person("Phil", "Chalmers", email = "rphilip.chalmers@gmail.com", role = c("aut", "cre"),
comment = c(ORCID="0000-0001-5332-2810")),
person("Matthew", "Sigal", role = c("ctb")),
person("Ogreden", family="Oguzhan", role = c("ctb")),
person("Mikko ", family="Ronkko", role = c("ctb")))
Description: Provides tools to safely and efficiently organize and execute
Monte Carlo simulation experiments in R.
The package controls the structure and back-end of Monte Carlo simulation experiments
by utilizing a generate-analyse-summarise workflow. The workflow safeguards against
common simulation coding issues, such as automatically re-simulating non-convergent results,
prevents inadvertently overwriting simulation files, catches error and warning messages
during execution, implicitly supports parallel processing with high-quality random number
generation, and provides tools for managing high-performance computing (HPC) array jobs
submitted to schedulers such as SLURM. For a pedagogical introduction to the package see
Sigal and Chalmers (2016) <doi:10.1080/10691898.2016.1246953>. For a more in-depth overview of
the package and its design philosophy see Chalmers and Adkins (2020) <doi:10.20982/tqmp.16.4.p248>.
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
Imports:
methods,
testthat,
parallel,
parallelly,
snow,
dplyr,
sessioninfo,
beepr,
pbapply (>= 1.3-0),
RPushbullet,
future,
future.apply,
progressr,
R.utils,
stats
Suggests:
knitr,
ggplot2,
tidyr,
purrr,
shiny,
copula,
extraDistr,
renv,
cli,
job,
future.batchtools,
FrF2,
rmarkdown
License: GPL (>=2)
ByteCompile: yes
LazyData: true
URL: http://philchalmers.github.io/SimDesign/, https://github.com/philchalmers/SimDesign/wiki
RoxygenNote: 7.3.2