The DetectoR R Shiny app provides a handy platform allowing for early identification of signals and an ongoing monitoring of safety along the medical product development phase and lifecycle.
- assumes R is installed (install the remotes and usethis R-packages)
- assumed git is installed
- add CWL=<your_cwl> and CWL_password=<your_cwl_password> to .Renviron file using usethis::edit_r_environ()
remotes::install_github("Bayer-Group/BIC-DetectoR")
library(DetectoR)
DetectoR::start_app()