Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mzarowka committed Feb 28, 2024
1 parent 7950e38 commit 4ed482e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ run_core <- function(autoSave = TRUE){

observeEvent(input$file_dir_example, {
useExample(TRUE)
user_dir(fs::path_package("HSItools", "/inst/extdata/"))
user_dir(paste0(getwd(),"/inst/extdata"))
# rasters(user_dir() |>
# fs::dir_ls(type = "file", regexp = ".tif", recurse = TRUE))
# coreImage(terra::rast(user_file()$datapath))
Expand Down

0 comments on commit 4ed482e

Please sign in to comment.