Closed anutosh491 closed 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)
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
This should be ready, just needs to be rebased on top of #1364 and #1365
Okay wasn't expecting this but worked right off the bat. Thanks a lot for the reviews @IsabelParedes :)
Depends on #1303