diff --git a/R/att_from_rmds.R b/R/att_from_rmds.R index fb26c47..dc4e2e9 100644 --- a/R/att_from_rmds.R +++ b/R/att_from_rmds.R @@ -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 diff --git a/R/create_renv.R b/R/create_renv.R index 7d878e8..b9447dc 100644 --- a/R/create_renv.R +++ b/R/create_renv.R @@ -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. #' #' diff --git a/man/att_from_rmds.Rd b/man/att_from_rmds.Rd index 426c506..470d679 100644 --- a/man/att_from_rmds.Rd +++ b/man/att_from_rmds.Rd @@ -39,7 +39,7 @@ in case this must be executed in an external R session} } \value{ 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 } \description{ diff --git a/man/attachment-package.Rd b/man/attachment-package.Rd index 5c11039..f2a2f28 100644 --- a/man/attachment-package.Rd +++ b/man/attachment-package.Rd @@ -20,12 +20,12 @@ Useful links: } \author{ -\strong{Maintainer}: Sébastien Rochette \email{sebastien@thinkr.fr} (\href{https://orcid.org/0000-0002-1565-9313}{ORCID}) +\strong{Maintainer}: Murielle Delmotte \email{murielle@thinkr.fr} (\href{https://orcid.org/0000-0002-1339-2424}{ORCID}) Authors: \itemize{ + \item Sébastien Rochette \email{sebastien@thinkr.fr} (\href{https://orcid.org/0000-0002-1565-9313}{ORCID}) \item Vincent Guyader \email{vincent@thinkr.fr} (\href{https://orcid.org/0000-0003-0671-9270}{ORCID}) (previous maintainer) - \item Murielle Delmotte \email{murielle@thinkr.fr} (\href{https://orcid.org/0000-0002-1339-2424}{ORCID}) \item Swann Floc'hlay \email{swann@thinkr.fr} (\href{https://orcid.org/0000-0003-1477-830X}{ORCID}) } diff --git a/man/create_renv_for_dev.Rd b/man/create_renv_for_dev.Rd index cb97a68..6c63fa7 100644 --- a/man/create_renv_for_dev.Rd +++ b/man/create_renv_for_dev.Rd @@ -3,7 +3,7 @@ \name{create_renv_for_dev} \alias{create_renv_for_dev} \alias{create_renv_for_prod} -\title{Create reproducible environments for your R projects with {renv}} +\title{Create reproducible environments for your R projects with \emph{renv}} \usage{ create_renv_for_dev( path = ".", @@ -57,7 +57,7 @@ a renv.lock file 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. } \examples{