Guest *Maximilian Held* @ 2017-08-11 21:01:17 originally posted:
sorry, I'm a bit dense – that's something that (I) would have to build on top RStudio Connect via Plumber, or what approach would you suggest?
When I think of CI/CD via RStudio Connect, I'm always hoping that I could use it much like Netlify (or Heroku?); connect it to some repo, and have each commit checked and deployed.
I always feel a little stupid wrangling with the Travis CI build environment, because it seems to me shiny server (and RStudio Connect?) already maintain such a canonical R build environment (the workers!), and they also already deal dependency management (via the "manifest" and packrat, I think?).
Anyway, I might be a little too loose in my thinking about this.
It's actually a thing that keeps me from using RStudio Connect though; I just fear the extra complexity it would add on top of a git(hub) workflow.