-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add support for project templates #287
base: master
Are you sure you want to change the base?
Add support for project templates #287
Conversation
The only thing you might consider here is actually calling the |
@javierluraschi I love the idea and I agree with @jjallaire that it would be good to use |
@ramnathv anything else that we need in this PR? Thank you! |
@javierluraschi I will take a look tonight and merge it. Thanks! |
c63fe5e
to
9f051bc
Compare
@ramnathv could we merge? Each time that I create an |
@javierluraschi I will review tomorrow and merge by Monday! Thanks. |
RStudio project templates provide an easy way for users to create custom R projects. While developing an htmlwidget, I noticed this project could use a custom project template.
Here is how this works, creating a new project will list a new "R Package using HTMLWidgets"
In this example, we can create a project named
testwidget
:Then that's it! A project gets created and running the widget produces a simple
1 2 3
custom<div/>
element. I intentionally kept this widget simple to help users identify their components and customize with ease: