diff --git a/bin/post-311.R b/bin/post-311.R index 2ebb802..bab3ade 100644 --- a/bin/post-311.R +++ b/bin/post-311.R @@ -9,6 +9,9 @@ # Raspberry Pi: https://www.r-bloggers.com/how-to-install-the-latest-version-of-r-statistics-on-your-raspberry-pi/ # Can install in Jessie with sudo apt-get install... but it is 3.1.1 by default. +# Log the start time +print(paste("311 script started at", Sys.time())) + library(jsonlite) library(ini) library(mastodon) #devtools::install_github('ThomasChln/mastodon')