Add support for project templates#287
Add support for project templates#287javierluraschi wants to merge 7 commits intoramnathv:masterfrom
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 3custom<div/>element. I intentionally kept this widget simple to help users identify their components and customize with ease: