Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Mar 26, 2019
1 parent 2607d46 commit fd13547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ importFrom(rgl,plot3d)
importFrom(rgl,scaleMatrix)
importFrom(rgl,text3d)
importFrom(utils,browseURL)
importFrom(utils,zip)
1 change: 1 addition & 0 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ process_lhn_name <- function(x) {
#' @param Force whether to overwrite an existing file
#' @param ... additional arguments passed to nat::write.neuron
#' @export
#' @importFrom utils zip
downloadskeletons <- function (nl, dir, format = "swc", subdir = NULL, INDICES = names(nl), files = NULL, Force = FALSE, ...){
if (grepl("\\.zip", dir)) {
zip_file = dir
Expand Down

0 comments on commit fd13547

Please sign in to comment.