Skip to content

Commit

Permalink
Fixed dependency causing Travis failure (roxygen2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Sep 18, 2020
1 parent 423714a commit c838aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/install-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if ( ! suppressWarnings(require("yaml")) ) {
}
if ( ! suppressWarnings(require("roxygen2")) ) {
cat("Installing roxygen2 package\n")
install.packages("yaml", repos="https://cloud.r-project.org", dependencies=NA)
install.packages("roxygen2", repos="https://cloud.r-project.org", dependencies=NA)
}

cat("Installing to:",.libPaths()[1],"\n")
Expand Down

0 comments on commit c838aab

Please sign in to comment.