Hi,
Your packages are associated with kathleen.kl...@ladydavis.ca. I've changed
it to your mcgill address now. Please try to activate it.
Best,
Nitesh
On Mon, Dec 21, 2020 at 3:58 AM Kathleen Klein <
kathleen.kl...@mail.mcgill.ca> wrote:
> Good morning,
> I am trying to activate my account on
Good morning,
I am trying to activate my account on the Bioconductor Git Credential page
I am getting the following error message.
kathleen.kl...@mail.mcgill.ca is not associated with a maintainer of a
Bioconductor package. Please check the spelling or contact
bioc-devel@r-project.org for help.
I
This is from your .Rbuildignore file.
`\` is usually interpreted as an escape character, e.g., to interpret '.' as a
literal period rather than a wild-card one would write `\.`. I think you're
trying to use it as a file path delimiter, and the easiest solution is to adopt
the Linux convention `
Hello,
My package HPAanalyze (https://doi.org/doi:10.18129/B9.bioc.HPAanalyze) has
been having problem with the devel build/check, and I am not sure how to
troubleshoot it. The release branch has the same content, but does not have
this issue. The error note for all platforms are the same below:
Dear Michael,
# This works
rtracklayer::import.bed('SRF.bed', genome = 'mm10') # this works
# But this doesn't
seqinfo1<-
GenomeInfoDb::seqinfo(BSgenome.Mmusculus.UCSC.mm10::BSgenome.Mmusculus.UCSC.mm10)
rtracklayer::import.bed('SRF.bed', genome = seqinfo1)
# Neither does
__