bioconductor/bioconductor_docker:devel
. This is important for attendees that will have access to Amazon Machine Images preloaded with R and RStudio servers and tested versions of all workshops. Example how to run Docker and access RStudio at http://localhost:8787/ (RStudio access works on Mac/Unix only)docker run -e PASSWORD=bioc -p 8787:8787 -v $(pwd):/home/rstudio bioconductor/bioconductor_docker:devel
Commit and push a sample .travis.yml
file for implementing Continuous Integration against bioc-devel
Write your workshop vignette, modify the DESCRIPTION
file to add the dependencies. It is important that all dependencies be declared and that your workshop vignette can be built without errors on the Docker image we are using.
bioc-devel
LICENSE
file - contribution of your workshop will be taken as agreement to have your workshop materials included under this licenseR CMD check
to ensure your workshop package checks without warningsWe recommend communicating through the #biocworkshopbook channel on the community-bioc
Slack team (https://community-bioc.slack.com/archives/CJDMYKG2U) for help
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.