Skip to content

Commit

Permalink
Fix appearance of nested backticks in man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcol committed Nov 3, 2024
1 parent a8a5fdf commit fa73d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion R/compile-dll.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @note If this is used to compile code that uses Rcpp, you will need to
#' add the following line to your `Makevars` file so that it
#' knows where to find the Rcpp headers:
#' `PKG_CPPFLAGS=`$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'``
#' \verb{PKG_CPPFLAGS=`$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'`}
#'
#' @inheritParams build
#' @param force If `TRUE`, for compilation even if [needs_compile()] is
Expand Down
2 changes: 1 addition & 1 deletion man/compile_dll.Rd

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

0 comments on commit fa73d56

Please # to comment.