diff --git a/R/zzz.R b/R/zzz.R index ef9bb1378..0e11454a6 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -10,3 +10,7 @@ if (interactive()) ensure_renv_precommit_compat() invisible() } + +# here is only used as a default argument, hence the R CMD check warning +# Namespace in Imports field not imported from +here::here