grimbough / bioc-actions

GitHub Actions for developing and maintaining Bioconductor packages
MIT License
12 stars 3 forks source link

Add callr argument to BiocCheck #5

Closed csoneson closed 2 years ago

csoneson commented 2 years ago

BiocCheck has gained an argument callr from version 1.33.16 (https://github.com/Bioconductor/BiocCheck/commit/d36030c1ab647ff6e78c2921fbf72ee3a5f8197d). This caused the run-BiocCheck action to fail as it was assigning the provided args_list to the callr argument, and:

Error: Error in if (callr) { : the condition has length > 1
grimbough commented 2 years ago

Thanks @csoneson, sorry it took me a while to get round to merging this.