remove devtools dependancy
This commit is contained in:
parent
5bc3fc1f10
commit
c20844cb56
1 changed files with 5 additions and 1 deletions
6
app.R
6
app.R
|
|
@ -5,7 +5,11 @@ library(httr)
|
|||
library(shinycssloaders) # For the spinner
|
||||
|
||||
# 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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue