From 57faa7571a968d459a711af17826647469784f34 Mon Sep 17 00:00:00 2001 From: Emily de la Rua <59304861+edelarua@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:40:27 -0400 Subject: [PATCH 1/2] Add website URL to DESCRIPTION (#190) **What changes are proposed in this pull request?** * Added website URL to DESCRIPTION file. Closes #188 -------------------------------------------------------------------------------- Pre-review Checklist (if item does not apply, mark is as complete) - [ ] **All** GitHub Action workflows pass with a :white_check_mark: - [ ] 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()` Reviewer Checklist (if item does not apply, mark is as complete) - [ ] If a bug was fixed, a unit test was added. - [ ] Code coverage is suitable for any new functions/features: `devtools::test_coverage()` When the branch is ready to be merged: - [ ] Update `NEWS.md` with the changes from this pull request under the heading "`# cardx (development version)`". If there is an issue associated with the pull request, reference it in parentheses at the end update (see `NEWS.md` for examples). - [ ] **All** GitHub Action workflows pass with a :white_check_mark: - [ ] Approve Pull Request - [ ] Merge the PR. Please use "Squash and merge" or "Rebase and merge". --- DESCRIPTION | 3 ++- man/cardx-package.Rd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 31a2be8af..b92189d17 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,8 @@ Description: Create extra Analysis Results Data (ARD) summary objects. format. These objects are used and re-used to construct summary tables, visualizations, and written reports. License: Apache License 2.0 -URL: https://github.com/insightsengineering/cardx +URL: https://insightsengineering.github.io/cardx/, + https://github.com/insightsengineering/cardx/ BugReports: https://github.com/insightsengineering/cardx/issues Depends: R (>= 4.1) diff --git a/man/cardx-package.Rd b/man/cardx-package.Rd index 2afc46c23..c8259492d 100644 --- a/man/cardx-package.Rd +++ b/man/cardx-package.Rd @@ -13,7 +13,8 @@ Create extra Analysis Results Data (ARD) summary objects. The package supplement \seealso{ Useful links: \itemize{ - \item \url{https://github.com/insightsengineering/cardx} + \item \url{https://insightsengineering.github.io/cardx/} + \item \url{https://github.com/insightsengineering/cardx/} \item Report bugs at \url{https://github.com/insightsengineering/cardx/issues} } From ad18146abdb0f4292971cda9c1dec6b2abfbae82 Mon Sep 17 00:00:00 2001 From: ddsjoberg Date: Thu, 8 Aug 2024 19:41:22 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.2.0.9002 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b92189d17..20df64ee5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cardx Title: Extra Analysis Results Data Utilities -Version: 0.2.0.9001 +Version: 0.2.0.9002 Authors@R: c( person("Daniel", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre")), person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index fb985e4c0..746a6d4e5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cardx 0.2.0.9001 +# cardx 0.2.0.9002 # cardx 0.2.0