Skip to content

Commit

Permalink
updated the description for remotes not devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Sep 18, 2019
1 parent a16da58 commit 03fa13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14.1
Version: 0.14.2
Authors@R: c(
person(given = "John",
family = "Muschelli",
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Expand Up @@ -47,12 +47,12 @@ export(update_these_packages)
import(desc)
import(remotes)
importFrom(devtools,github_pat)
importFrom(devtools,install_github)
importFrom(httr,GET)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,message_for_status)
importFrom(httr,stop_for_status)
importFrom(remotes,install_github)
importFrom(utils,as.person)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
Expand Down
2 changes: 1 addition & 1 deletion R/install_remotes_no_dep.R
Expand Up @@ -17,7 +17,7 @@
#' @examples \dontrun{
#' install_remotes_no_dep()
#' }
#' @importFrom devtools install_github
#' @importFrom remotes install_github
install_remotes_no_dep = function(
path = "DESCRIPTION",
package = NULL,
Expand Down

0 comments on commit 03fa13d

Please sign in to comment.