diff --git a/R/xml_parse.R b/R/xml_parse.R index faa92e05..7efc1451 100644 --- a/R/xml_parse.R +++ b/R/xml_parse.R @@ -41,7 +41,7 @@ #' @param verbose When reading from a slow connection, this prints some #' output on every iteration so you know its working. #' @param options Set parsing options for the libxml2 parser. Zero or more of -#' \Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_parse_options())} +#' \Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_parse_options())} #' @return An XML document. HTML is normalised to valid XML - this may not #' be exactly the same transformation performed by the browser, but it's #' a reasonable approximation. diff --git a/R/xml_write.R b/R/xml_write.R index 35448f1c..c07d47b9 100644 --- a/R/xml_write.R +++ b/R/xml_write.R @@ -11,7 +11,7 @@ #' encoding is \sQuote{UTF-8}. Available encodings are specified at #' . #' @param options default: \sQuote{format}. Zero or more of -#' \Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_save_options())} +#' \Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_save_options())} #' @param ... additional arguments passed to methods. #' @export #' @examples diff --git a/man/read_xml.Rd b/man/read_xml.Rd index 467b9276..d5967041 100644 --- a/man/read_xml.Rd +++ b/man/read_xml.Rd @@ -55,7 +55,7 @@ encoding directive, this allows you to supply a default.} \item{as_html}{Optionally parse an xml file as if it's html.} \item{options}{Set parsing options for the libxml2 parser. Zero or more of -\Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_parse_options())}} +\Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_parse_options())}} \item{base_url}{When loading from a connection, raw vector or literal html/xml, this allows you to specify a base url for the document. Base diff --git a/man/write_xml.Rd b/man/write_xml.Rd index 1520a55b..e614dbdb 100644 --- a/man/write_xml.Rd +++ b/man/write_xml.Rd @@ -24,7 +24,7 @@ save nodesets containing more than one node.} \item{...}{additional arguments passed to methods.} \item{options}{default: \sQuote{format}. Zero or more of -\Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_save_options())}} +\Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_save_options())}} \item{encoding}{The character encoding to use in the document. The default encoding is \sQuote{UTF-8}. Available encodings are specified at