dark-peak-analytics / assertHE

R package to assist in the verification of health economic decision models.
https://dark-peak-analytics.github.io/assertHE/
Other
4 stars 10 forks source link

Create RStudio add-in to run the `visualise_project` function with defaults #82

Closed RobertASmith closed 1 month ago

RobertASmith commented 2 months ago

Description tbc ... will make the tool much more accessible to those new to R.

See guide here: https://rstudio.github.io/rstudio-extensions/rstudio_addins.html#registering-addins

  1. Create add-in function in R which calls visualise_project with project_path = ".", foo_path = "R", test_path = "tests/testthat"). Prefix it with AddIn_ to differentiate from other functions.
  2. Create file at inst/rstudio/addins.dcf
  3. Test it