I want to install a package that contains rmarkdown templates in Rstudio Cloud.
I am also the maintainer of the package, so maybe I did something wrong there as well.
When I install the package on desktop machines the new templates show up in RStudio.
However in RStudio.cloud my templates don't show up.
The templates are installed from github
using
if(!require(devtools)){ install.packages("devtools") } devtools::install_github("statisticsforsocialscience/rmd_templates") library(rmdtemplates)
I have set up the example project here, showing the problem.
https://rstudio.cloud/project/810795
I can find the skeleton files installed. They just don't show up?
Does anyone know why this is happening?