I have never used Valgrind, but I think this tool can help me with my question. I would be grateful for any help. In my R code, I use the MixedModels Julia package. I integrate Julia in R using the JuliaCall package. I work with very large datasets (~1 GB, ~4×10^6 observations) and at the modeling step (mixed models) a
Tag: julia
Can I install julia on anaconda without creating new environment?
I am an Ubuntu user, I have anaconda py3, I want to install julia form conda-forge channel, but when installing it using the following It tells me that some of the packages are gonna upgraded, I am afraid that it may cause a conflict with py3. I know I can create an environment for julia using but I want to
Julia Gtk Windows do not display outside REPL
I am trying to use Julia with the Gtk package outside the REPL. Using this code: in the REPL works, but the same code put in a test.jl file and using: in the command line does not work. I have tried the method written here: https://github.com/JuliaLang/Gtk.jl The code runs but no window appears. If it’s any help, I’m on Manjaro