forked from r-simmer/simmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: simmer
Type: Package
Version: 3.3.0.9000
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