USGS-VIZLAB / vizlab

Package with utilities for building vizlab pages
Creative Commons Zero v1.0 Universal
25 stars 14 forks source link

testing travis #372

Closed ldecicco-USGS closed 6 years ago

ldecicco-USGS commented 6 years ago

OK, so I think I've fixed the devtools thing. I was reading "It is because you are using sudo: required and when that happens the devtools binary is installed, but the binaries in Michael Rutter’s PPA apparently have not been updated for the new release, and the old binaries are not ABI compatible with 3.5"....

So anyway, now travis is failing on some testthat stuff:

Failure: publishLandingPage works (@tests-publishLandingPage.R#18)  ──────
  any(grepl("climate-change-walleye-bass", index)) isn't true.
aappling-usgs commented 6 years ago

Hey, cool, kudos for fixing the devtools issue!

aappling-usgs commented 6 years ago

Just reran - still getting the publishLandingPage and publish footer errors, but I think we should merge this PR to get the devtools fix.

Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  any(grepl("microplastics", index)) isn't true.

  ── 5. Failure: publishLandingPage works (@tests-publishLandingPage.R#18)  ──────
  any(grepl("climate-change-walleye-bass", index)) isn't true.

  ══ testthat results  ═══════════════════════════════════════════════════════════
  OK: 125 SKIPPED: 2 FAILED: 5
  1. Failure: publish footer works (@tests-publish.R#29) 
  2. Failure: publish footer works (@tests-publish.R#31) 
  3. Failure: publish footer works (@tests-publish.R#42) 
  4. Failure: publishLandingPage works (@tests-publishLandingPage.R#17) 
  5. Failure: publishLandingPage works (@tests-publishLandingPage.R#18)