Skip to content
Snippets Groups Projects

Draft: '23-fix-ci'

Open Laurent BEAULATON requested to merge 23-fix-ci into develop
Compare and
20 files
+ 6661
57
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 8
4
@@ -2,13 +2,17 @@
# current year, for the UI
CY <- as.numeric(strftime(Sys.time(), format = "%Y"))
dir.create(normalizePath("./data/tempplot"),showWarnings = FALSE)
dir.create(
normalizePath("./data/tempplot"),
showWarnings = FALSE,
recursive = TRUE
)
options(
stacomiR.dbname = "bd_contmig_nat",
stacomiR.host = "localhost",
stacomiR.host = "host_db",
stacomiR.port = "5432",
stacomiR.user = "postgres",
stacomiR.password = "postgres"
stacomiR.user = "stacomi_test",
stacomiR.password = "stacomi_test"
)
library(stacomiR)
library(magrittr)
Loading