Skip to content

[Bioc-devel] covr

2 messages · Estefania Mancini, Stephanie M. Gogarten

#
Thanks Herve! 

I will try to include test code in the next version of the package. 

By the way, I am a little lost with changes in the package. I want to modify the code of the accepted package and  I want to add people to my project in GitHub so I think is better for us continuing using it repository. What do you suggest? I have a version in GitHub, linked to Bioconductor repository. Does commit impact on my devel version of the package? I dont understand clearly where I should commit. 

Thanks in advance,

Estefania
3 days later
#
Hi Estefania,

After you commit to your github repository, you will need to explicitly 
push those changes to svn to get them into Bioconductor devel. I 
recommend following the instructions under "Dealing with prior history / 
merge conflicts" on this page:

http://www.bioconductor.org/developers/how-to/git-mirrors/

Using the "git cherry-pick" command seems to avoid a lot of errors 
others have seen in trying to move commits from git to svn. (At least, 
it worked for me.)

If you have not already done so, make sure to run the 
"update_remotes.sh" script referenced on that page.

Stephanie
On 2/23/17 9:11 AM, Estefania Mancini wrote: