Skip to content

Commit

Permalink
remove unnecessary imports in NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
angelina-momin committed May 20, 2024
1 parent 0bd7b47 commit b9903d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export(validate_codecheck_yml)
import(jsonlite)
importFrom(R.cache,addMemoization)
importFrom(R.cache,getCacheRootPath)
importFrom(dir.create,dir.create)
importFrom(dir.exists,dir.exists)
importFrom(gh,gh)
importFrom(gsub,gsub)
importFrom(httr,GET)
Expand All @@ -40,7 +38,6 @@ importFrom(stringr,str_replace_all)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(writeLines,writeLines)
importFrom(xtable,xtable)
importFrom(yaml,read_yaml)
importFrom(yaml,yaml.load)
Expand Down

0 comments on commit b9903d9

Please sign in to comment.