Skip to content

Commit

Permalink
Fixing install_remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 15, 2017
1 parent 1ca3d68 commit 3f0a4db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions DESCRIPTION
@@ -1,15 +1,12 @@
Package: ghtravis
Type: Package
Title: Interfaces with GitHub API and Travis
Version: 0.2.10
Version: 0.2.11
Author: John Muschelli
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Interfaces and compares things on 'GitHub' 'API' and 'Travis' 'CI'.
Imports:
utils,
devtools,
yaml,
httr
Description: Interfaces and compares things on 'GitHub'
'API' and 'Travis' 'CI'.
Imports: utils, devtools, yaml, httr
License: GPL-2
Encoding: UTF-8
LazyData: true
Expand Down
2 changes: 1 addition & 1 deletion R/install_remote_binaries.R
Expand Up @@ -87,7 +87,7 @@ install_remote_binaries = function(
packs = packs[ !keep ]
# }

if (file.exists(path)) {
if (file.exists(path) & !missing(path)) {
drop_remotes(path = path, drop_remotes = packs)
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![Travis-CI Build Status](https://travis-ci.org/muschellij2/ghtravis.svg?branch=master)](https://travis-ci.org/muschellij2/ghtravis)
[![Coverage Status](https://img.shields.io/coveralls/muschellij2/ghtravis.svg)](https://coveralls.io/r/muschellij2/ghtravis?branch=master)

The goal of ghtravis is to Allow for GitHub and Travis R tools
The goal of `ghtravis` is to provide GitHub and Travis R tools.

## Installation

Expand Down

0 comments on commit 3f0a4db

Please sign in to comment.