[Bioc-devel] A little confuse about how to update accepted package

2018-11-10 Thread Tang, Wenhao
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

[Bioc-devel] 答复: A little confuse about how to update accepted package

2018-11-11 Thread Tang, Wenhao
: Martin Morgan 发送时间: 2018年11月10日 19:10:13 收件人: Tang, Wenhao; bioc-devel@r-project.org 主题: Re: [Bioc-devel] A little confuse about how to update accepted package The steps below are correct, but perhaps not sufficient for what you want to do. Bioconductor packages consist of release branches, which

[Bioc-devel] 答复: 答复: A little confuse about how to update accepted package

2018-11-13 Thread Tang, Wenhao
hao 发件人: Martin Morgan 发送时间: 2018年11月12日 1:15:42 收件人: Tang, Wenhao; bioc-devel@r-project.org 主题: Re: [Bioc-devel] 答复: A little confuse about how to update accepted package The release branch should be numbered 1.0.1, 1.0.2, 1.0.3, ... The devel branch should be numbered 1.1.1, 1.1.2, 1.

[Bioc-devel] 答复: 答复: 答复: A little confuse about how to update accepted package

2018-11-13 Thread Tang, Wenhao
Thank you Martin and Shepherd, now I am much more familiar with this version control pipeline. I will focus on the master branch (devel) in the future. Best wishes, Wenhao 发件人: Martin Morgan 发送时间: 2018年11月13日 20:05:54 收件人: Tang, Wenhao; bioc-devel@r

[Bioc-devel] 答复: Cannot access remote upstream after changing the laptop

2018-11-21 Thread Tang, Wenhao
Thank you Nitesh and Lori, it works! Best wishes, Wenhao ��: Turaga, Nitesh ʱ��: 2018��11��21�� 21:34:26 �ռ���: Tang, Wenhao : bioc-devel@r-project.org : Re: [Bioc-devel] Cannot access remote upstream after changing the laptop Hi, You should

[Bioc-devel] Cannot access remote upstream after changing the laptop

2018-11-21 Thread Tang, Wenhao
Hi, I am using a new laptop right now, and would like to update package using it. However I can no longer access the upstream when I "git fetch --all": wt215@DESKTOP-JB3QDC1 MINGW64 /d/RNAseqProject/bayNorm_dev/bayNorm (master) $ git remote -v origin https://github.com/WT215/bayNorm.git

[Bioc-devel] 回复: A query about fixing bugs via github

2020-01-05 Thread Tang, Wenhao
Just sync the repositories solved the problem: http://bioconductor.org/developers/how-to/git/sync-existing-repositories/ Best wishes, Wenhao ��: Bioc-devel ��� Tang, Wenhao ʱ��: 2020��1��5�� 20:50 �ռ���: bioc-devel@r-project.org : [Bioc-devel

[Bioc-devel] A query about fixing bugs via github

2020-01-05 Thread Tang, Wenhao
Hello, I am following this instruction to fix bugs: http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/ However, both master and RELEASE_3_10 branches were not updated. For master branch, I have the following messages which could be helpful: $ git commit -m "DEV 1.5.10"