Installation
Use the following R code to install the PinPath web app (PinPathShiny):
# install "remotes" package
install.packages("remotes")
# Install PinPath from GitHub
remotes::install_github("SyNUM-lab/PinPathShiny")
Run the app
With the following line, you can run the PinPathShiny locally:
PinPathShiny::runPinPath()