Wenhao,
The night before the release your package was at 0.99.x in the devel branch
At release, two things happened:
the package was added to the release branch with version 1.0.0
the package in the devel branch was updated to version 1.1.0
So basically version 0.99.19 == 1.0.0 == 1.1.0. And
The steps below are correct, but perhaps not sufficient for what you want to do.
Bioconductor packages consist of release branches, which are meant to be stable
for the end user, and the 'devel' branch where new features can be introduced.
There is a version numbering scheme, outlined at
http
Dear Bioconductor team,
My package bayNorm has recently been accepted, it now has version 1.0.0.
Currently I would like to make some changes to it. I look through the tutorials
online but I am still very confused. Below is what I have done:
My local repository has version 0.99.19. So I did t