[Bioc-devel] CatsCradle, recently accepted package

2024-10-02 Thread Michael Shapiro
Our package CatsCradle was accepted several days ago and we were told it would now be in the nightly build. Accordingly, we were expecting to see it appear on Bioconductor. The message advised to check that github has my ssh key, which it does. While I have been handling the submission, the

[Bioc-devel] CatsCradle submission (Issue #3452)

2024-08-05 Thread Michael Shapiro
Greetings - Now that the problem with BiocCheck() has been fixed and the package is building without errors, I'm wondering what are the next steps. Many thanks, Michael ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo

[Bioc-devel] problems understanding build error

2024-07-26 Thread Michael Shapiro
We are currently working through the submission of a new package, CatsCradle (issue #3452). We get a build error from the Coding Practices section of the BiocCheck tests, namely Error in seq.default(which(cond) - length(notLookback), which(cond)) : 'from' must be of length 1 For whatever re

[Bioc-devel] fixing deltaCaptureC

2024-03-27 Thread Michael Shapiro
My package deltaCaptureC is suddenly having build problems, specifically a problem building the vignette. It fails when attempting to display a ggplot object in the vignette, and this seems to be due to changes in ggplot. I've updated the .rda files for the plots and the vignette now builds pr

[Bioc-devel] maintenance question

2023-04-19 Thread Michael Shapiro
I recently got a build error message regarding the package deltaCaptureC which had been stable and error-free for several years. I was able to fix the problem and move the resulting fix to devel. The development version now shows a successful build. However, this has not propagated to the r

[Bioc-devel] upstream has disappeared

2021-07-22 Thread Michael Shapiro
I am trying to push changes to the citation in my package deltaCaptureC Previously when I ran git remote -v I was able to see both the origin and the upstream. I now only see origin. Likewise, running git fetch upstream fails with fatal: 'upstream' does not appear to be a git reposi

[Bioc-devel] problem pushing update to deltaCaptureC

2021-06-24 Thread Michael Shapiro
I am trying to update the citation in my package deltaCaptureC but have not had any success. I am following the instructions at https://bioconductor.org/developers/how-to/git/push-to-github-bioc/ My local copy of the package has version 1.7.1 git remote -v gives me origin https://github

[Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread Michael Shapiro
Apologies for a previous email that seems content free. I've run into a cosmic mis-match between biomaRt and TxDb which is either a bug or a bug waiting to happen. In brief, biomaRt reports entrezgene_id as a numeric, but TxDb wants it as a character. What's deadly in this is that TxDb does

[Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread Michael Shapiro
___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] BioC packages - profileplyr

2019-07-12 Thread michael shapiro
Is the failure in your code or in the vignettes?  I ran into a situation where I was @importFrom-ing function and my devtools::check() was failing because the @examples code wasn't seeing the imported functions.  This actually makes sense as a behavior because examples should act like the us