Closed TheCedarPrince closed 2 years ago
Thanks, can it be that you have an older version of DataFrames
in the older Julia version and that your TUTORIAL uses features that are not present in the older version? Does this error appear without the JuliaConnectoR as well?
Hey @stefan-m-lenz , I checked what you were asking and everything on my side is up to date. I am using R v4.1.3 and DataFrames 1.4.1. The error does not occur within DataFrames by itself and I can confirm this error also does not occur on Windows machines. Not sure what is going on.
Hey @stefan-m-lenz , feel free to close this issue! Oddly, when I updated to version 1.8.2 this issue no longer exists. Not sure what happened there on my side!
One thing that comes to my mind, which could be related to this issue is the fact that the JuliaConnectoR loads the Tables.jl
package when it starts. It could result in issues if the version of Tables
is not compatible with the version that you are using in your MANIFEST because this could result in other packages being downgraded. In that case, reinstalling Tables
with a suitable version and restarting the JuliaConnectoR should fix the issue.
It is hard to find the cause of the problem in this case. I will close the issue now. Feel free to reopen if you have more information that could help to pinpoint the problem.
DataFrames seems to not be working on my RHEL 8 machine running Julia 1.7.3:
Which results in this failure:
This does not happen on my Fedora 34 machine running Julia 1.8. Any idea as to what is happening?
Either way, really love this package @stefan-m-lenz -- thanks for the great work here!