Skip to content

Commit ab73051

Browse files
committed
Fix cross compilation issue (#437)
1 parent 04264af commit ab73051

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/xml_parse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#' @param verbose When reading from a slow connection, this prints some
4242
#' output on every iteration so you know its working.
4343
#' @param options Set parsing options for the libxml2 parser. Zero or more of
44-
#' \Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_parse_options())}
44+
#' \Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_parse_options())}
4545
#' @return An XML document. HTML is normalised to valid XML - this may not
4646
#' be exactly the same transformation performed by the browser, but it's
4747
#' a reasonable approximation.

R/xml_write.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' encoding is \sQuote{UTF-8}. Available encodings are specified at
1212
#' <http://xmlsoft.org/html/libxml-encoding.html#xmlCharEncoding>.
1313
#' @param options default: \sQuote{format}. Zero or more of
14-
#' \Sexpr[results=rd]{xml2:::describe_options(xml2:::xml_save_options())}
14+
#' \Sexpr[results=rd, stage=build]{xml2:::describe_options(xml2:::xml_save_options())}
1515
#' @param ... additional arguments passed to methods.
1616
#' @export
1717
#' @examples

man/read_xml.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write_xml.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)