Aaron Peikert

Results 81 comments of Aaron Peikert

https://github.com/aaronpeikert/repro/blob/66a8c07221b0802c19fd7f170c7235db51b0777b/R/automate.R#L27

I ought to find out how knitr is doing this... I have changed the rules for what constitutes a valid YAML head a dozen times.

I am pretty sure the `install listed packages` function exists somewhere... Anyway, its a good idea to have an R native solution. I think before we develop something ourselves we...

Mh... Does not seem to actually rely on RStudio: In terminal: docker run -it --rm rocker/verse:4.0.1 R Then in terminal in R: options( repos = c(aaronpeikert = 'https://aaronpeikert.r-universe.dev', CRAN =...

I absolutely agree. Also the best would actually be to use renv in docker as well.

This is a problem of the processor architecture of new macs. Any docker command requires `--platform linux/arm64`

Sorry was on vacation. Yes the package is maintained and used mainly for workshops on reproducibility (I think about 6 alone this year)!

http://aaronpeikert.github.io/repro-workshop/self-paced/

`automate()` is taking a look at all Rmd files, and all changes in files in the `.repro` directory may trigger changes. However, there is no harm in just always running...