-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.42 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
Package: montetools
Type: Package
Title: A suite of tools for running and presenting Monte Carlo simulations
Version: 0.0.0.9000
Date: 2021-09-04
Authors@R: c(
person("Scott", "Kostyshak",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4757-117X"))
)
Description: This suite facilitates running Monte Carlo simulations to get numerically reproducible results, to present them in publication-ready formats, and has the following features: simulations can be run in parallel on all platforms; you can set up a backup file so that if your simulations are interrupted you can resume; and you can output results to LaTeX tables.
URL: https://github.com/scottkosty/montetools
BugReports: https://github.com/scottkosty/montetools/issues
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.0),
future (>= 1.22.0),
progressr (>= 0.9.0)
Imports:
plyr,
future.apply (>= 1.7.0),
RhpcBLASctl,
digest (>= 0.6.19),
parallelly,
xtable,
lubridate,
globals,
codetools,
stats,
methods,
utils,
rlang,
git2r,
tinytex,
tools,
glue,
ggplot2
Suggests:
testthat (>= 3.0.0),
gt
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: statistics, mc-reproduce, order-invariance, globals, mc-extend, mc-run, mc-diags, mc-combine, backup-mechanism
Encoding: UTF-8