ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

Makes test suite more robust, including to missing packages #181

Closed hlapp closed 5 years ago

hlapp commented 5 years ago

There are a number of tests that depend on packages in the suggested category, and which are arguably needed by very few only. The changes here will skip those tests rather than fail hard.

Also fixes some test cases that were overriding a global object (which happened to be inconsequential because that test case was at the end), and re-enables a test on Travis that wasn't being run there.

cboettig commented 5 years ago

:+1: looks great, thanks!