From fee921336863760f5aa8c00b1aa947ac86e07482 Mon Sep 17 00:00:00 2001 From: muschellij2 Date: Fri, 12 Jul 2019 15:34:41 -0400 Subject: [PATCH] force run --- R/read_docs.r | 4 ++-- appveyor.yml | 2 +- man/read_docx.Rd | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/R/read_docs.r b/R/read_docs.r index d60d92e..365ec3f 100644 --- a/R/read_docs.r +++ b/R/read_docs.r @@ -28,8 +28,8 @@ #' #' \dontrun{ #' # from a URL -# budget <- read_docx( -# "http://rud.is/dl/1.DOCX") +#' budget <- read_docx( +#' "http://rud.is/dl/1.DOCX") #' } read_docx <- function(path, track_changes=NULL) { diff --git a/appveyor.yml b/appveyor.yml index 8beb049..df45ddb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ cache: # Adapt as necessary starting from here build_script: - - choco install -f libreoffice-fresh + - choco install libreoffice-fresh & exit 0 - travis-tool.sh install_deps test_script: diff --git a/man/read_docx.Rd b/man/read_docx.Rd index 6096fda..ecc7178 100644 --- a/man/read_docx.Rd +++ b/man/read_docx.Rd @@ -36,5 +36,7 @@ doc <- read_docx( \dontrun{ # from a URL +budget <- read_docx( +"http://rud.is/dl/1.DOCX") } }