Skip to content

Update r-base from 4.5.0 to 4.5.1 #2441

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipes/recipes_emscripten/r-base/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: r-base
version: 4.5.0
version: 4.5.1

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://cran.r-project.org/src/base/R-4/R-${{ version }}.tar.gz
sha256: 3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1
sha256: b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70
patches:
# https://github.com/IsabelParedes/r-source/tree/R-4.5.0-wasm
- patches/0001-Add-emscripten-platform-to-configure-script.patch
Expand Down Expand Up @@ -80,7 +80,8 @@ about:
license: GPL-2.0-or-later
license_family: GPL
license_file: COPYING
summary: R is a free software environment for statistical computing and graphics.
summary: R is a free software environment for statistical computing and
graphics.

extra:
recipe-maintainers:
Expand Down
Loading