This package is a template for building a Bioconductor workshop. The package includes Github actions to:
DESCRIPTION
file)rcmdcheck::rcmdcheck
ghcr.io/gihub_user/repo_name
, all lowercase.Package authors are primarily responsible for:
DESCRIPTION
file as the URL
.DockerImage:
in the DESCRIPTION
file.Both of those tasks can be accomplished using the Github actions included in this template package. The vignette accompanying this package describes how to accomplish both of these tasks.
pkgdown
website at https://YOURUSERNAME.github.io/YOURREPOSITORYNAME/
latest
, sha-XXXXXX
where XXXXXX
is the hash of the current master
commit, and master
.Once running, navigate to http://localhost:8787/ and then login with rstudio
:yourchosenpassword
.
To try with this repository docker image:
NOTE: Running docker that uses the password in plain text like above exposes the password to others in a multi-user system (like a shared workstation or compute node). In practice, consider using an environment variable instead of plain text to pass along passwords and other secrets in docker command lines.