This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Blas M. Benito
blasbenito.com
did:plc:lxqzi2irt4usen3x7pxm34yx
The Dockerfile only has this to handle renv:
COPY . .
RUN R -e "renv::snapshot()"
.docker ignore must allow renv/*
The key is having a renv library with no symlinks to your R library.
This can be accomplished by running `options(renv.config.cache.enabled=FALSE)` before `renv::init()`.
2025-01-30T17:09:52.649Z