Hi
You are using HTTPS protocol for cloning your repository. You need to use SSH.
http://bioconductor.org/developers/how-to/git/new-package-workflow/
• SSH (developer) read / write access: g...@git.bioconductor.org
• HTTPS (public) read only access: https://git.bioconductor.org
Dear Developers,
The third Bioconductor Asia meeting
(https://www.abacbs.org/conference-workshops#bioc2017-link) will be held on
Friday 17th November 2017 in Adelaide, Australia as a satellite event to ABACBS
2017 (http://www.abacbs.org/conference/).
This one-day event aims to bring together
Hi Martin and Nitesh,
Thanks for your help - I can now clone from the Bioconductor COHCAP git
repository, and I'm now working on syncing the GitHub repository and the
Bioconductor repository (or at least updating the Bioconductor repository).
I'm testing making a minor change (not affecting funct
Hi folks,
It looks like loading QuasR breaks biocLite() because it magically
wants to use biocLite() in qAlign():
$ find -not -name '*.Rnw' -exec grep -E '(BiocInstaller|biocLite)' {}
+ 2>/dev/null
./DESCRIPTION: S4Vectors (>= 0.9.25), IRanges, BiocInstaller, Biobase,
./R/qAlign.R: bi
Dear all,
This is a follow up to a previous email regarding the Ontology generic
function, that is now in the BiocGenerics package. It seems that my
problem was not only that both rols and AnnotationDbi defined the same
generic, but they also both defined Ontology,character.
> library("rols")
T