-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use_addins() #353
Labels
Comments
I came to ask for almost exactly that, except that I'd suggest :
And overwrite an addin specification that would have the same name or the same binding function. |
We'd love to see a PR for this. I think it should be fairly simple, following a template from an existing function. |
Tagging @haozhu233 - TBD PR based on his awesome rstudio::conf 2019 talk: https://github.com/hebrewseniorlife/addin_demo |
haozhu233
added a commit
to haozhu233/usethis
that referenced
this issue
Jan 21, 2019
jennybc
pushed a commit
that referenced
this issue
Mar 6, 2019
* Added use_addin as requested in #353 * remove return inside invisible * Improved tests for use_addin; Added item to NEWS * Following Hadley's comment, put in addin variable through render_template * make the newline part a little more dynamic * Tweak news bullet * Move proj_path up as Jenny suggested
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Function to help setup the necessary steps for addins in a package.
Would
Example
(following lines added in "inst/rstudio/addins.dcf")
Name: --- please supply name ---
Description: --- please supply description ---
Binding: addin_function
Interactive: false
The text was updated successfully, but these errors were encountered: