Skip to content

Commit

Permalink
prepping for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Aug 17, 2024
1 parent 6173b23 commit 8558580
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 32 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BugReports: https://github.com/ddsjoberg/gtsummary/issues
Depends:
R (>= 4.2)
Imports:
cards (>= 0.2.0.9003),
cards (>= 0.2.1),
cli (>= 3.6.1),
dplyr (>= 1.1.3),
glue (>= 1.6.2),
Expand Down Expand Up @@ -85,7 +85,6 @@ Suggests:
testthat (>= 3.2.0),
withr (>= 2.5.0),
workflows (>= 0.2.4)
Remotes: insightsengineering/cards
VignetteBuilder:
knitr
RdMacros:
Expand Down
2 changes: 1 addition & 1 deletion R/tbl_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
#' @seealso See \href{https://www.danieldsjoberg.com/gtsummary/articles/gallery.html}{table gallery} for additional examples
#' @seealso Review [list, formula, and selector syntax][syntax] used throughout gtsummary
#' @author Daniel D. Sjoberg
#' @examples
#' @examplesIf identical(Sys.getenv("NOT_CRAN"), "true") || identical(Sys.getenv("IN_PKGDOWN"), "true")
#' # Example 1 ----------------------------------
#' trial |>
#' select(age, grade, response) |>
Expand Down
30 changes: 1 addition & 29 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,7 @@

We checked 21 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 3 new problems
* We failed to check 3 packages

Issues with CRAN packages are summarised below.

All 3 authors of packages with new problems were contacted on 2024-07-01 to alert them of the breaking changes.
For 2 of these 3 packages, I submitted fixes to their public code repositories with the fixes.

For the 3 packages that failed to be checked, I contacted them on 2024-07-01 to alert them of a _potential_ breaking change.

### New problems
(This reports the first line of each new failure)

* gtreg
checking examples ... ERROR

* IPDFileCheck
checking examples ... ERROR
checking tests ...

* pubh
checking examples ... ERROR
checking running R code from vignettes ...

### Failed to check

* brms.mmrm (NA)
* equatiomatic (NA)
* MiscMetabar (NA)
* We saw 1 new problems in the gtreg pkg. It has already been addressed and will submit a new version to CRAN.

## Additional Comments

Expand Down
2 changes: 2 additions & 0 deletions man/tbl_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8558580

Please sign in to comment.