Package: coga
Title: Convolution of Gamma Distributions
Version: 1.0.0
Date: 2018-05-08
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: Evaluation for density and distribution function of convolution of gamma
    distributions in R. Two related exact methods and one approximate method are
    implemented with efficient algorithm and C++ code. A quick guide for choosing
    correct method and usage of this package is given in package vignette.
Depends: R (>= 3.3.0)
License: GPL (>= 3.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat, R.rsp
Imports: stats, Rcpp
LinkingTo: Rcpp, RcppGSL
VignetteBuilder: R.rsp
BugReports: https://github.com/ChaoranHu/coga/issues
URL: https://github.com/ChaoranHu/coga
NeedsCompilation: yes
SystemRequirements: GNU GSL
Packaged: 2018-05-08 19:38:27 UTC; ChaoranHu
Author: Chaoran Hu [aut, cre],
  Vladimir Pozdnyakov [ths],
  Jun Yan [ths]
Maintainer: Chaoran Hu <chaoran.hu@uconn.edu>
Repository: CRAN
Date/Publication: 2018-05-08 19:51:46 UTC
