Re: [Bioc-devel] Use of dontest in function documentation

2023-12-08 Thread Kern, Lori via Bioc-devel
r-project.org Subject: [Bioc-devel] Use of dontest in function documentation 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

[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