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 0337daf commit 3e59130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This is expected because we don't allow optimization to stop naturally when movi
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
This is alpha software. It has some functionality that should work well for common use cases and even a testsuite, but this testsuite depends on two different software environments (R and Julia) and can afoul of all sorts of nasty version interactions. The testuite only tests against a single version of R and the current version of lme4. In other words, even for the parts that do work for me, they may not work for you.
Expand Down

0 comments on commit 3e59130

Please sign in to comment.