Open howardbaik opened 6 months ago
I couldn't get this working inside ottrpal, so I've created a separate R package that does this: https://github.com/fhdsl/ottrtemplate
As a matter of fact, the issue might be with the size of the ottr logo: https://stackoverflow.com/a/78411165/14804653
Let me confirm this. @cansavvy
Indeed, the issue was with the size of the image file.
Once I transfer over work I've done in ottrtemplate to ottrpal, I'll delete the repo for ottrtemplate to reduce redundancy.
Work has been transferred to https://github.com/jhudsl/ottrpal/tree/127-rstudio-project-template and ottrtemplate has been deleted.
The goal is to give user the option to create a Quarto Based OTTR course with RStudio Project Templates.
The plan is to create a function in this repo,
create_rstudio_project_template()
This way, we can accept user inputs inside an GUI and automatically setup an OTTR repo without having the user open a config file and manually configure things.