Package: simmer
Type: Package
Version: 3.4.2
Title: Discrete-Event Simulation for R
Description: A process-oriented and trajectory-based Discrete-Event Simulation
    (DES) package for R. Designed to be a generic framework like 'SimPy' (see 
    <https://simpy.readthedocs.io>) or 'SimJulia' (see <https://github.com/BenLauwens/SimJulia.jl>), 
    it leverages the use of 'Rcpp' to boost the performance, turning DES in R 
    feasible. As a noteworthy characteristic, simmer exploits the concept of 
    trajectory: a common path in the simulation model for entities of the same type.
Encoding: UTF-8
Authors@R: c(
    person("Bart", "Smeets", email="bartsmeets86@gmail.com", role=c("aut", "cph")),
    person("Iñaki", "Ucar", email="i.ucar86@gmail.com", role=c("aut", "cph", "cre")))
URL: http://r-simmer.org
BugReports: https://github.com/r-simmer/simmer/issues
Depends: R (>= 3.1.2)
Imports: Rcpp, R6, magrittr, methods, utils
Suggests: parallel, dplyr, tidyr, ggplot2, scales, testthat, knitr,
        rmarkdown, covr
LinkingTo: Rcpp (>= 0.12.0), BH (>= 1.58.0-1)
License: MIT + file LICENSE
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-09-03 15:38:35 UTC; inaki
Author: Bart Smeets [aut, cph],
  Iñaki Ucar [aut, cph, cre]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>
Repository: CRAN
Date/Publication: 2016-09-03 20:38:30
