Closed ldecicco-USGS closed 6 years ago
Hey, cool, kudos for fixing the devtools issue!
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)
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: