Package: gambin
Type: Package
Title: Fit the Gambin Model to Species Abundance Distributions
Version: 2.1.1
Authors@R: c(person(given="Thomas", family="Matthews", email="txm676@gmail.com",
    role = c("aut", "cre")), person(given=c("Michael", "Krabbe"), 
    family="Borregaard", email="mkborregaard@snm.ku.dk", role = "aut"), 
    person(given="Karl", family="Ugland", role = "aut"),
    person(given="Colin", family="Gillespie",
    email="csgillespie@gmail.com", role = "aut"))
Description: Fits unimodal and multimodal gambin distributions to species-abundance distributions
    from ecological data. 'gambin' is short for 'gamma-binomial'. The main function
    is fit_abundances(), which estimates the 'alpha' parameter(s) of the gambin distribution
    using maximum likelihood. Functions are also provided to generate the gambin distribution 
    and for calculating likelihood statistics.
Imports: stats, graphics, doParallel, gtools, foreach, parallel
Suggests: testthat, knitr
URL: https://github.com/txm676/gambin/
BugReports: https://github.com/txm676/gambin/issues
License: GPL-3
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-07-25 15:05:49 UTC; Tom
Author: Thomas Matthews [aut, cre],
  Michael Krabbe Borregaard [aut],
  Karl Ugland [aut],
  Colin Gillespie [aut]
Maintainer: Thomas Matthews <txm676@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-25 20:31:35 UTC
