Skip to content

jlme 0.3.0

Choose a tag to compare

@yjunechoe yjunechoe released this 17 Sep 19:19
  • 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.