chainsawriot
chainsawriot
eda, lqs, mle, modreg, mva, stepfun, ts can't be searched with `cran_package_history`.
The cause of #144 is that `DescTools` lists `base` in `Depends`.
Maybe we should remove "RUN" to cater for #134
- [ ] Insert handle from `use_rang` ```r use_rang(".", handle = "yourproject") ```
```Dockerfile FROM ghcr.io/rocker-org/r-ver:4.2.2 RUN apt-get update -qq && apt-get install -y libpcre3-dev zlib1g-dev pkg-config libcurl4-openssl-dev && apt-get install -y tcl8.6 tk8.6 tk-table COPY rang.R ./rang.R COPY cache ./cache RUN Rscript...
https://github.com/debuerreotype/docker-debian-eol-artifacts
https://github.com/debuerreotype/docker-debian-eol-artifacts/blob/dist-lenny/lenny/i386/rootfs.tar.xz ```Dockerfile FROM scratch ADD rootfs.tar.xz / CMD ["bash"] ```
```Dockerfile FROM scratch ADD rootfs.tar.xz / ENV TZ UTC RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && apt-get update -qq && apt-get install wget locales build-essential r-base-dev...
And actually the `amd64` image works too. https://github.com/debuerreotype/docker-debian-eol-artifacts/tree/dist-lenny/lenny/amd64
# Pinning R packages Pin R packages by version: pkgdepends, renv, remotes, Require, pak, Pin R packages by date: groundhog, checkpoint, rang No pinning (using whatever recent or inside the...