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
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
The text was updated successfully, but these errors were encountered:
When running in Pluto notebooks
However, running in Julia REPL is fine
Version Info
Pluto version: 0.17.5
System version: Ubuntu 20.04 / MacOS 12.1
R version: 4.1.2
The text was updated successfully, but these errors were encountered: