- autoreload for plumber
- auto-refresh the browser when a change is made
- run from the commandline with the
/exec/hotwater
bash script
Installation
You can install the development version of hotwater from GitHub with:
# install.packages("devtools")
devtools::install_github("ElianHugh/hotwater")
Example
Hotwater can be run via an R session:
hotwater::run(
system.file("examples", "plumber.R", package = "hotwater"),
port = 9999L
)
or a terminal using the bash script: