Skip to content
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
9 changes: 4 additions & 5 deletions recipes/recipes_emscripten/r-fs/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: r-fs
version: 1.6.6
version: 1.6.7

package:
name: ${{ name }}
Expand All @@ -10,7 +10,7 @@ source:
url:
- https://cran.r-project.org/src/contrib/Archive/${{ name[2:] }}/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/Archive/${{ name[2:] }}/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 57d3a0844e2fec28e6fe9901d18e07d32a437dfe43c4b547757eb07360f5850a
sha256: e8f0a8f4b15177166c9530cd922e38705421467f05ec55500b28bca5864be411
patches:
# Sourced from https://github.com/r-wasm/fs/tree/webr
- patches/0001-Modify-vendored-libuv-source-for-webR-compat.patch
Expand Down Expand Up @@ -43,11 +43,10 @@ tests:
about:
homepage: https://fs.r-lib.org
license: MIT
summary: A cross-platform interface to file system operations, built on top of the 'libuv'
C library.
summary: A cross-platform interface to file system operations, built on top of the 'libuv' C library.
license_family: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- rgaiacs
- rgaiacs
Loading