Skip to content

Commit

Permalink
fixing the ITKR issue with future versions
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Aug 15, 2019
1 parent dfe03ce commit a16da58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.14.0
Version: 0.14.1
Authors@R: c(
person(given = "John",
family = "Muschelli",
Expand Down
3 changes: 3 additions & 0 deletions R/latest_release_with_binary.R
Expand Up @@ -73,6 +73,9 @@ latest_release_with_binary = function(
if (any(check)) {
check[is.na(check)] = FALSE
ddf = ddf[ check, ]
} else {
# change to fix ITKR installation future R version
return(NA)
}
}
# ord = order(ddf$asset_created_at, ddf$asset_updated_at, decreasing = TRUE)
Expand Down

0 comments on commit a16da58

Please sign in to comment.