Why R calculations are inconsistent in my virtual machine?

前端 未结 1 1133
抹茶落季
抹茶落季 2021-01-22 00:30

I\'m trying to build a new virtual machine with R and the follow packages below running as a R server to my calculations.

    #this is          


        
相关标签:
1条回答
  • 2021-01-22 00:54

    Just to let you know what happened with my issue. The problem was the TIMEZONE. I don't know exactly why, but R or some of the packages that we use for our calculations requires the timezone to be the same.

    I'm located in Germany (timezone CET which is +1 UTC) and I was setting my virtual machine to use UTC and thus the problem. Oh man, I'm really glad to solve this issue (3 days straight working on this!) but now everything is fine! A huge thank you to my colleague @Ralf for the tip!

    Other issue related:1, 2, 3. I hope this helps someone! :)

    0 讨论(0)
提交回复
热议问题