KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
623 stars 159 forks source link

Feature Request: Add-Ins for quick access to functions #226

Closed rsangole closed 6 years ago

rsangole commented 6 years ago

Report an Issue / Request a Feature

I'm submitting a (Check one with "x") :


Issue Severity Classification -

(Check one with "x") :

Expected Behavior

I would like some of the common functions to be added into an add-in. Some examples of excellent add-ins which add value from other packages include:

__documents_onedrive_mspa_453_text_analytics_nasa_text_r_project_-_master_-_rstudio

I would love to see a button like 'Load Project' which would run:

library(ProjectTemplate)
load.project()

which are two commands I frequently type after clearing my environment to ensure full end-to-end reproducibility of my code.

I'm sure other regular users of the package can think of other useful buttons too.

Hugovdberg commented 6 years ago

I guess you are suggesting an addin for RStudio? The documentation looks like this should be not too hard to implement.

I would add two addins:

rsangole commented 6 years ago

Yep, exactly right. I'll work on this over the next week or so and see if I can get a PR out.

rsangole commented 6 years ago

Other users of this package - what other add-ins would you like to see?

rsangole commented 6 years ago

Pull request #229 addresses this issue.