-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 873 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 873 Bytes
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
Package: MonteCarlo
Type: Package
Title: Automatic Parallelized Monte Carlo Simulations
Version: 1.0.6
Date: 2019-01-29
Author: Christian Hendrik Leschinski
Maintainer: Christian Hendrik Leschinski <christian_leschinski@gmx.de>
Description: Simplifies Monte Carlo simulation studies by automatically
setting up loops to run over parameter grids and parallelising
the Monte Carlo repetitions. It also generates LaTeX tables.
URL: http://github.com/FunWithR/MonteCarlo
BugReports: http://github.com/FunWithR/MonteCarlo/issues
License: GPL-2
Imports:
abind(>= 1.4-0),
codetools(>= 0.2-8),
rlecuyer(>= 0.3-4),
snowfall(>= 1.84-4),
stats(>= 3.0.2),
utils(>= 3.0.2),
reshape(>= 0.8.6)
Depends:
snow(>= 0.4-1)
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown,
testthat,
dplyr,
ggplot2
VignetteBuilder: knitr