briatte / ggnetwork

Geoms to plot networks with ggplot2
https://briatte.github.io/ggnetwork/
146 stars 28 forks source link

`covr::coveralls()` in travis not working #47

Closed mcanouil closed 5 years ago

mcanouil commented 5 years ago

covr::coveralls() is not working (no remote project) and should be removed from travis since covr::codecov() is already working and has been setup.

$ Rscript -e 'covr::coveralls(); covr::codecov()'
Warning: namespace ‘ggnetwork’ is not available and has been replaced
by .GlobalEnv when processing object ‘’
Warning: namespace ‘ggnetwork’ is not available and has been replaced
by .GlobalEnv when processing object ‘’
Error in covr::coveralls() : 
  Failed to upload coverage data. Reply by Coveralls: Couldn't find a repository matching this job.
Execution halted
mcanouil commented 5 years ago

Fixed in e8bb5e47