Skip to content

Commit ea18c5c

Browse files
Merge pull request #513 from Merck/pkgdown-gt
Display gt tables on function reference pages
2 parents 549dc46 + 33ed328 commit ea18c5c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

R/as_gt.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ as_gt <- function(x, ...) {
3232
#'
3333
#' @export
3434
#'
35-
#' @examplesIf !identical(Sys.getenv("IN_PKGDOWN"), "true")
35+
#' @examples
3636
#' # Fixed design examples ----
3737
#'
3838
#' library(dplyr)
@@ -156,7 +156,7 @@ fd_footnote <- function(x, method) {
156156
#'
157157
#' @export
158158
#'
159-
#' @examplesIf !identical(Sys.getenv("IN_PKGDOWN"), "true")
159+
#' @examples
160160
#' \donttest{
161161
#' # Group sequential design examples ---
162162
#'

man/as_gt.Rd

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)