- Ubuntu 22.04 base image.
- R 4.4.x via rig.
- Package dependencies are specified in a
DESCRIPTION
file, asDependes:
orImports:
. - Package dependencies for tests are specified in
DESCRIPTION
, underSuggests:
. - The
test
stage ofDockerfile
runs the tests. - The
prod
stage ofDockerfile
runs the tests cases viatestthat::test_local()
.
Runs the test cases via testthat::test_local()
.
Runs the tests, creates the production container and pushes it to the GitHub Container Registry.
Runs the deployed container. Make sure you update the default schedule.