From 34accb5f433526ae23838cb64f18905ade03f326 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 10 Jun 2019 16:46:40 -0500 Subject: [PATCH] Add log message. --- bin/post-311.R | 3 +++ 1 file changed, 3 insertions(+) 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')