Function to help setup the necessary steps for addins in a package.
Would
use_addins("addin_function")
(following lines added in "inst/rstudio/addins.dcf")
Name: --- please supply name ---
Description: --- please supply description ---
Binding: addin_function
Interactive: false
I came to ask for almost exactly that, except that I'd suggest :
use_addin <- function(binding, name = binding, description ="", interactive = FALSE)`
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