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

Commit 0953f45

Browse files
committed
added file.edit to imports
1 parent 7249f2b commit 0953f45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ importFrom(methods,is)
6464
importFrom(rmarkdown,render)
6565
importFrom(stats,setNames)
6666
importFrom(utils,browseURL)
67+
importFrom(utils,file.edit)

R/gistr-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#'
1515
#' Using the \code{GITHUB_PAT} is recommended.
1616
#'
17-
#' @importFrom utils browseURL
17+
#' @importFrom utils browseURL file.edit
1818
#' @importFrom methods is
1919
#' @importFrom stats setNames
2020
#' @name gistr-package

0 commit comments

Comments
 (0)