name: Pull request
about: Submit a pull request that resolves an open BiocCheck issue
title: "Adding sessionInfo to the vignette"
labels: ''
assignees: ''
If you are submitting a pull request to BiocCheck please follow the instructions outlined in this presentation. This presentation includes steps for forking, creating a branch for you to work on, and useful related information.
Prior to sending the pull request, please verify that R CMD build and R CMD check run without warnings or errors on the latest Bioconductor-devel (currently in May 2020 that would be Bioconductor 3.12) and complete the following steps:
[x] Update the NEWS file (required)
[x] Update the vignette file (required)
[ ] Add unit tests (optional)
The easiest way to obtain a working environment with Bioconductor-devel in your computer is to use the Bioconductor devel docker image as described in detail in the Bioconductor website.
For more questions, please get in touch with the Bioconductor core team through the Bioconductor Slack workspace.
I got some warnings reported on #95 but I think they aren't related to the changes I made here on this pull request. This PR is related to #76
name: Pull request about: Submit a pull request that resolves an open BiocCheck issue title: "Adding sessionInfo to the vignette" labels: '' assignees: ''
If you are submitting a pull request to
BiocCheck
please follow the instructions outlined in this presentation. This presentation includes steps for forking, creating a branch for you to work on, and useful related information.Prior to sending the pull request, please verify that
R CMD build
andR CMD check
run without warnings or errors on the latest Bioconductor-devel (currently in May 2020 that would be Bioconductor 3.12) and complete the following steps:The easiest way to obtain a working environment with Bioconductor-devel in your computer is to use the Bioconductor devel docker image as described in detail in the Bioconductor website.
For more questions, please get in touch with the Bioconductor core team through the Bioconductor Slack workspace.
I got some warnings reported on #95 but I think they aren't related to the changes I made here on this pull request. This PR is related to #76