diff --git a/main/404.html b/main/404.html index 9defb846..d4dc0771 100644 --- a/main/404.html +++ b/main/404.html @@ -29,7 +29,7 @@ cardx - 0.2.1.9006 + 0.2.1.9007
What changes are proposed in this pull request? * Style this entry in a way that can be copied directly into NEWS.md. (#, @)
NEWS.md
Provide more detail here as needed.
Reference GitHub issue associated with pull request. e.g., ‘closes #’
Pre-review Checklist (if item does not apply, mark is as complete) - [ ] All GitHub Action workflows pass with a ✅ - [ ] PR branch has pulled the most recent updates from master branch: usethis::pr_merge_main() - [ ] If a bug was fixed, a unit test was added. - [ ] If a new ard_*() function was added, it passes the ARD structural checks from cards::check_ard_structure(). - [ ] If a new ard_*() function was added, set_cli_abort_call() has been set. - [ ] If a new ard_*() function was added and it depends on another package (such as, broom), is_pkg_installed("broom", reference_pkg = "cardx") has been set in the function call and the following added to the roxygen comments: @examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom"", reference_pkg = "cardx")) - [ ] Code coverage is suitable for any new functions/features (generally, 100% coverage for new code): devtools::test_coverage()
usethis::pr_merge_main()
ard_*()
cards::check_ard_structure()
set_cli_abort_call()
broom
is_pkg_installed("broom", reference_pkg = "cardx")
@examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom"", reference_pkg = "cardx"))
devtools::test_coverage()
Pre-review Checklist (if item does not apply, mark is as complete) - [ ] All GitHub Action workflows pass with a ✅ - [ ] PR branch has pulled the most recent updates from master branch: usethis::pr_merge_main() - [ ] If a bug was fixed, a unit test was added. - [ ] If a new ard_*() function was added, it passes the ARD structural checks from cards::check_ard_structure(). - [ ] If a new ard_*() function was added, set_cli_abort_call() has been set. - [ ] If a new ard_*() function was added and it depends on another package (such as, broom), is_pkg_installed("broom") has been set in the function call and the following added to the roxygen comments: @examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom"")) - [ ] Code coverage is suitable for any new functions/features (generally, 100% coverage for new code): devtools::test_coverage()
is_pkg_installed("broom")
@examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom""))
Reviewer Checklist (if item does not apply, mark is as complete)
Sjoberg D, Yogasekaram A, de la Rua E (2024). cardx: Extra Analysis Results Data Utilities. -R package version 0.2.1.9006, +R package version 0.2.1.9007, https://github.com/insightsengineering/cardx/, https://insightsengineering.github.io/cardx/.
@Manual{, title = {cardx: Extra Analysis Results Data Utilities}, author = {Daniel Sjoberg and Abinaya Yogasekaram and Emily {de la Rua}}, year = {2024}, - note = {R package version 0.2.1.9006, + note = {R package version 0.2.1.9007, https://github.com/insightsengineering/cardx/}, url = {https://insightsengineering.github.io/cardx/}, }
CRAN release: 2024-09-03