From ff2456c45d7ad6780e5849eba8b0ffb41af31725 Mon Sep 17 00:00:00 2001 From: mischko Date: Thu, 14 Nov 2024 21:58:55 +0100 Subject: [PATCH] remove package::function notation --- R/decision.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/decision.R b/R/decision.R index da5f2c9..f6d53c0 100644 --- a/R/decision.R +++ b/R/decision.R @@ -115,7 +115,7 @@ review_app = function(data_files){ shiny::observeEvent(input$accept, { cli_inform(c(">"="Accepting modification of '{.file {old_path[[i()]]}}'")) - fs::file_move(new_path[[i()]], old_path[[i()]]) + file_move(new_path[[i()]], old_path[[i()]]) update_cases() }) shiny::observeEvent(input$skip, {