Displaying 1 result from an estimated 1 matches for "r74695".
Did you mean:
374695
2018 May 06
0
Sys.timezone (timedatectl) unnecessarily warns loudly
...#39;t the warning is raised, unnecessarily because later on
Sys.timezone gets timezone successfully from /etc/timezone. This
obviously might not be true for different linux OSes, but it solves
the issue for simple dockerized Ubuntu 16.04.
Current behavior R Under development (unstable) (2018-05-04 r74695) --
"Unsuffered Consequences"
Sys.timezone()
#Failed to create bus connection: No such file or directory
#[1] "Etc/UTC"
#Warning message:
#In system("timedatectl", intern = TRUE) :
# running command 'timedatectl' had status 1
There was small disc...