Package: simmer
Type: Package
Version: 3.4.1
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 or 
    SimJulia, 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="aut"),
    person("Iñaki", "Ucar", email="i.ucar86@gmail.com", role=c("aut", "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-08-11 10:12:25 UTC; inaki
Author: Bart Smeets [aut],
  Iñaki Ucar [aut, cre]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>
Repository: CRAN
Date/Publication: 2016-08-11 13:52:35
