Better detection of Julia executable
New function jl()
to evaluate Julia expressions from
string and return Julia objects, with options for interpolation of R
objects via ...
.
New functions jl_get()
and jl_put()
,
wrappers around JuliaConnectoR::juliaGet()
and
JuliaConnectoR::juliaPut()
.
parametricbootstrap()
gains a
optsum_overrides
argument which accepts a list of values to
override in the model OptSummary.
parametricbootstrap()
now prints progress to the
console.
Experimental support for
MixedModels.parametricbootstrap()
via
parametricbootstrap()
with a tidy()
method.
jlme_setup()
gains an add
argument
which accepts a character vector of additional Julia libraries to
install and load on initializing the session.
Some common workflows in MixedModels.jl have been re-exported as
functions: propertynames()
,
issingular()