Open FenneRiemslagh opened 1 year ago
Sounds fun 🙃 I'll take a look!
Fixed it by running Sys.setlocale("LC_ALL", "en_US.UTF-8")
#troubleshoot
library(traininginfrastructure)
data <- read_from_drive(year = "2023")
data <- get_future_workshops(data)
data_R <- data[2, ]
get_comms_doc_info(data_R)
data_R$startdate
strftime(data_R$startdate, format ="%A, %e, %b")
Sys.setlocale("LC_ALL", "en_US.UTF-8")
When Fenne runs the infrastructure package it creates a communication document with all the dates in dutch! This might be because her laptop is set to dutch, but can we make the infrastructure package independent of this?