Hi all,
I just downloaded the latest v0.7 binary for Linux 64 bit (2018-08-08 06:46 UTC). I deleted the contents of .julia
and then added Rmath
. The package added without a problem, but when I try and run it with using Rmath
, precompilation appears to be failing with the message:
julia> using Rmath
[ Info: Precompiling Rmath [79098fc4-a85e-5d69-aa6a-4863f24498fa]
┌ Warning: Package Rmath does not have Libdl in its dependencies:
│ - If you have Rmath checked out for development and have
│ added Libdl as a dependency but haven't updated your primary
│ environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Rmath
└ Loading Libdl into Rmath from project dependency, future warnings for Rmath are suppressed.
Reading this post here, it sounded like this issue should be fixed - and I couldn’t find any other reference to it, so was wondering if this is something specific to my setup.
Any ideas?
Cheers,
Colin