Skip to content

Commit

Permalink
Fix R CMD check NOTE about unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jun 2, 2022
1 parent 108e5af commit 2986fb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/zzz.r
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ force_load_all_deps <- function() {
testthat_source_test_helpers
)
}

# R CMD check NOTE
function() {
desc::desc
rprojroot::rprojroot_find_package_root_file
}

0 comments on commit 2986fb4

Please sign in to comment.