Package: ThermalSampleR
Type: Package
Title: Calculate Sample Sizes Required for Critical Thermal Limits
        Experiments
Version: 0.1.0
Authors@R: c(
             person("Guy Frederick", "Sutton", role = "aut",
                     email = "g.sutton@ru.ac.za", 
                     comment = c("Wrote original R functions, and adapted the Duffy et. al. 2021 R function into this package.", 
                     ORCID = "0000-0003-2405-0945")),
             person("Clarke JM", "van Steenderen", role = c("aut", "cre"),
                     email = "vsteenderen@gmail.com", 
                     comment = c("Compiled the R package, and the associated R Shiny application.", ORCID = "0000-0002-4219-446X")),
             person("Grant", "Duffy", role = "cph", email = "grant.duffy@monash.edu", 
             comment = c("Granted permission to use the source code for the Test of Total Equivalency function.", 
             ORCID = "0000-0002-9031-8164"))
             )
Maintainer: Clarke JM van Steenderen <vsteenderen@gmail.com>
Description: We present a range of simulations to aid researchers in determining appropriate sample sizes when performing critical
    thermal limits studies (e.g. CTmin/CTmin experiments). A number of wrapper functions are provided for plotting and summarising outputs
    from these simulations. These simulations are presented in Owen, C., Sutton, G., Martin, G., van Steenderen, C., and Coetzee, J. Sample size determination for critical thermal
    limits studies. 2022. Physiological Entomology. Under review. The GUI version of this package is available on the R Shiny online server at: 
    <https://clarkevansteenderen.shinyapps.io/ThermalSampleR_Shiny/> , or it is accessible via GitHub at <https://github.com/clarkevansteenderen/ThermalSampleR_Shiny/>. We would like
    to thank Grant Duffy (University of Otago, Dundedin, New Zealand) for granting us permission to use the source code for the Test of Total Equivalency function.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: tidyr, dplyr, purrr, rlang, MASS (>= 7.3), stats (>= 3.4.0),
        graphics (>= 3.4.0), base (>= 3.4.0), magrittr, utils, ggplot2,
        cowplot, EnvStats, sn, janitor
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-19 11:28:03 UTC; s1000334
Author: Guy Frederick Sutton [aut] (Wrote original R functions, and adapted the
    Duffy et. al. 2021 R function into this package.,
    <https://orcid.org/0000-0003-2405-0945>),
  Clarke JM van Steenderen [aut, cre] (Compiled the R package, and the
    associated R Shiny application.,
    <https://orcid.org/0000-0002-4219-446X>),
  Grant Duffy [cph] (Granted permission to use the source code for the
    Test of Total Equivalency function.,
    <https://orcid.org/0000-0002-9031-8164>)
Repository: CRAN
Date/Publication: 2022-02-21 09:00:26 UTC
Built: R 4.1.2; ; 2022-02-22 13:24:22 UTC; unix
