Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored Jul 24, 2024
1 parent 4e00ccd commit 0337daf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ This is expected because we don't allow optimization to stop naturally when movi
## Running JellyMe4 from .Rmd / R / R-JuliaCall
If you need to run JellyMe4 from R, `@rput` will not work and you rather have to get the model back to R via `jm1 <- julia_eval("robject(:lmerMod, Tuple([m, machines]));",need_return="R")`
If you need to run JellyMe4 from R (via JuliaCall), the convenience macro`@rput` will not work. Instead you have to invoke `robject` directly:
```R
julia_eval("robject(:lmerMod, (m, machines);", need_return="R")

## Limitations and warnings

Expand Down

0 comments on commit 0337daf

Please sign in to comment.