Changelog
Source:NEWS.md
jlme 0.4.1
CRAN release: 2024-11-27
- Bump
{JuliaConnectoR}dependency to improve discovery of Julia executable.
jlme 0.4.0
CRAN release: 2024-10-09
New argument
jlmer(fit = TRUE). IfFALSE, returns the unfit model object.New function
jl_dict()to construct a Dictionary object usinglist()syntax.Experimental support for
MixedModels.profile()viaprofilelikelihood()with atidy()methodExperimental implementation of an interface to setting OptSummary values via
jlmer(optsum = list(...)).New model helper function
likelihoodratiotest()for conducting likelihood-ratio tests on nested models
jlme 0.3.0
CRAN release: 2024-09-17
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()andjl_put(), wrappers aroundJuliaConnectoR::juliaGet()andJuliaConnectoR::juliaPut().parametricbootstrap()gains aoptsum_overridesargument which accepts a list of values to override in the model OptSummary.parametricbootstrap()now prints progress to the console.
jlme 0.2.0
CRAN release: 2024-08-31
Experimental support for
MixedModels.parametricbootstrap()viaparametricbootstrap()with atidy()method.jlme_setup()gains anaddargument 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()