$ pip install hal9 $ hal9 deploy app --type plumber --main app.R
library(plumber) #* @get / function() { list(message = "Hello!") }