OHDSI / Hades

Health Analytics Data-to-Evidence Suite (HADES): A collection of R packages for performing analytics against the Common Data Model.
https://ohdsi.github.io/Hades
Apache License 2.0
23 stars 12 forks source link

Coordinate R Versions with Bioconductor #40

Open haydenbspence opened 3 months ago

haydenbspence commented 3 months ago

Currently it is necessary to use two versions of R when working with both HADES and OHDSI tooling alongside Bioconductor.

HADES 2024Q1 Wide Release: R Version 4.2.3

Bioconductor Version 3.19: R Version 4.4

schuemie commented 3 months ago

We're targeting R 4.4.1 for HADES-wide release 2024Q3. Our current process for selecting the next R version to support is based on balancing site ability to upgrade, and whether the update is required to run HADES. I agree it would be nice to mirror Bioconductor, but not at significant cost to sites to force them to upgrade without a clear need.

Do you know what process Bioconductor uses to determine the R version to support next?

haydenbspence commented 3 months ago

We're targeting R 4.4.1 for HADES-wide release 2024Q3. Our current process for selecting the next R version to support is based on balancing site ability to upgrade, and whether the update is required to run HADES. I agree it would be nice to mirror Bioconductor, but not at significant cost to sites to force them to upgrade without a clear need.

Do you know what process Bioconductor uses to determine the R version to support next?

Bioconductor's devel branch uses different R versions throughout the year

After R's release in April/May until Bioconductor's release in Oct/Nov:

From Bioconductor's release in Oct/Nov until the next R release:

During the R-devel period:

schuemie commented 3 months ago

Thanks Hayden!

I think BioConductor's pace of updating is higher than we want it to be for HADES.