Skip to content

Commit

Permalink
Remove unused imports and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
atomashevic committed Dec 7, 2023
1 parent 5a3b2d8 commit 5d7f10b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@ export(transformer_scores)
export(video_scores)
import(reticulate)
importFrom(Matrix,bdiag)
importFrom(base,file.remove)
importFrom(base,paste0)
importFrom(dplyr,left_join)
importFrom(reticulate,py_module_available)
importFrom(reticulate,source_python)
importFrom(reticulate,use_condaenv)
importFrom(stats,aggregate)
importFrom(stats,grep)
importFrom(stats,na.omit)
importFrom(utils,data)
importFrom(utils,dir.create)
importFrom(utils,dir.exists)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageDescription)
Expand Down
4 changes: 0 additions & 4 deletions R/video_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
#' @return A result object containing the analyzed video scores.
#'
#' @import reticulate
#' @importFrom reticulate use_condaenv py_module_available source_python
#' @importFrom utils dir.exists dir.create
#' @importFrom stats grep
#' @importFrom base paste0 file.remove
#'
#' @export
#'
Expand Down

0 comments on commit 5d7f10b

Please sign in to comment.