Hello, I am trying to create a simple R package. I was using R studio cloud and realised that I could not create a new project on the project I opened. How did you all overcome this problem?
Please help me! Thank you!!!
Hello,
Sorry to hear you are having problems! Here are a couple links that might be helpful:
http://r-pkgs.had.co.nz/package.html https://uoftcoders.github.io/studyGroup/lessons/r/packages/lesson/
One possible workaround is to use devtools to create your new project, then in the IDE files pane, delete the file called project.Rproj that was created when you first opened the cloud project.
project.Rproj
Please let us know if you continue to have trouble.
Best, Ming
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.