Package: mrgsim.parallel
Type: Package
Title: Simulate with 'mrgsolve' in Parallel
Version: 0.1.1
Author: Kyle Baron
Maintainer: Kyle Baron <kylebtwin@imap.cc>
Description: Simulation from an 'mrgsolve' 
    <https://cran.r-project.org/package=mrgsolve> model using a parallel backend.  
    Input data sets are split (chunked) and simulated in parallel using 
    mclapply() or future_lapply() 
    <https://cran.r-project.org/package=future.apply>.
License: GPL (>= 2)
Imports: parallel, dplyr, future.apply
Depends: mrgsolve, R (>= 3.5.0)
Suggests: testthat
Encoding: UTF-8
LazyData: true
URL: https://github.com/kylebaron/mrgsim.parallel
BugReports: https://github.com/kylebaron/mrgsim.parallel/issues
RoxygenNote: 7.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2020-07-06 12:10:36 UTC; kyleb
Repository: CRAN
Date/Publication: 2020-07-06 15:30:02 UTC
Built: R 3.6.3; ; 2020-08-05 06:13:23 UTC; windows
