Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Sep 30, 2024
1 parent f272510 commit c06bd26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/recipes_emscripten/r-rlang/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
version: ${{ version }}

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

build:
Expand All @@ -18,15 +18,15 @@ 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/rlang/libs/rlang.so
- package_contents:
lib:
- R/library/${{ name[2:] }}/libs/${{ name[2:] }}.so

about:
homepage: http://rlang.r-lib.org
Expand Down

0 comments on commit c06bd26

Please sign in to comment.