Re: [Bioc-devel] R version dependency

2024-04-23 Thread Lori Shepherd
All versions of Bioconductor are closely associated to a version of R to ensure proper testing. We do not currently test packages outside the current release and devel versions of Bioconductor. The current Bioconductor release will always run on the current version of R. The current Bioconductor

Re: [Bioc-devel] R version dependency

2024-04-23 Thread Richard Heery
So the version of R depended on determines the version of Bioconductor that the BBS will use when testing the package? On Tue, 23 Apr 2024 at 04:41, Anatoly Sorokin wrote: > Hi, > You can even set 3.5 if your code working with that version of R, but > BiocManager won't load the latest Biocondu

Re: [Bioc-devel] R version dependency

2024-04-22 Thread Anatoly Sorokin
Hi, You can even set 3.5 if your code working with that version of R, but BiocManager won't load the latest Bioconductor version (3.19) unless you have R 4.4. Cheers, Anatoly On Tue, Apr 23, 2024 at 2:57 AM Richard Heery wrote: > Hi all, > > I'm wondering what we should now list as the R versio

Re: [Bioc-devel] R version dependency

2024-04-22 Thread Hervé Pagès
If you're submitting a new package, you might be asked to set this to R (>= 4.4). At least it used to be that way but I'm not sure this is still enforced. Otherwise you don't need to do anything. Best, H. On 4/22/24 10:56, Richard Heery wrote: > Hi all, > > I'm wondering what we should now li