Skip to content

Commit

Permalink
add rmarkdown to VignetteBuilder (#260)
Browse files Browse the repository at this point in the history
fix nosuggest ci
  • Loading branch information
pawelru authored Nov 12, 2024
1 parent 13bfbaf commit 5ce8ecb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Suggests:
testthat (>= 3.0.4),
tidyr (>= 1.3.1)
VignetteBuilder:
knitr
knitr,
rmarkdown
Config/Needs/verdepcheck: tidyverse/dplyr, mllg/checkmate,
wilkelab/cowplot, eliocamp/ggnewscale, tidyverse/ggplot2,
r-lib/lifecycle, tidyverse/magrittr, r-lib/rlang, tidyverse/stringr,
Expand Down
2 changes: 1 addition & 1 deletion R/g_boxplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#'
#' @export
#'
#' @examples
#' @examplesIf require("nestcolor")
#' # Example using ADaM structure analysis dataset.
#'
#' library(nestcolor)
Expand Down
2 changes: 1 addition & 1 deletion R/g_correlationplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#'
#' @export
#'
#' @examples
#' @examplesIf require("tidyr")
#' # Example using ADaM structure analysis dataset.
#'
#' library(stringr)
Expand Down
2 changes: 1 addition & 1 deletion R/g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#'
#' @export
#'
#' @examples
#' @examplesIf require("nestcolor")
#' # Example using ADaM structure analysis dataset.
#'
#' library(stringr)
Expand Down
2 changes: 2 additions & 0 deletions man/g_boxplot.Rd

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

2 changes: 2 additions & 0 deletions man/g_correlationplot.Rd

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

2 changes: 2 additions & 0 deletions man/g_lineplot.Rd

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

0 comments on commit 5ce8ecb

Please sign in to comment.