Package: coga
Title: Convolution of Gamma Distributions
Version: 0.2.1
Date: 2017-06-28
Authors@R: c(
    person("Chaoran", "Hu", email = "chaoran.hu@uconn.edu", role = c("aut", "cre")),
    person("Vladimir", "Pozdnyakov", email = "vladimir.pozdnyakov@uconn.edu", role = "ths"),
    person("Jun", "Yan", email = "jun.yan@uconn.edu", role = "ths"))
Description: Convolution of gamma distributions in R. The convolution of 
    gamma distributions is the sum of series of gamma 
    distributions and all gamma distributions here can have different 
    parameters. This package can calculate density, distribution function 
    and do simulation work.
Depends: R (>= 3.3.1)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: knitr, rmarkdown, testthat, microbenchmark
VignetteBuilder: knitr
Imports: stats, Rcpp
LinkingTo: Rcpp, RcppGSL
BugReports: https://github.com/ChaoranHu/coga/issues
URL: https://github.com/ChaoranHu/coga
NeedsCompilation: yes
SystemRequirements: GNU GSL
Packaged: 2017-07-27 18:10:22 UTC; ChaoranHu
Author: Chaoran Hu [aut, cre],
  Vladimir Pozdnyakov [ths],
  Jun Yan [ths]
Maintainer: Chaoran Hu <chaoran.hu@uconn.edu>
Repository: CRAN
Date/Publication: 2017-07-27 18:15:44 UTC
