diff --git a/DESCRIPTION b/DESCRIPTION index cec1222..68abcbf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/R/compile-dll.R b/R/compile-dll.R index 64ede07..4103f87 100644 --- a/R/compile-dll.R +++ b/R/compile-dll.R @@ -34,7 +34,9 @@ #' @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()'`` +#' ``` +#' PKG_CPPFLAGS=`$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'` +#' ``` #' #' @inheritParams build #' @param force If `TRUE`, for compilation even if [needs_compile()] is diff --git a/man/compile_dll.Rd b/man/compile_dll.Rd index f0a8253..6319904 100644 --- a/man/compile_dll.Rd +++ b/man/compile_dll.Rd @@ -78,7 +78,9 @@ takes precedence over this environment variable. Possible values: If this is used to compile code that uses Rcpp, you will need to add the following line to your \code{Makevars} file so that it knows where to find the Rcpp headers: -\verb{PKG_CPPFLAGS=}$(R_HOME)/bin/Rscript -e 'Rcpp:::CxxFlags()'`` + +\if{html}{\out{