Forum Discussion

pcshingles's avatar
pcshingles
New Member
9 years ago
Solved

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...
  • pcshingles's avatar
    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...