Skip to content

Commit 7ecd923

Browse files
other attempt to fix import problem
1 parent f92e682 commit 7ecd923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/zzz.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313

1414
# here is only used as a default argument, hence the R CMD check warning
1515
# Namespace in Imports field not imported from
16-
here::here
16+
if (FALSE) {
17+
here::here()
18+
}

0 commit comments

Comments
 (0)