From 03fa13d005689854351402a0e4154621bc001e79 Mon Sep 17 00:00:00 2001 From: muschellij2 Date: Wed, 18 Sep 2019 11:42:33 -0400 Subject: [PATCH] updated the description for remotes not devtools --- DESCRIPTION | 2 +- NAMESPACE | 2 +- R/install_remotes_no_dep.R | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 002234e..b2c8f95 100644 --- a/DESCRIPTION +++ b/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", diff --git a/NAMESPACE b/NAMESPACE index 0d650ca..b10c919 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/install_remotes_no_dep.R b/R/install_remotes_no_dep.R index 399be73..a33db3d 100644 --- a/R/install_remotes_no_dep.R +++ b/R/install_remotes_no_dep.R @@ -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,