I have a project using travis with bookdown. Everything is fine until i try to library packages installed from gitHub. The project renders fine locally.
For example:
In the DESCRIPTION file i have
Remotes: account/repo
and then in index.rmd i have
library(repo)
but travis throws and error "there is no package called repo"
Any advice on troubleshooting this would be welcomed