Skip to content

Commit

Permalink
making a new and improved binary!
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 20, 2017
1 parent 8ce3d53 commit c594a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ghtravis
Type: Package
Title: Interfaces with GitHub API and Travis
Version: 0.4.5
Version: 0.4.5.1
Author: John Muschelli
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Interfaces and compares things on 'GitHub'
Expand Down
4 changes: 3 additions & 1 deletion R/remote_package_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ install_missing_remote_deps = function(
packs = missing_remote_deps(path = path, ...)
if (length(packs) > 0) {
install.packages(packs)
return(all(packs %in% installed.packages()))
} else {
return(TRUE)
}
return(all(packs %in% installed.packages()))
}

0 comments on commit c594a18

Please sign in to comment.