Need help getting back into my R Studio Cloud project

My project is as follows,
https://rstudio.cloud/project/1113360

When opening my project the project loads but crashes shortly after. Is there a way on the back end for you all to make my currently open rmd file have its code chunks not run? If so then I can remove the line that put my project in this mess (171).

Thank you!

Hello Devon_Christian,

I am sorry you are experiencing this issue. If possible, could you respond with the following information:

  • A screenshot of the problem
  • Any errors that appear in the JavaScript console

You can also try to:

  1. Relaunch the project

image

  1. Log out, open a new browser, log in and try to launch the project again.

Thanks,
Taner

1 Like

Hello Taner,
I was able to reload the project, thank you!
The actual rmd I cannot load but I remade it locally without the problematic line of code and It works fine.

The issue was a plotly call where I tried to adjust bin size by doing,

xbins.size = 1

This made the browser crash due to code hang. It did the same thing when I was running on my local Rstudio application. so I will try and adjust bin size another way.

Thanks again!
-Devon

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.