Skip to content

Commit

Permalink
Trying to have a mustWork problem done.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Aug 31, 2018
1 parent 5993dfc commit 422a905
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: ghtravis
Type: Package
Title: Interfaces with GitHub API and Travis CI
Version: 0.11.0
Version: 0.11.1
Author: John Muschelli
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Interfaces and compares things on 'GitHub'
Expand Down
2 changes: 1 addition & 1 deletion R/binary_release_table.R
Expand Up @@ -97,10 +97,10 @@ binary_release_table = function(

#' @rdname binary_release_table
#' @export
#' @examples
#' @param mustWork Does the command need to work? If fails,
#' will error. But \code{FALSE} will try to pass
#' appropriate missing data value
#' @examples
#' repo = "stnava/ANTsR"
#' binary_table_no_tags(repo)
#' binary_table_no_tags("muschellij2/ANTsR")
Expand Down
3 changes: 3 additions & 0 deletions R/remote_package_deps.R
Expand Up @@ -95,6 +95,9 @@ missing_remote_deps = function(
path = path,
verbose = verbose,
...)
if (is.null(res)) {
return(res)
}
res$installed = res$name %in% installed.packages()
if (verbose) {
print(res[, c("name", "installed")])
Expand Down
10 changes: 5 additions & 5 deletions man/binary_release_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 422a905

Please sign in to comment.