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

2018-11-21 Thread Turaga, Nitesh
Hi, You should log in to the BiocCredentials app with the correct email registered on your package. You should then generate new keys on your laptop, and upload them on the BiocCredentials app. This will allow you to access your package again. http://bioconductor.org/developers/how-to/git/

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

2018-11-21 Thread Shepherd, Lori
You can log onto the Git Credentials App at any time and add new/additional ssh-keys https://git.bioconductor.org/BiocCredentials/login/?next=/BiocCredentials/ Lori Shepherd Bioconductor Core Team Roswell Park Cancer Institute Department of Biostatistics & Bioinformatics Elm & Carlton

[Bioc-devel] R 3.6 Compiling issues, are there any binaries available?

2018-11-21 Thread Casper Peters
Hello! So I am developing an R package for future Bioconductor use, and saw I needed R3.6. I am having trouble getting the latest snapshot to compile and was wondering if there are any binaries available. I also posted on the forums; https://support.bioconductor.org/p/115331/ I used the

[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

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

2018-11-21 Thread Dario Strbenac
Good day, You could also copy the private key from the old computer to the new computer, if you still can use the old computer. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___

Re: [Bioc-devel] 80% of man pages must have runnable examples (package with numerous Shiny apps)

2018-11-21 Thread Kevin RUE
Glad to be of help! Nice package too! I managed to install it and give it a run! Best wishes, Kevin On Wed, Nov 21, 2018 at 4:29 PM L Rutter wrote: > Hi Lori and Kevin: > > Thank you for your helpful responses! I was able to use "if > (interactive()) { ... }" format and return the appDir

Re: [Bioc-devel] 80% of man pages must have runnable examples (package with numerous Shiny apps)

2018-11-21 Thread L Rutter
Hi Lori and Kevin: Thank you for your helpful responses! I was able to use "if (interactive()) { ... }" format and return the appDir object for the user. Thanks again! Lindsay On Mon, Nov 19, 2018 at 3:02 PM Kevin RUE wrote: > > Hi Lindsay, > > Check out