Package: queuecomputer
Title: Computationally Efficient Queue Simulation
Version: 0.8.3
Authors@R: c(person("Anthony", "Ebert", email = "anthonyebert+CRAN@gmail.com",
                   role = c("aut", "cre"), comment=c(ORCID="0000-0003-3002-6300")), 
             person("Kerrie", "Mengersen", role = "ths"), 
             person("Paul", "Wu", role = "ths"), 
             person("Fabrizio", "Ruggeri", role = "ths"))
Description: Implementation of a computationally efficient method for
    simulating queues with arbitrary arrival and service times.
Depends: R (>= 3.3)
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports: stats, Rcpp, tidyr, dplyr
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, testthat, ggplot2
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.500.0.0)
URL: https://github.com/AnthonyEbert/queuecomputer
Copyright: file COPYRIGHTS
NeedsCompilation: yes
Packaged: 2018-10-16 18:49:38 UTC; ebertac
Author: Anthony Ebert [aut, cre] (<https://orcid.org/0000-0003-3002-6300>),
  Kerrie Mengersen [ths],
  Paul Wu [ths],
  Fabrizio Ruggeri [ths]
Maintainer: Anthony Ebert <anthonyebert+CRAN@gmail.com>
Repository: CRAN
Date/Publication: 2018-10-16 20:10:03 UTC
