Slide 21
Slide 21 text
Problem:
NOTE from R CMD check when testing a package on
Travis … but I am specifying my CRAN repo?
* checking package dependencies ... NOTE
No repository set, so cyclic dependency check skipped
Hmm … maybe the CRAN environment variable
isn’t consulted, maybe I need to set the CRAN repo
set in .Rprofile … how do I that on Travis?