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

Add version document option #211

Closed
coatless opened this issue Jun 12, 2024 · 1 comment · Fixed by #212
Closed

Add version document option #211

coatless opened this issue Jun 12, 2024 · 1 comment · Fixed by #212
Milestone

Comments

@coatless
Copy link
Owner

Allow for specifying the version of main webR project to be used.

  • latest
  • v0.3.3
  • and so on

This is a toggle to ensure documents work well when the version of R is boosted; but the extension isn't running the latest version.

@coatless
Copy link
Owner Author

We probably should add this.

But, the main driver was needing to specify webr-image under the action build recipe for build-rwasm.

      - name: Build WASM R packages
        uses: r-wasm/actions/build-rwasm@v1
        with:
          packages: "."
          repo-path: "_site"
          webr-image: "ghcr.io/r-wasm/webr:v0.3.3"

c.f. r-wasm/actions#22 and r-wasm/rwasm#33

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 a pull request may close this issue.

1 participant