CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
9 stars 9 forks source link

Create package for user created functions #12

Closed nabury closed 1 year ago

nabury commented 1 year ago

There are many user written functions within MetaInsight and it is becoming difficult to track what file these functions are stored in and if functions are included in other packages or have been user created. Suggest creating a package to improve this. See this post for a good starter guide to producing a package: https://stackoverflow.com/questions/32060700/referencing-user-created-functions-in-r-from-seperate-scripts

nabury commented 1 year ago

Closed as we are moving to scoping functions, modularising etc.