diff --git a/DESCRIPTION b/DESCRIPTION index 1c72c9f8..72ad8a67 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -36,4 +36,4 @@ URL: https://github.com/rstudio/pagedown BugReports: https://github.com/rstudio/pagedown/issues SystemRequirements: Pandoc (>= 2.2.3) Encoding: UTF-8 -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 diff --git a/R/chrome.R b/R/chrome.R index fbfb53ea..5392f945 100644 --- a/R/chrome.R +++ b/R/chrome.R @@ -4,7 +4,7 @@ #' DevTools Protocol. Google Chrome or Microsoft Edge (or Chromium on Linux) #' must be installed prior to using this function. #' @param input A URL or local file path to an HTML page, or a path to a local -#' file that can be rendered to HTML via \code{rmarkdown::\link{render}()} +#' file that can be rendered to HTML via \code{rmarkdown::\link[rmarkdown]{render}()} #' (e.g., an R Markdown document or an R script). If the \code{input} is to be #' rendered via \code{rmarkdown::render()} and you need to pass any arguments #' to it, you can pass the whole \code{render()} call to diff --git a/man/chrome_print.Rd b/man/chrome_print.Rd index 43ead0b9..af9cbbd8 100644 --- a/man/chrome_print.Rd +++ b/man/chrome_print.Rd @@ -25,7 +25,7 @@ chrome_print( } \arguments{ \item{input}{A URL or local file path to an HTML page, or a path to a local -file that can be rendered to HTML via \code{rmarkdown::\link{render}()} +file that can be rendered to HTML via \code{rmarkdown::\link[rmarkdown]{render}()} (e.g., an R Markdown document or an R script). If the \code{input} is to be rendered via \code{rmarkdown::render()} and you need to pass any arguments to it, you can pass the whole \code{render()} call to