remove devtools dependancy

This commit is contained in:
Simon 2025-10-02 10:36:50 +01:00
parent 5bc3fc1f10
commit c20844cb56

6
app.R
View file

@ -5,7 +5,11 @@ library(httr)
library(shinycssloaders) # For the spinner library(shinycssloaders) # For the spinner
# Assuming you have your custom functions in a file called 'your_functions.R' # Assuming you have your custom functions in a file called 'your_functions.R'
devtools::load_all()
# List all R files in the directory and source them
lapply(list.files(path = "R", pattern = "\\.R$", full.names = T), source)
source("secrets") source("secrets")