Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to import R libraries #1828

Open
lucifer1004 opened this issue Jan 19, 2022 · 0 comments
Open

Failed to import R libraries #1828

lucifer1004 opened this issue Jan 19, 2022 · 0 comments
Labels
macro Julia macros: @oops other packages Integration with other Julia packages

Comments

@lucifer1004
Copy link
Contributor

When running in Pluto notebooks

Screenshot from 2022-01-19 11-10-28

However, running in Julia REPL is fine

Screenshot from 2022-01-19 11-16-29

julia> using RCall; @rlibrary ggplot2; qplot(1:10,[i^2 for i in 1:10])

RObject{VecSxp}
┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = iterate(x::Base.Pairs{Int64, ListSxp, Base.OneTo{Int64}, Ptr{ListSxp}}) at methods.jl:232
└ @ RCall ~/.julia/packages/RCall/iMDW2/src/methods.jl:232

Version Info
Pluto version: 0.17.5
System version: Ubuntu 20.04 / MacOS 12.1
R version: 4.1.2

@fonsp fonsp added macro Julia macros: @oops other packages Integration with other Julia packages labels Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macro Julia macros: @oops other packages Integration with other Julia packages
Projects
None yet
Development

No branches or pull requests

2 participants