Skip to content

Commit 8558580

Browse files
committed
prepping for CRAN release
1 parent 6173b23 commit 8558580

File tree

4 files changed

+5
-32
lines changed

4 files changed

+5
-32
lines changed

DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ BugReports: https://github.com/ddsjoberg/gtsummary/issues
4545
Depends:
4646
R (>= 4.2)
4747
Imports:
48-
cards (>= 0.2.0.9003),
48+
cards (>= 0.2.1),
4949
cli (>= 3.6.1),
5050
dplyr (>= 1.1.3),
5151
glue (>= 1.6.2),
@@ -85,7 +85,6 @@ Suggests:
8585
testthat (>= 3.2.0),
8686
withr (>= 2.5.0),
8787
workflows (>= 0.2.4)
88-
Remotes: insightsengineering/cards
8988
VignetteBuilder:
9089
knitr
9190
RdMacros:

R/tbl_summary.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#' @seealso See \href{https://www.danieldsjoberg.com/gtsummary/articles/gallery.html}{table gallery} for additional examples
128128
#' @seealso Review [list, formula, and selector syntax][syntax] used throughout gtsummary
129129
#' @author Daniel D. Sjoberg
130-
#' @examples
130+
#' @examplesIf identical(Sys.getenv("NOT_CRAN"), "true") || identical(Sys.getenv("IN_PKGDOWN"), "true")
131131
#' # Example 1 ----------------------------------
132132
#' trial |>
133133
#' select(age, grade, response) |>

cran-comments.md

+1-29
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,7 @@
1212

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

15-
* We saw 3 new problems
16-
* We failed to check 3 packages
17-
18-
Issues with CRAN packages are summarised below.
19-
20-
All 3 authors of packages with new problems were contacted on 2024-07-01 to alert them of the breaking changes.
21-
For 2 of these 3 packages, I submitted fixes to their public code repositories with the fixes.
22-
23-
For the 3 packages that failed to be checked, I contacted them on 2024-07-01 to alert them of a _potential_ breaking change.
24-
25-
### New problems
26-
(This reports the first line of each new failure)
27-
28-
* gtreg
29-
checking examples ... ERROR
30-
31-
* IPDFileCheck
32-
checking examples ... ERROR
33-
checking tests ...
34-
35-
* pubh
36-
checking examples ... ERROR
37-
checking running R code from vignettes ...
38-
39-
### Failed to check
40-
41-
* brms.mmrm (NA)
42-
* equatiomatic (NA)
43-
* MiscMetabar (NA)
15+
* We saw 1 new problems in the gtreg pkg. It has already been addressed and will submit a new version to CRAN.
4416

4517
## Additional Comments
4618

man/tbl_summary.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)