Package: ssdtools
Version: 0.1.1
Title: Species Sensitivity Distributions
Description: Species sensitivity distributions are 
  cumulative probability distributions which are fitted to 
  toxicity concentrations for different species as described by
  Posthuma et al. (2001) <isbn:9781566705783>.
  The ssdtools package uses Maximum Likelihood to fit distributions 
  such as the log-normal, gamma, burr Type-III, log-logistic, 
  log-Gumbel, Gompertz and Weibull.
  The user can provide custom distributions.
  Multiple distributions can be averaged using Information Criteria.
  Confidence intervals on hazard concentrations and proportions are produced by 
  parametric bootstrapping.
Authors@R: c(
  person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre", "ctr"), 
    comment = c(ORCID = "0000-0002-7683-4592")),
  person("Carl", "Schwarz", role = c("aut", "ctr")),
  person("Angeline", "Tillmanns", role = "ctb"),
  person("Ali", "Azizishirazi", role = "ctb"),
  person("Rebecca", "Fisher", role = "ctb"),
  person("David", "Fox", role = "ctb"),
  person("Kathleen", "McTavish", role = "ctb"),
  person("Heather", "Thompson", role = "ctb"),
  person("Andy", "Teucher", role = "ctb"),
  person("Emilie", "Doussantousse", role = "ctb"),
  person("Stephanie", "Hazlitt", role = "ctb"),
  person("Nan-Hung", "Hsieh", role = "ctb"),
  person("Sergio", "Ibarra Espinosa", role = "ctb"),
  person("Province of British Columbia", role = "cph")
  )
URL: https://github.com/bcgov/ssdtools
BugReports: https://github.com/bcgov/ssdtools/issues
License: Apache License (== 2.0) | file LICENSE
Depends: R (>= 3.4.0)
Imports: chk, fitdistrplus, actuar, abind, ggplot2, graphics, grid,
        lifecycle, scales, stats, VGAM
Suggests: checkr, covr, knitr, rmarkdown, testthat, readr, purrr,
        tidyr, dplyr, R.rsp, mle.tools, reshape2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr, R.rsp
Language: en-US
NeedsCompilation: no
Packaged: 2020-01-24 18:46:40 UTC; joe
Author: Joe Thorley [aut, cre, ctr] (<https://orcid.org/0000-0002-7683-4592>),
  Carl Schwarz [aut, ctr],
  Angeline Tillmanns [ctb],
  Ali Azizishirazi [ctb],
  Rebecca Fisher [ctb],
  David Fox [ctb],
  Kathleen McTavish [ctb],
  Heather Thompson [ctb],
  Andy Teucher [ctb],
  Emilie Doussantousse [ctb],
  Stephanie Hazlitt [ctb],
  Nan-Hung Hsieh [ctb],
  Sergio Ibarra Espinosa [ctb],
  Province of British Columbia [cph]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-01-24 21:50:02 UTC
Built: R 4.0.0; ; 2020-03-18 09:40:32 UTC; windows
