[Bioc-devel] documentation of raw data

2021-04-29 Thread Severin Bang
Dear all, I plan to provide at least two .csv files of raw data for the package I want to publish on Bioconductor. In point 5.4 of https://www.bioconductor.org/developers/package-guidelines/#data it is stated that such data needs to be documented in the inst/script/ directory. Sadly I could

Re: [Bioc-devel] helper function arguments: best practice

2021-04-19 Thread Severin Bang
tion(i) { stuff helper_function(var01, ... , varXX) } } This is already a bit shorter. I hope this helps, Freek On 16/04/2021, 13:45, "Bioc-devel on behalf of Severin Bang" wrote: Dear community, I am writing my first package with the aim to publish it on

[Bioc-devel] helper function arguments: best practice

2021-04-16 Thread Severin Bang
Dear community, I am writing my first package with the aim to publish it on Bioconductor. To structure the code and make it  (human) readable I have defined some helper functions, that will not be exported. The main function (which will be user available) makes some data structuring, defines