Skip to content

Commit 79bdb48

Browse files
committed
Avoid backports import
1 parent cc5131a commit 79bdb48

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ URL: https://rprojroot.r-lib.org/,
1616
BugReports: https://github.com/r-lib/rprojroot/issues
1717
Depends:
1818
R (>= 3.0.0)
19-
Imports:
20-
backports
2119
Suggests:
2220
knitr,
2321
lifecycle,

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ export(thisfile_knit)
3737
export(thisfile_r)
3838
export(thisfile_rscript)
3939
export(thisfile_source)
40-
import(backports)
4140
importFrom(utils,str)
4241
importFrom(utils,tail)

R/rprojroot-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
#' root_fun <- is_r_package$make_fix_file()
1111
#' root_fun("NAMESPACE")
1212
#' }
13-
#' @import backports
1413
"_PACKAGE"

0 commit comments

Comments
 (0)