Skip to content
Merged
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
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/r-rlang/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 1.1.7
version: 1.2.0
name: r-rlang

package:
Expand All @@ -10,10 +10,10 @@ 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
sha256: 123c91e7eaacd3514a368a31c30617d36a874def37f6cafdacc0c7d1409be373
sha256: 8f808ad4f6c1ba37d81b6a4a2cdb4a7d4d30d5bee4ba3e9924352d85a3874357

build:
number: 1
number: 0
script: $R CMD INSTALL $R_ARGS .

requirements:
Expand Down
Loading