Package: ThermalSampleR
Type: Package
Title: Calculate Sample Sizes Required for Critical Thermal Limits
        Experiments
Version: 0.1.2
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. This package is presented in van Steenderen, C.J.M., Sutton, G.F., Owen, C.A., Martin, G.D., and Coetzee, J.A. Sample size assessments for thermal physiology studies: An R
    package and R Shiny application. 2023. Physiological Entomology. <doi:10.1111/phen.12416>. 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, testthat
RoxygenNote: 7.2.3
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-02-12 14:45:11 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: 2024-02-17 23:30:08 UTC
Built: R 4.3.2; ; 2024-02-18 01:21:54 UTC; unix
