Browse Source

force run

pull/21/head
muschellij2 5 years ago
parent
commit
fee9213368
  1. 4
      R/read_docs.r
  2. 2
      appveyor.yml
  3. 2
      man/read_docx.Rd

4
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) {

2
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:

2
man/read_docx.Rd

@ -36,5 +36,7 @@ doc <- read_docx(
\dontrun{
# from a URL
budget <- read_docx(
"http://rud.is/dl/1.DOCX")
}
}

Loading…
Cancel
Save