Skip to content

Commit

Permalink
a small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Oct 10, 2024
1 parent 427e746 commit b5c7a8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export(download_seq_media)
export(install_sp)
export(label_converter)
export(label_selecter)
export(rename_ct_files)
importClassesFrom(sp,CRS)
importFrom(magrittr,"%>%")
importFrom(sp,CRS)
Expand Down
3 changes: 2 additions & 1 deletion R/rename_ct_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
#' unlink("./data/test_rename_ct_files_unzipped",
#' recursive = TRUE)
#'}
#' #'@export
#'
#' @export

rename_ct_files <- function(foldername,
extensions = c("jpg", "png", "jpeg", "bmp")) {
Expand Down
2 changes: 1 addition & 1 deletion man/rename_ct_files.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5c7a8d

Please sign in to comment.