From ac8cf2e3c136699c118a8d9d84acf951c4832622 Mon Sep 17 00:00:00 2001 From: Fred Jaya <36436914+fredjaya@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:48:23 +1000 Subject: [PATCH] REL: v0.2.0. See CHANGELOG.md Catching up on changes over the past few months. --- CHANGELOG.md | 21 ++++++++++++++------- CITATION.cff | 29 ----------------------------- DESCRIPTION | 2 +- 3 files changed, 15 insertions(+), 37 deletions(-) delete mode 100644 CITATION.cff diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f711b..0aa6e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,27 +14,34 @@ and this project adheres to ### [v1.0.0] - CRAN release - Add pkgdown site (#20) -- Implement codecov.io (#5) +- ~~Implement codecov.io (#5)~~ - Add PoolPoweR-package.R (#18) - Configure and optimise GHA workflows -### [vX] -**Focus:** Enhancements -- Refactor functions i.e. break down into smaller ones for readability (#26) - -### [v0.1.3] - 2023-12-22 +### [v0.2.3] **Focus:** Documentation - Revise documentation so majority @inheritParams fi_pool (#28) - Rename interval (#13) - Update docs with cluster and non-cluster cases (#14) - Move descriptions to details -### [v0.1.2] - 2023-12-15 +### [v0.2.2] - Implement warnings for input checks (#3, #27) - Include tests with expected inputs (#27, #34) ## [Available] +### [v0.2.0] - 2024-06-28 + +#### Added +- Power and sample size calculations for fixed and variable designs. +- S3 objects for sample_design data clumps. +- Initial detection error functions. + +#### Changed +- design_effect functions converted to sample_design methods. +- check_input rework. + ### [v0.1.1] - 2023-12-07 #### Added diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 179cb86..0000000 --- a/CITATION.cff +++ /dev/null @@ -1,29 +0,0 @@ -# This CITATION.cff file was generated with cffinit. -# Visit https://bit.ly/cffinit to generate yours today! - -cff-version: 1.2.0 -title: PoolPoweR -message: >- - If you use this software, please cite it using the - metadata from this file. -type: software -authors: - - given-names: Angus - family-names: McLure - affiliation: The Australian National University - orcid: 'https://orcid.org/0000-0003-2890-2703' - - given-names: Frederick - family-names: Jaya - orcid: 'https://orcid.org/0000-0002-4019-7026' - affiliation: The Australian National University -identifiers: - - type: url - value: 'https://github.com/AngusMcLure/PoolPoweR' -repository-code: 'https://github.com/AngusMcLure/PoolPoweR' -abstract: >- - Power and Sample Size Calculations for Surveys Using Pool - Testing -keywords: - - R - - Pooled testing -license: GPL-3.0+ diff --git a/DESCRIPTION b/DESCRIPTION index 5bc6ef6..a62e1c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: PoolPoweR Type: Package Title: Power and Sample Size Calculations for Surveys Using Pool Testing -Version: 0.1.1 +Version: 0.2.0 Authors@R: c( person(given = "Angus", family = "McLure", role = c("aut", "cre"), email = "angus.mclure@anu.edu.au",