MD-Anderson-Bioinformatics / NGCHM-R

An R library for creating Next-Generation Clustered Heat Maps (NG-CHM)
http://bioinformatics.mdanderson.org/main/NG-CHM-V2:Overview
7 stars 3 forks source link

Update Java requirement to 11 #45

Closed marohrdanz closed 3 months ago

marohrdanz commented 5 months ago

Java is listed under SystemRequirements in the DESCRIPTION file because of ShaidyMapGen.jar in NGCHMSupportFiles. The CRAN version 1.0.1 lists Java >= 8. However, NGCHMSupportfiles is currently built with Java 11.

Update the DESCRIPTION file accordingly.

For reference, here is the GitHub Actions workflow that builds NGCHMSupportFiles (showing it's build with Java 11): https://github.com/MD-Anderson-Bioinformatics/NG-CHM/blob/main/.github/workflows/NGCHMSupportFiles_release.yml