Peter Solymos

Results 18 comments of Peter Solymos

Hi all, I have run into this issue recently, and I am glad to see a few options out there. The `mypkg::dataset` is cumbersome, but `CMD R -e 'library(mypkg);run_app()'` in...

Thanks for the update. I imagine that a `user = NULL` argument can be added (in {golem} or {dockerfiler}). When not `NULL`, we'd add the `RUN addgroup ...` and the...

Thanks @alexellis for having a look. I haven't tested multi-arch with these templates. Should I try `docker buildx` as described [here](https://github.com/alexellis/multiarch-templates)? What's the preferred way to test it?

Added non-root users to the templates and merged to master: https://github.com/analythium/openfaas-rstats-templates/issues/1

Will have to look if [pbapply](https://github.com/psolymos/pbapply) could help here. It uses global option and turned off when non-interactive.

I first though this magic pak function is a cli function that can be used like pip or npm. Is that on the roadmap?

@jeroen I second @ralmond : here is my use case. ```R dendrogram2json

Looks like `toJSON(zz, auto_unbox = TRUE)` does the trick, but that won't quite translate to the OpenCPU app I am working on unless I use the text api instead of...

Just uploaded [pbapply](https://github.com/psolymos/pbapply) v1.3-0 to CRAN with parallel functionality.