Last data update: 2014.03.03

SimDesign

Package: SimDesign
Title: Structure for Organizing Monte Carlo Simulation Designs
Version: 1.0
Date: 2016-06-12
Authors@R: person("Phil", "Chalmers", email = "rphilip.chalmers@gmail.com",
role = c("aut", "cre"))
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.
VignetteBuilder: knitr
Depends: R (>= 3.0.2)
Imports: foreach, methods, parallel, plyr, stats
Suggests: knitr, dplyr, ggplot2, doMPI
License: GPL (>= 2)
LazyData: true
URL: https://github.com/philchalmers/SimDesign,
https://github.com/philchalmers/SimDesign/wiki
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-12 11:33:35 UTC; phil
Author: Phil Chalmers [aut, cre]
Maintainer: Phil Chalmers <rphilip.chalmers@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-12 17:22:58

● 0 images, 19 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'SimDesign' ...
** package 'SimDesign' successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'SimDesign'
    finding HTML links ... done
    Analyse                                 html  
    Attach                                  html  
    BF_sim                                  html  
    BF_sim_alternative                      html  
    ECR                                     html  
    EDR                                     html  
    Generate                                html  
    MAE                                     html  
    RE                                      html  
    RMSE                                    html  
    SimAnova                                html  
    SimClean                                html  
    SimDesign                               html  
    SimFunctions                            html  
    Summarise                               html  
    add_missing                             html  
    aggregate_simulations                   html  
    bias                                    html  
    runSimulation                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (SimDesign)
Making 'packages.html' ... done