Skip to content

Commit

Permalink
doc: escape char in rd file
Browse files Browse the repository at this point in the history
why:
- NOTE in check: "Lost braces; missing escape"

what:
- add \emph in rd file

issue #109
  • Loading branch information
MurielleDelmotte committed Jan 18, 2024
1 parent 0421c32 commit 720b094
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/att_from_rmds.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ att_from_rmd <- function(path, temp_dir = tempdir(), warn = -1,
#' @inheritParams att_from_rmd
#'
#' @return Character vector of packages called with library or require.
#' {knitr} and {rmarkdown} are added by default to allow building the vignettes
#' \emph{knitr} and \emph{rmarkdown} are added by default to allow building the vignettes
#' if the directory contains "vignettes" in the path
#'
#' @examples
Expand Down
4 changes: 2 additions & 2 deletions R/create_renv.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ extra_dev_pkg <- c(
"pkgdown"
)

#' Create reproducible environments for your R projects with {renv}
#' Create reproducible environments for your R projects with \emph{renv}
#'
#' @description
#' `r lifecycle::badge("experimental")`
#'
#' Tool to create and maintain renv.lock files.
#' The idea is to have 2 distinct files, one for development and the other for deployment.
#' Indeed, although packages like {attachment} or {pkgload} must be installed to develop,
#' Indeed, although packages like \emph{attachment} or \emph{pkgload} must be installed to develop,
#' they are not necessary in your project, package or Shiny application.
#'
#'
Expand Down
2 changes: 1 addition & 1 deletion man/att_from_rmds.Rd

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

4 changes: 2 additions & 2 deletions man/attachment-package.Rd

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

4 changes: 2 additions & 2 deletions man/create_renv_for_dev.Rd

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

0 comments on commit 720b094

Please sign in to comment.