Skip to content

Conversation

@georgestagg
Copy link
Member

@georgestagg georgestagg commented May 6, 2025

Fixes #8.

@georgestagg georgestagg merged commit 208ade1 into main May 6, 2025
2 checks passed
@georgestagg georgestagg deleted the r-4-4 branch May 6, 2025 11:02
@psychemedia
Copy link
Contributor

psychemedia commented Jun 3, 2025

HI @georgestagg

The webr_kernel.ts file still declares other R versions?

const webRVersion = "0.3.0";

const webRVersion = "0.3.0";
const baseRVersion = "4.3.3";
const protocolVersion = "5.3";

The baseRVersion should presumably be set from a call to the R wasm package (unless it is used to set the wasm package version) and the webr version should ideally also have some relationship to installing or setting the webr package version?

@georgestagg
Copy link
Member Author

Whoops, thanks for pointing this out!

The versions are now determined dynamically as of commit 4962728.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update for webr v0.4.x & expose baseUrl/repoUrl in configuration

3 participants