Browse Source

cran check errors fixes

master
boB Rudis 4 years ago
parent
commit
a2855a442d
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      NEWS.md
  2. 5
      inst/tinytest/test_docxtractr.R

4
NEWS.md

@ -1,3 +1,7 @@
# 0.6.5
- Fix CRAN check errors on Fedora
# 0.6.1
- Fix for errors introduced by an update of the tidyverse

5
inst/tinytest/test_docxtractr.R

@ -53,7 +53,8 @@ expect_equal(
)
# docx-conversion ---------------------------------------------------------
if (at_home()) {
if (at_home()) { # CRAN will not have LibreOffice installed
lp = try({
docxtractr:::lo_find()
@ -68,7 +69,7 @@ if (at_home()) {
# pptx conversion ---------------------------------------------------------
if (at_home()) {
if (at_home()) { # CRAN will not have LibreOffice installed
lp = try({
docxtractr:::lo_find()

Loading…
Cancel
Save