Package: ssdtools
Version: 0.3.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, 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)
Imports: chk, fitdistrplus, abind, actuar, ggplot2, graphics, grid,
        lifecycle, tibble, scales, stats, VGAM, Rcpp
Suggests: covr, knitr, rmarkdown, testthat, readr, rlang, purrr, tidyr,
        dplyr, R.rsp, mle.tools, reshape2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
VignetteBuilder: knitr, R.rsp
Language: en-US
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-08-31 18:37:21 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-09-01 09:50:07 UTC
