Markus Skyttner

Results 52 comments of Markus Skyttner

In a fresh R session, I can now run that code from the Vignette, with `pillar_1.4.2` installed, without getting the error.

+1 For binned aggregation, algorithms similar to what [classIntervals](https://www.rdocumentation.org/packages/classInt/versions/0.4-3/topics/classIntervals) provides with styles such as "equal", "fixed", "fisher" (natural breaks), "headtails" would provide a good starting point for creating numeric histograms?

Great images! What is a good default setting when runtime builds happen inside the container? What do you think about trying to pick it up like so `NCPU=$(nproc --all) &&...

@KasperSkytte yes, interesting, I'm not sure what the default parallelism / nr of jobs are when building R packages from source, and if not specifying it explicitly ([this SO post...

@proofrock Wow, so very nice! I got excited about this and tried to fiddle with getting a container build to work in a fork, in order to test it, and...

Sure, a pleasure, I moved that idea to https://github.com/proofrock/duckrg/discussions/1 and will attempt a PR for a Dockerfile (starting with a x64-amd variant).

For S3 connectivity against a non-AWS server (such as minio), the `AWS_ENDPOINT_URL` would be convenient, see [this SO post](https://stackoverflow.com/questions/52494196/is-there-any-way-to-specify-endpoint-url-in-aws-cli-config-file) and [these docs](https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html). I do not think that environment variable is...

Sorry if this is not 100% related to this issue, but regarding image sizes I noticed that the size has almost doubled for the rocker/ml-verse image when comparing 4.2.1 to...

podman rootless would be nice :)

It looks similar, and perhaps related if an embedded nul byte could cause an "insufficient memory error", but I think this one is different, especially if that one is possible...