removed the require(JuliaConnectoR) which was stil present and added JuliaConnectoR:: where it was missing
transferred the data asc files into inst/extdata/ as it is recommended for Rpackages: https://r-pkgs.org/data.html. Their suggestion is to use data/ only for native R data (.rda, .rds)
Did small corrections here and there
But mainly: it works finely here!
We should also document well how to make to sure the users have granted the first step - opening a Julia session from R (which is the part that took the longest to me).
I did some changes and suggestions:
require(JuliaConnectoR)
which was stil present and addedJuliaConnectoR::
where it was missinginst/extdata/
as it is recommended for Rpackages: https://r-pkgs.org/data.html. Their suggestion is to usedata/
only for native R data (.rda
,.rds
)But mainly: it works finely here! We should also document well how to make to sure the users have granted the first step - opening a Julia session from R (which is the part that took the longest to me).