Dirk Eddelbuettel

Results 1017 comments of Dirk Eddelbuettel

Thanks for catching the missing dot in the fileext argument. I just added it, and re-created the help page where the example appears. As for the examples: maybe in demo/...

We could also write it as a vignette -- there is already a contributed one. Its sources are in inst/rmd/ if you want to take a peek. (I like pre-made...

I had actually never committed the fix to your original issue of the example duplication, now done which closed the issue.

The example is nice. I am committing it now as a new demo(). Let me know if you want credits in the ChangeLog.

I am _usually_ a stickler for an entry in the ChangeLog ... but this should do. Nice to see you at INSERM in Marseille. I spent a few grad school...

Have a look at the (epic, long) help page for `help(Startup)` about what R reads when and where. R_LIBS_USER is one of those things you can there _with_ different Renviron...

Yes, that can be a problem. These days I work single-user, mostly, and am root here but R is indeed happy to run off a read-only file system. But let's...

Yes there may be little else we can do here other than support a stop list. For example, we also no longer get macOS amd64 from Bloomberg. Note though that...

So I guess we could do something like this quick `awk` statement: ```sh $ docker run --rm -ti alpine:3.22 awk -F= '/^ID=/ {print $2}' /etc/os-release alpine $ awk -F= '/^ID=/...

So maybe this might suit as `alpine` will fail it while other `linux-gnu` systems will pass? ```diff modified configure @@ -30,7 +30,8 @@ fi ## At CRAN or R-universe we...