Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting R version in action #25

Open
psychemedia opened this issue Aug 23, 2024 · 1 comment
Open

Setting R version in action #25

psychemedia opened this issue Aug 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@psychemedia
Copy link

I can successfully use the package builder action to build a wasm package, but it seems to be using 4.4 which conflicts with the v4.3 kernel used in the jupyterlite webr kernel, as per
r-wasm/jupyterlite-webr-kernel#6 (comment)

It would be useful if the build action could take an optional R version parameter and build correspondingly.

@georgestagg
Copy link
Member

Hi,

You should be able to set the parameter webr-image: ghcr.io/r-wasm/webr:v0.3.3 in the action to build using an older webR Docker image. This older version should build packages compatible with R v4.3.* and https://webr.r-wasm.org/v0.3.3/.

Note that eventually I'll get around to updating the jupyterlite kernel for newer versions of webR. Once that's in place, you'll need to remove the webr-image parameter so that the latest webR image is used, building R v4.4.* packages.

@georgestagg georgestagg added the question Further information is requested label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants