ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Update testing infrastructure #173

Closed gavinsimpson closed 9 years ago

gavinsimpson commented 9 years ago

This does a few things:

  1. change to the new native R capabilities for Travis-CI
  2. gets builds working again on Travis-CI

Item 2. is a bit of a misnomer as I basically have to comment out most of the test_neotoma.R script to get this to work again. This suggests something is amiss that we aren't picking up locally, and we should try to track this down and work out why this is failing.

Some of this is discussed in #160