nuest / rockerverse-paper

Scientific paper about everything related to containers and R
https://doi.org/10.32614/RJ-2020-007
23 stars 19 forks source link

mention Rserve, svSocket and RApache before plumber #62

Closed daroczig closed 4 years ago

daroczig commented 4 years ago

I thought it would make sense to mention these implementations as well if plumber was named -- these have been around for many years and empowered many business (and hobby) applications.

eddelbuettel commented 4 years ago

Good call. And maybe add the performant (and current, updated) RestRserve.

daroczig commented 4 years ago

Let me know what you think about the above commits and please do feel free to edit/remove any part -- I will also proof-read tomorrow (getting pretty late here), and again, sorry for the long delay with this!

nuest commented 4 years ago

Thanks @daroczig I'll merge now and ping you when I make any review-needy changes.

daroczig commented 4 years ago

Thank you very much :bowing_man:

nuest commented 4 years ago

Here are my edits (please check if meaning preserved) and a question: https://github.com/nuest/rockerverse-paper/commit/2a0e3a1e1d71a8b5b62aeafaebd24e4f406f952f

When you "moved away from Debian testing", does that mean at a second stage you did not use rocker/r-base anymore?

daroczig commented 4 years ago

Here are my edits (please check if meaning preserved) and a question: 2a0e3a1

Thanks a lot for your time spent on that and all the improvements -- all changes look good.

One minor thing: I think I introduced a typo with "exteremely" -- probablt it's easier to fix on your end then me submitting a PR and asking for your review, but happy to do so, just ping me, please.

When you "moved away from Debian testing", does that mean at a second stage you did not use rocker/r-base anymore?

Yeah, good question -- we actually moved to Ubuntu LTS but reusing many things from the Dockerfiles of rocker/r-base and eventually ended up with something like rocker/r-ver. We just needed more control over what gets updated when to reduce the risk with updates started independent from us.