ropensci / RNeXML

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

patch for compatibility with upcoming version of testthat #163

Closed cboettig closed 6 years ago

cboettig commented 6 years ago
  1. For each failing check, either update your package, or tell me that I have a bug. If you have made changes to your package, please submit an update to CRAN before Nov 13.

If you have discovered a bug in testthat, please file an issue (ideally with a small reprex that illustrates the problem) at https://github.com/r-lib/testthat/issues. If you're not sure whether or not you've found a bug, please an issue and we'll help you figure it out.

Thanks,

Hadley Wickham


== CHECK RESULTS ========================================

*   checking tests ...
     ERROR
    Running the tests in ‘tests/test-all.R’ failed.
    Last 13 lines of output:
         0 character matrices
         0 taxonomic units
       Taxa:      ...

       NeXML generated by RNeXML using schema version: 0.9
       size: 21.8 Kb
      Done simulation(s).
      testthat results
================================================================
      OK: 173 SKIPPED: 3 FAILED: 3
      1. Error: we can concatenate meta elements (@test_concatenate.R#27)
      2. Error: we can conatenate meta elements with empty ListOfmeta
elements (@test_concatenate.R#40)
      3. Error: we can conatenate meta elements with ListOfmeta
elements (@test_concatenate.R#60)

      Error: testthat unit tests failed
      Execution halted