Package: ssdtools
Title: Species Sensitivity Distributions
Version: 1.0.6
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre", "ctr"),
           comment = c(ORCID = "0000-0002-7683-4592")),
    person("Carl", "Schwarz", role = c("aut", "ctr")),
    person("Rebecca", "Fisher", role = "ctb"),
    person("David", "Fox", role = "ctb"),
    person("Angeline", "Tillmanns", role = "ctb"),
    person("Ali", "Azizishirazi", role = "ctb"),
    person("Kathleen", "McTavish", role = "ctb"),
    person("Heather", "Thompson", role = "ctb"),
    person("Doug", "Spry", role = "ctb"),
    person("Rick", "van Dam", role = "ctb"),
    person("Graham", "Batley", role = "ctb"),
    person("Heather", "Thompson", role = "ctb"),
    person("Andy", "Teucher", role = "ctb"),
    person("Seb", "Dalgarno", , "seb@poissonconsulting.ca", role = "ctb",
           comment = c(ORCID = "0000-0002-3658-4517")),
    person("Emilie", "Doussantousse", role = "ctb"),
    person("Stephanie", "Hazlitt", role = "ctb"),
    person("Nadine", "Hussein", role = "ctb"),
    person("Nan-Hung", "Hsieh", role = "ctb"),
    person("Sergio", "Ibarra Espinosa", role = "ctb"),
    person("Province of British Columbia", role = "cph"),
    person("Environment and Climate Change Canada", role = "cph")
  )
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 gamma, log-logistic, log-normal and
    Weibull to censored and/or weighted data.  Multiple distributions can
    be averaged using Akaike Information Criteria.  Confidence intervals
    on hazard concentrations and proportions are produced by parametric
    bootstrapping.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/ssdtools
BugReports: https://github.com/bcgov/ssdtools/issues
Depends: R (>= 4.1)
Imports: abind, chk, doFuture, foreach, furrr, generics, ggplot2,
        goftest, graphics, grid, lifecycle, parallel, plyr, purrr,
        Rcpp, scales, ssddata, stats, stringr, tibble, TMB, universals,
        utils, VGAM
Suggests: covr, dplyr, fitdistrplus, future, glue, grDevices, knitr,
        magrittr, mle.tools, R.rsp, readr, reshape2, rlang, rmarkdown,
        testthat, tidyr, tidyselect, withr
LinkingTo: Rcpp, RcppEigen, TMB
VignetteBuilder: knitr, R.rsp
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-09-07 07:57:31 UTC; joe
Author: Joe Thorley [aut, cre, ctr] (<https://orcid.org/0000-0002-7683-4592>),
  Carl Schwarz [aut, ctr],
  Rebecca Fisher [ctb],
  David Fox [ctb],
  Angeline Tillmanns [ctb],
  Ali Azizishirazi [ctb],
  Kathleen McTavish [ctb],
  Heather Thompson [ctb],
  Doug Spry [ctb],
  Rick van Dam [ctb],
  Graham Batley [ctb],
  Heather Thompson [ctb],
  Andy Teucher [ctb],
  Seb Dalgarno [ctb] (<https://orcid.org/0000-0002-3658-4517>),
  Emilie Doussantousse [ctb],
  Stephanie Hazlitt [ctb],
  Nadine Hussein [ctb],
  Nan-Hung Hsieh [ctb],
  Sergio Ibarra Espinosa [ctb],
  Province of British Columbia [cph],
  Environment and Climate Change Canada [cph]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2023-09-07 14:10:02 UTC
