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

Enable webr::eval_js() to return other types of R object #483

Merged
merged 10 commits into from
Sep 19, 2024

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    c31360b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    44adbb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c521ccf View commit details
    Browse the repository at this point in the history
  3. Update NEWS.md

    georgestagg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    67c7881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b032fca View commit details
    Browse the repository at this point in the history
  5. Update examples

    georgestagg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9c2f783 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ee3b42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f7e50d View commit details
    Browse the repository at this point in the history
  8. Make RWorker R objects available in WorkerGlobalScope

    Fixes running webr::eval_js() under Node, by explicitly setting these
    objects to be available in the global scope.
    
    With these names now explicitly defined, we can also enable minification
    of the worker script.
    georgestagg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3605d95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41eabce View commit details
    Browse the repository at this point in the history