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

Rebuild R packages #1378

Merged
merged 3 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-base64enc/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 6d856d8a364bcdc499a0bf38bfd283b7c743d08f0b288174fba7dbf0a04b688d

build:
number: 3
number: 4
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-cli/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 4295085f11221c54b1dd2b1d39a675a85dfd9f900294297567e1d36f65ac4841

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-colorspace/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: e721cee5f4d6e4b0fc8eb18265e316b4f856fd3be02f0775a26032663758cd0b

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
7 changes: 4 additions & 3 deletions recipes/recipes_emscripten/r-digest/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 82c4d149994b8a4a9af930f5a8e47420829935abed41f3f9030e94b6a48f0321

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand All @@ -33,8 +33,9 @@ requirements:
- r-base >= ${{ r_base_version }}

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

about:
homepage: https://dirk.eddelbuettel.com/code/digest.html
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/r-ellipsis/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ source:
- 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: a90266e5eb59c7f419774d5c6d6bd5e09701a26c9218c5933c9bce6765aa1558

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-fansi/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: ea9dc690dfe50a7fad7c5eb863c157d70385512173574c56f4253b6dfe431863

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-farver/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 528823b95daab4566137711f1c842027a952bea1b2ae6ff098e2ca512b17fe25

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-fastmap/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
3 changes: 2 additions & 1 deletion recipes/recipes_emscripten/r-glue/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ package:
source:
url:
- https://cran.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/Archive/${{ name[2:] }}/${{ name[2:] }}_${{ version }}.tar.gz
- https://cloud.r-project.org/src/contrib/${{ name[2:] }}_${{ version }}.tar.gz
sha256: 1af51b51f52c1aeb3bfe9349f55896dd78b5542ffdd5654e432e4d646e4a86dc

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-htmltools/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: f9f62293ec06c353c4584db6ccedb06a2da12e485208bd26b856f17dd013f176

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-isoband/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 7693223343b45b86de2b5b638ff148f0dafa6d7b1237e822c5272902f79cdf61

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-jsonlite/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 89f130e0e1163328c01decd54e7712b5ebf3d0a667da0052833722cb9a6e90b0

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-lattice/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 4b377211e472ece7872b9d6759f9b9c660b09594500462eb6146312a1d4d00f7

build:
number: 1
number: 2
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-magrittr/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: a2bff83f792a1acb801bfe6330bb62724c74d5308832f2cb6a6178336ace55d2

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
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: 3
number: 4
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-matrix/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: fb97bba0df370222eb4f7e2da2e94dd01053b5e054b1c51829ff9a6efc08ad37

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-mgcv/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 700fbc37bedd3a49505b9bc4949faee156d9cfb4f669d797d06a10a15a5bdb32

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-nlme/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 237a14ee8d78755b11a7efe234b95be40b46fbdd1b4aaf463f6d532be1909762

build:
number: 0
number: 1

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-purrr/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 2c1bc6bb88433dff0892b41136f2f5c23573b335ff35a4775c72aa57b48bbb63

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-rlang/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: f2d74527508bf3287102470beb27de0d234c3cbba399c28d3312f2c83c64a6e1

build:
number: 1
number: 2
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-tibble/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 65a72d0c557fd6e7c510d150c935ed6ced5db7d05fc20236b370f11428372131

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-utf8/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 418f824bbd9cd868d2d8a0d4345545c62151d321224cdffca8b1ffd98a167b7d

build:
number: 2
number: 3
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/r-vctrs/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
sha256: 43167d2248fd699594044b5c8f1dbb7ed163f2d64761e08ba805b04e7ec8e402

build:
number: 0
number: 1
script:
- $R CMD INSTALL $R_ARGS --no-byte-compile .
- rm $PREFIX/lib/R/library/grDevices/libs/cairo.so
Expand Down