Package: queuecomputer
Title: Computationally Efficient Queue Simulation
Version: 1.1.0
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. 
    Please see Ebert, Wu, Mengersen & Ruggeri (2020, <doi:10.18637/jss.v095.i05>) 
    for further details. 
Depends: R (>= 3.6)
License: GPL-2 | file LICENSE
Encoding: UTF-8
Imports: stats, Rcpp, tidyr, dplyr, utils
RoxygenNote: 7.1.1
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: 2021-04-09 12:52:50 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: 2021-04-09 13:20:05 UTC
