Re: [Bioc-devel] "git push upstream master" does not work

2020-02-16 Thread Neumann, Steffen
Hi, the source package on 3.11/bioc/html/atSNP.html will only be updated with a new one if all checks succeed. This prevents that you download a broken package. Nowadays one would call that a continuous integration pipeline, but the BioC team already does that since, um, more than a decade ;-)

Re: [Bioc-devel] "git push upstream master" does not work

2020-02-16 Thread Shin, Sunyoung
Hello Steffen, Thank you for the response. You are right, and I also recognized it. However, I don’t see the updates from the source package I downloaded from the package webpage at http://bioconductor.org/packages/3.11/bioc/html/atSNP.html. I updated both DESCRIPTION and graphic.R, but neither

Re: [Bioc-devel] "git push upstream master" does not work

2020-02-16 Thread Neumann, Steffen
Hi, please have a look at the build report first: http://bioconductor.org/checkResults/devel/bioc-LATEST/atSNP/ where your commit 2020-02-12 has been picked up. The check has an ERROR, most likely in the examples to plotMotifMatch(). Also, I guess the version 1.3.0 was the version number bum

[Bioc-devel] "git push upstream master" does not work

2020-02-16 Thread Shin, Sunyoung
Dear all, I used "git push upstream master” to commit changes for atSNP package to Bioconductor 4 days ago. But, Bioconductor does not take the updated version, but sticks with the old version of the package, which I committed in October. Does someone have an idea about how to fix it? Thanks.