[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

Re: [Bioc-devel] problems understanding build error

2024-07-26 Thread LluĂ­s Revilla
Dear Michael, The error means that length(which(cond)) > 1 I think this is a bug on BiocCheck on the internal function .getTokenTextCode (findSymbols.R L12 ). It checks if any condition is

[Bioc-devel] Moving repository for Bioconductor package

2024-07-26 Thread alan murphy
Hi all, I'm the maintainer for MungeSumstats package and I will be leaving my current lab in the near future. Currently, the package code is hosted in the lab github but I want to move it to my personal github - What are the steps for setting up

Re: [Bioc-devel] Moving repository for Bioconductor package

2024-07-26 Thread Mike Smith
Dear Alan, I don't think there are any formal steps required to do this. Once a package is in Biocondcutor, it is effectively decoupled from whatever Git repository it was originally submitted from. For example, you could delete the existing GitHub repository entirely, and it wouldn't affect the

Re: [Bioc-devel] Moving repository for Bioconductor package

2024-07-26 Thread Henrik Bengtsson
> Secondly, does anyone have a good approach for keeping a mirror of it at the > url in the lab's github since this is the link we reference in the > publication: https://neurogenomics.github.io/MungeSumstats? Maybe an alternative is to: 1. Transfer the existing repo to your GitHub name 2. Fork