Using R libraries fail with pixi library #4047
Labels
area: runtimes
Issues related to Language Runtimes
enhancement
New feature or request
lang: r
support
Milestone
Positron Version:
Version:
Steps to reproduce the issue:
The issue is that trying to load or use libraries that are located in a
.pixi
folder. This works just fine in RStudio.pixi exec copier copy gh:roaldarbol/r-template test-repo
cd test-repo
pixi add r-dplyr
)pixi run open -a positron
)test-repo
project folder.libPaths()
library
command can see the libraries - runlibrary()
library(dplyr)
- see errorError in library.dynam(lib, package, package.lib) : shared object ‘rlang.so’ not found
dplyr::filter()
Error: 'catch_cnd' is not an exported object from 'namespace:rlang'
What did you expect to happen?
I expected the library to load.
Were there any error messages in the Output panel or Developer Tools console?
Nothing suspocious in the Developer Tools Console (except that the logo doesn't load - but that's unrelated):
PS
Could we consider adding a test for R+conda too in #3879?
The text was updated successfully, but these errors were encountered: