Sorry, forgot that the default option of a cloud project is private and didn't originally make it cloud public. You should now be able to access it under:
https://rstudio.cloud/project/46324
I meant something different than in Josh's example. If you open in my project the file knitr_test.Rmd and select all the code inside the first chunk and then press Ctrl-Enter to run that code in the R console, an error arises in the call to knitr::knit2html and the knitr chunk options are not set correctly. Yet, if you select the same code in the R file knitr_test.R and press Ctrl-Enter, it runs without error.
Admittedly, it is not a common use case to call knit2html by manually running some Rmd chunk. However, that is the standard setting (so far) for developing an RTutor problem set, like the file prevalance_sol.Rmd in that project. One runs the code inside the first chunk to create and show the problem set. Yet, the command create.ps and show.ps call at some point knit2html and now fail. It works however, if I run the same code from an R file.
I just found this behavior very strange. Why does it matter whether I run code from an .Rmd file in the R console or from an R file in the R console? Shouldn't it just execute the code in the same way? I encountered this issue only on rstudio cloud