emscripten-forge / recipes

Recipes to build the packages for the emscripten-forge distribution
BSD 3-Clause "New" or "Revised" License
56 stars 50 forks source link

Add r-vctrs #1342

Closed anutosh491 closed 1 month ago

anutosh491 commented 2 months ago

Depends on #1303

anutosh491 commented 1 month ago

Hmm i get this error

 × error └─ r-lifecycle 1.0.4 | 1.0.4 | 1.0.4 | 1.0.4 would require
 × error    └─ r-base >=4.3,<4.4.0a0, for which no candidates were found.
Error:   × Failed to resolve dependencies: Cannot solve the request because of: r-
  │ lifecycle >=1.0.4 cannot be installed because there are no viable options:
  │ └─ r-lifecycle 1.0.4 | 1.0.4 | 1.0.4 | 1.0.4 would require
  │    └─ r-base >=4.3,<4.4.0a0, for which no candidates were found.
  │ 
  ╰─▶ Cannot solve the request because of: r-lifecycle >=1.0.4 cannot be
      installed because there are no viable options:
      └─ r-lifecycle 1.0.4 | 1.0.4 | 1.0.4 | 1.0.4 would require
         └─ r-base >=4.3,<4.4.0a0, for which no candidates were found.

I guess r-lifecycle is built with the latest r-base (https://github.com/conda-forge/r-lifecycle-feedstock/pull/11)

IsabelParedes commented 1 month ago

This doesn't make sense...

╰─λ micromamba repoquery depends r-lifecycle
Using local repodata...

Name        Version Build           Channel     Subdir
──────────────────────────────────────────────────────────
r-base      4.4.1   h745b8e0_14     conda-forge linux-64
r-cli       3.6.3   r44h0d4f4ea_1   conda-forge linux-64
r-glue      1.7.0   r44hb1dbf0f_1   conda-forge linux-64
r-lifecycle 1.0.4   r44hc72bb7e_1   conda-forge noarch
r-rlang     1.1.4   r44ha18555a_1   conda-forge linux-64
anutosh491 commented 1 month ago

This should be ready, just needs to be rebased on top of #1364 and #1365

anutosh491 commented 1 month ago

Okay wasn't expecting this but worked right off the bat. Thanks a lot for the reviews @IsabelParedes :)