Package: simmer
Type: Package
Title: Discrete-Event Simulation for R
Version: 3.7.0
Authors@R: c(
    person("Iñaki", "Ucar", email="i.ucar86@gmail.com", 
      role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")),
    person("Bart", "Smeets", email="bartsmeets86@gmail.com", role=c("aut", "cph")))
Description: A process-oriented and trajectory-based Discrete-Event Simulation
    (DES) package for R. It is designed as a generic yet powerful framework. The
    architecture encloses a robust and fast simulation core written in 'C++' with
    automatic monitoring capabilities. It provides a rich and flexible R API that
    revolves around the concept of trajectory, a common path in the simulation
    model for entities of the same type.
License: MIT + file LICENSE
Encoding: UTF-8
URL: http://r-simmer.org, https://github.com/r-simmer/simmer
BugReports: https://github.com/r-simmer/simmer/issues
Depends: R (>= 3.1.2)
Imports: Rcpp, R6, magrittr, codetools
Suggests: simmer.plot, parallel, dplyr, tidyr, testthat, knitr,
        rmarkdown, rticles
LinkingTo: Rcpp (>= 0.12.9), BH (>= 1.62.0-1)
ByteCompile: yes
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-03-03 11:45:27 UTC; inaki
Author: Iñaki Ucar [aut, cph, cre] (<https://orcid.org/0000-0001-6403-5550>),
  Bart Smeets [aut, cph]
Maintainer: Iñaki Ucar <i.ucar86@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-03 14:03:20 UTC
