The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
set_github_action
shiny2docker
Generate a Dockerfile for a Shiny Application. This function automates
the creation of a Dockerfile tailored for deploying Shiny applications
by managing R dependencies with renv
, generating a
.dockerignore
file to optimize the Docker build process,
and leveraging the dockerfiler
package for further
customization. Additionally, it uses
attachment::create_renv_for_prod
to create a lockfile if
one is missing.
set_gitlab_ci
Configure a GitLab CI pipeline for Docker builds. This function copies
the gitlab-ci.yml
file provided by the package to a
specified directory. The configuration is designed to build a Docker
image and push the created image to the GitLab container
registry.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.