-
Notifications
You must be signed in to change notification settings - Fork 0
setup
De Silva, Devin edited this page Mar 15, 2025
·
5 revisions
- Clone the repository
git clone https://github.com/yourusername/ChatBS-NextGen.git
- Check for R installation status in the system
R --version
- Go to the project root and open it in your favorite code-editor
- Setup the libraries
- from command line interface
Rscript setup_dependencies.R
- from R terminal
source('setup_dependencies.R') - Run shiny application
- from command line interface
Rscript app.R
- from R terminal
shiny::runApp('app.R')
TODO