[Bioc-devel] Use of dontest in function documentation

2023-12-08 Thread Brian Roberts via Bioc-devel
I am in the process of refining an R package for submission to Bioconductor. My 
package has several non-exported functions that include usage examples wrapped 
in "dontrun". I do this because these are functions are only called within a 
parent function and require complex and esoteric inputs. It would be very 
difficult to create dummy inputs that could be generated from a few lines of 
preceding code. My only option would be to include inputs as data within the 
package, but these would be difficult to describe and would be useful only to 
run the example. However, the Bioconductor package guidelines page says "All 
man pages should have an runnable examples. donttest and dontrun are 
discouraged and generally not allowed" and BiocCheck() complains with notes. 
Will a package reviewer fail the submission based on this?
Brian Roberts
[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


[Bioc-devel] Versioning issue is package updated

2024-08-22 Thread Brian Roberts via Bioc-devel
I'm trying to push an update to my package on Bioconductor, DegCre.
When it try to push it errors:"remote: Error: Illegal version bump from '1.1.0' 
to '1.2.0'."
I think 1.20 is appropriate for this release (new functions, changes to core 
functions.) I had it at 1.1.0 but I changed it to 1.20 because BiocCheck warns 
that the "y" digit of the version should be even for stable releases.
Not sure what to do here.
Brian Roberts

[[alternative HTML version deleted]]

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel