-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RStudio Project Template #127
Comments
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.
The text was updated successfully, but these errors were encountered: