Skip to content

Commit

Permalink
Rebuild r-packages (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes authored Sep 11, 2024
1 parent 62197f7 commit e507112
Show file tree
Hide file tree
Showing 10 changed files with 382 additions and 25 deletions.
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/r-base64enc/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ package:

source:
url:
- https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 6d856d8a364bcdc499a0bf38bfd283b7c743d08f0b288174fba7dbf0a04b688d

build:
number: 0
number: 1

requirements:
build:
Expand Down
339 changes: 339 additions & 0 deletions recipes/recipes_emscripten/r-digest/GPL-2

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions recipes/recipes_emscripten/r-digest/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ package:
version: ${{ version }}

source:
url: https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 82c4d149994b8a4a9af930f5a8e47420829935abed41f3f9030e94b6a48f0321

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -33,6 +35,7 @@ about:
repository: https://github.com/eddelbuettel/digest
license: GPL-2.0
license_family: GPL2
license_file: GPL-2
summary: Compact hash representations of arbritrary R objects.

extra:
Expand Down
9 changes: 6 additions & 3 deletions recipes/recipes_emscripten/r-fansi/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ package:
version: ${{ version }}

source:
url: https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: ea9dc690dfe50a7fad7c5eb863c157d70385512173574c56f4253b6dfe431863

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -32,7 +34,8 @@ about:
homepage: https://github.com/brodieG/fansi
repository: https://github.com/brodieG/fansi
license: GPL-2.0-or-later
license_family: GLP3
license_family: GPL3
license_file: COPYING
summary: ANSI Control Sequence Aware String Functions.

extra:
Expand Down
7 changes: 5 additions & 2 deletions recipes/recipes_emscripten/r-fastmap/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ package:
version: ${{ version }}

source:
url: https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -34,6 +36,7 @@ about:
repository: https://github.com/r-lib/fastmap
license: MIT
license_family: MIT
license_file: LICENSE
summary: |
Fast implementation of a key-value store. Environments are commonly used as
key-value stores, but every time a new key is used, it is added to R's
Expand Down
12 changes: 9 additions & 3 deletions recipes/recipes_emscripten/r-glue/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,28 @@ package:
version: ${{ version }}

source:
url: https://cran.r-project.org//src/contrib/glue_${{ version }}.tar.gz
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 1af51b51f52c1aeb3bfe9349f55896dd78b5542ffdd5654e432e4d646e4a86dc

build:
number: 0
number: 1

requirements:
build:
- r-base == ${{ r_base_version }}
- ${{ compiler('c') }}
- make
host:
- r-base == ${{ r_base_version }}
run:
- r-base == ${{ r_base_version }}

tests:
- package_contents:
lib:
- R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so

about:
homepage: https://github.com/tidyverse/glue
license: MIT
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/r-isoband/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ package:

source:
url:
- https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 7693223343b45b86de2b5b638ff148f0dafa6d7b1237e822c5272902f79cdf61

build:
number: 0
number: 1

requirements:
build:
Expand Down
13 changes: 8 additions & 5 deletions recipes/recipes_emscripten/r-jsonlite/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,31 @@ package:
version: ${{ version }}

source:
url: https://cran.r-project.org/src/contrib/jsonlite_${{ version }}.tar.gz
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 7de21316984c3ba3d7423d12f43d1c30c716007c5e39bf07e11885e0ceb0caa4

build:
number: 0
number: 1

requirements:
build:
- r-base == ${{ r_base_version }}
- ${{ compiler('c') }}
- make
host:
- r-base == ${{ r_base_version }}
run:
- r-base == ${{ r_base_version }}

tests:
- script:
- test -f $PREFIX/lib/R/library/jsonlite/libs/jsonlite.so
- package_contents:
lib:
- R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so

about:
homepage: https://arxiv.org/abs/1403.2805, https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder
repository: https://github.com/jeroen/jsonlite
license: MIT
license_family: MIT
license_file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-mass/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 3144c8bf579dd7b7c47c259728c27f53f53e294e7ed307da434dfd144e800a90

build:
number: 0
number: 1

requirements:
build:
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/r-utf8/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ package:

source:
url:
- https://cran.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org//src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 418f824bbd9cd868d2d8a0d4345545c62151d321224cdffca8b1ffd98a167b7d

build:
number: 0
number: 1

requirements:
build:
Expand Down

0 comments on commit e507112

Please sign in to comment.