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{ #' \dontrun{
#' # from a URL #' # from a URL
# budget <- read_docx( #' budget <- read_docx(
# "http://rud.is/dl/1.DOCX") #' "http://rud.is/dl/1.DOCX")
#' } #' }
read_docx <- function(path, track_changes=NULL) { read_docx <- function(path, track_changes=NULL) {

2
appveyor.yml

@ -16,7 +16,7 @@ cache:
# Adapt as necessary starting from here # Adapt as necessary starting from here
build_script: build_script:
- choco install -f libreoffice-fresh - choco install libreoffice-fresh & exit 0
- travis-tool.sh install_deps - travis-tool.sh install_deps
test_script: test_script:

2
man/read_docx.Rd

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

Loading…
Cancel
Save