Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 627dc7b

Browse files
committed
moved git2r from imports to suggests
not sure why I had it in imports
1 parent c74ff19 commit 627dc7b

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Imports:
2323
utils,
2424
methods,
2525
stats,
26-
git2r,
2726
jsonlite,
2827
httr,
2928
magrittr,
@@ -32,5 +31,5 @@ Imports:
3231
rmarkdown,
3332
dplyr
3433
Suggests:
35-
roxygen2,
34+
git2r,
3635
testthat

NAMESPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ importFrom(assertthat,assert_that)
5050
importFrom(assertthat,has_extension)
5151
importFrom(dplyr,as_data_frame)
5252
importFrom(dplyr,rbind_all)
53-
importFrom(git2r,add)
54-
importFrom(git2r,commit)
55-
importFrom(git2r,cred_env)
56-
importFrom(git2r,init)
57-
importFrom(git2r,push)
58-
importFrom(git2r,remote_add)
5953
importFrom(httr,DELETE)
6054
importFrom(httr,GET)
6155
importFrom(httr,PATCH)

R/gistr-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#' @importFrom utils browseURL file.edit
1818
#' @importFrom methods is
1919
#' @importFrom stats setNames
20-
#' @importFrom git2r init add commit remote_add cred_env push
2120
#' @name gistr-package
2221
#' @aliases gistr
2322
#' @docType package

0 commit comments

Comments
 (0)