Skip to content

Commit

Permalink
missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jun 18, 2024
1 parent c00016a commit 1eb880a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ importFrom(rgl,spheres3d)
importFrom(rlang,.data)
importFrom(stats,ave)
importFrom(stats,dist)
importFrom(stats,na.omit)
importFrom(stats,offset)
importFrom(stats,sd)
importFrom(utils,download.file)
importFrom(utils,installed.packages)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
4 changes: 4 additions & 0 deletions R/hemibrainr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @importFrom stats na.omit
#' @importFrom stats offset
#' @importFrom utils setTxtProgressBar
#' @importFrom utils txtProgressBar
## usethis namespace: end
NULL

0 comments on commit 1eb880a

Please sign in to comment.