Forum Discussion
pcshingles
9 years agoNew Member
R script visual not displaying in web due to time zone error
I have this problem only on the web app and not the desktop. I made an R visual to take in a time series (daily data) and produce a forecasting graph and table visual. When I publish the app on the w...
- 9 years ago
I figured it out. One of the library imports was breaking the whole code because it couldn't get a good time zone variable from the system. All I had to do was set the time zone before the library imports. I wish errors were easier to read and more informative on the web...
pcshingles
9 years agoNew Member
I figured it out. One of the library imports was breaking the whole code because it couldn't get a good time zone variable from the system. All I had to do was set the time zone before the library imports. I wish errors were easier to read and more informative on the web...
- v-ljerr-msft9 years agoMicrosoft Employee
Hi pcshingles,
Great to hear the problem got resolved!
Could you accept your reply above as solution to close this thread? :smileyhappy:
Regards