Issues with setting up `rJava` in Github actions for package checking
2
0
Entering edit mode
aravind-j ▴ 20
@aravind-j-18953
Last seen 3.1 years ago

I am trying to use github actions for package checking adapted from biocthis for my package rmelting.

I am having issues with macOS and windows for both r-devel 4.1.0 (BioC 3.13) and r-release 4.0.4 (BioC 3.12).

All the builds are failing with the following message in both macOS and windows.

ERROR: dependency ‘rJava’ is not available for package ‘rmelting’

Bioconductor machines are testing successfully with a modification according to .BBSoptions.

# The reason this package is marked as unsupported on win32 is that
# it requires the Java JDK. However it seems that Oracle no longer
# provides the JDK for 32-bit windows:
# https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
UnsupportedPlatforms: win32

I have tried the following fixes with no success.

  • Adding actions/setup-java@v1 to the yml file.
  • For windows, tried "--no-multiarch" option for both installing rJava and rmelting.

How to setup rJava properly for all these platforms ?

github-actions biocthis rJava • 1.7k views
ADD COMMENT
0
Entering edit mode
@lcolladotor
Last seen 13 days ago
United States

Hi,

One option you can try is to check all the packages that depend on rJava (the green ones are from Bioconductor) at https://cran.r-project.org/web/packages/rJava/index.html and see if any of them have a working GitHub Actions workflow. I don't use rJava directly in my packages, so I'm not really familiar with any of those packages. I clicked on a few but didn't find GHA workflows.

Another simpler option you can try is to disable the windows and macOS tests on the biocthis-inspired GHA workflow you have. That is, use GHA to get quick information on how your package is working on the Bioconductor dockers, and rely on the BBS system for checks on macOS and windows.

The harder option is to figure out how to install rJava in each of those OSes. I've done similar things myself for other packages.

Best, Leo

ADD COMMENT
1
Entering edit mode

I did check all the packages that depend on rJava as suggested, but could not find any with GHA workflows for macOS and windows.

Right now I have disabled the windows and macOS tests in the GHA workflow.

ADD REPLY
0
Entering edit mode
Mike Smith ★ 6.5k
@mike-smith
Last seen 16 hours ago
EMBL Heidelberg

I've not tried installing rJava on a GitHub runner before. Looking at the GHA logs the error on installation of rJava is:

configure: error: Unable to run a simple JNI program. Make sure you have configured R with Java support (see R documentation) and check config.log for failure reason. ERROR: configuration failed for package ‘rJava’

Does running R CMD javareconf after you've installed Java on the system, but before you try installing the package, make a difference?

ADD COMMENT
0
Entering edit mode

For linux, R CMD javareconf does work, but not for windows and macOS.

ADD REPLY

Login before adding your answer.

Traffic: 1040 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6