diff --git a/NEWS.md b/NEWS.md index 304c39d6..4b338555 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # webR (development version) +# webR 0.3.2 + ## New features * The `captureGraphics` option in `EvalROptions` now allows the caller to set the arguments to be passed to the capturing `webr::canvas()` device (#390). diff --git a/flake.lock b/flake.lock index bdc68fee..a55cf124 100644 --- a/flake.lock +++ b/flake.lock @@ -37,11 +37,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1710951922, - "narHash": "sha256-FOOBJ3DQenLpTNdxMHR2CpGZmYuctb92gF0lpiirZ30=", + "lastModified": 1712437997, + "narHash": "sha256-g0whLLwRvgO2FsyhY8fNk+TWenS3jg5UdlWL4uqgFeo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f091af045dff8347d66d186a62d42aceff159456", + "rev": "e38d7cb66ea4f7a0eb6681920615dfcc30fc2920", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a36198d8..2dd1f81a 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ # cd src; prefetch-npm-deps package-lock.json srcNpmDeps = pkgs.fetchNpmDeps { src = "${self}/src"; - hash = "sha256-Zpbt9QY9tO/jb0UAWzU2w+C5JN0Oa4SQPN65zGFZJiE="; + hash = "sha256-s3QeJV3RhqizVCrswEEJj5RBhvU9jcxai4GYg92MOJ4="; }; inherit system; diff --git a/packages/webr/DESCRIPTION b/packages/webr/DESCRIPTION index 6c4e1d69..da818819 100644 --- a/packages/webr/DESCRIPTION +++ b/packages/webr/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: webr Title: WebR Support Package -Version: 0.3.1 +Version: 0.3.2 Authors@R: c( person("George", "Stagg", , "george.stagg@posit.co", role = c("aut", "cre")), person("Lionel", "Henry", , "lionel@posit.co", role = "aut"), diff --git a/src/docs/_quarto.yml b/src/docs/_quarto.yml index 8dea3f01..fe408a05 100644 --- a/src/docs/_quarto.yml +++ b/src/docs/_quarto.yml @@ -15,7 +15,7 @@ website: favicon: images/webR.png page-navigation: true sidebar: - title: "WebR 0.3.1 Documentation" + title: "WebR 0.3.2 Documentation" logo: images/webR.png contents: - index.qmd diff --git a/src/docs/examples.qmd b/src/docs/examples.qmd index f003812a..5c58664b 100644 --- a/src/docs/examples.qmd +++ b/src/docs/examples.qmd @@ -388,7 +388,7 @@ After loading, the resulting web page should present an interactive R console si