forked from FunWithR/MonteCarlo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 845 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 845 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
Package: MonteCarlo
Type: Package
Title: Automatic Parallelized Monte Carlo Simulations
Version: 1.0.2
Date: 2017-03-10
Author: Christian Hendrik Leschinski
Maintainer: Christian Hendrik Leschinski <leschinski@statistik.uni-hannover.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
Depends:
R (>= 3.0.2),
abind(>= 1.4-0),
codetools(>= 0.2-8),
rlecuyer(>= 0.3-4),
snow(>= 0.4-1),
snowfall(>= 1.84-4),
stats(>= 3.0.2),
utils(>= 3.0.2)
RoxygenNote: 5.0.1
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr