Aurélien Ginolhac
Aurélien Ginolhac
Dear Jenny, I am using `readr` CRAN version **2.1.2** and playing around with `col_types()`. If we specify the columns and their types in the dedicated `cols()` function it works. The...
this line: https://github.com/snakemake-workflows/rna-seq-star-deseq2/blob/a83f3013b44e92208ab88a8f1bce5080b3a42422/rules/diffexp.smk#L75 raised this error snakemake `version 5.9.1` ``` int() argument must be a string, a bytes-like object or a number, not 'function' ``` the error is not present...
- [x] visualize NEWS without selecting - [x] news as icon like the CRAN widget - [x] update button text "install x packages" to "update x packages" - [x] allow...
Hello, I recently learnt from the great Christophe that we can specify the minimal Quarto version. Add this line in your `_extension.yml`: ``` quarto-required: ">=1.0.3" ``` And Quarto fails gracefully...