You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to wrap my head around it, and want to tie a specific library as a default for a particular R version. Lots of my work leverages bioconductor mojo, so I'm also interested in tying default libraries to default versions based on their norms as well.
So, the current release of bioconductor is 3.18, and is tied to R version 4.3 ... they will upgrade to 3.19 (with R4.4 any day now, tho).
So I'm currently using R 4.3:
$ rig list
* name version aliases
------------------------------------------
4.2-arm64 (R 4.2.2)
* 4.3-arm64 (R 4.3.3)
4.4-arm64 (R 4.4.0) release
And I'd like to set a bioc3.18 library as the default for R 4.3:
$ rig library list
bioc3.18
main (default)
So I do:
$ rig library default bioc3.18
But I'm greeted with this error:
thread 'main' panicked at /Users/gaborcsardi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.2/src/parser/error.rs:32:9:
Mismatch between definition and access of `lib-name`. Could not downcast to TypeId { t: 324675245860759320943513204350442872190 }, need to downcast to TypeId { t: 9468522667427391105921880143968470858 }
Now I reckon I may have cast the wrong rig library default spell, but I feel like that particular error message is telling me there's something else cooking that could use a fix either way :-)
Thanks!
The text was updated successfully, but these errors were encountered:
I'm a n00b with
rig
but I dig the idea.I'm trying to wrap my head around it, and want to tie a specific library as a default for a particular R version. Lots of my work leverages bioconductor mojo, so I'm also interested in tying default libraries to default versions based on their norms as well.
So, the current release of bioconductor is 3.18, and is tied to R version 4.3 ... they will upgrade to 3.19 (with R4.4 any day now, tho).
So I'm currently using R 4.3:
And I'd like to set a bioc3.18 library as the default for R 4.3:
So I do:
But I'm greeted with this error:
Now I reckon I may have cast the wrong
rig library default
spell, but I feel like that particular error message is telling me there's something else cooking that could use a fix either way :-)Thanks!
The text was updated successfully, but these errors were encountered: