diff --git a/NEWS.md b/NEWS.md index cf10053..dc2258a 100644 --- a/NEWS.md +++ b/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 diff --git a/inst/tinytest/test_docxtractr.R b/inst/tinytest/test_docxtractr.R index 4f9899b..31ca362 100644 --- a/inst/tinytest/test_docxtractr.R +++ b/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()