Skip to content

Commit

Permalink
rebuild article
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Sep 19, 2023
1 parent 1010164 commit c3e3c0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions docs/articles/julia-interface.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vignettes/articles/julia-interface.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@ The following packages are loaded into the Julia environment via `jlmerclusterpe
cat(readLines(system.file("julia/Project.toml", package = "jlmerclusterperm")), sep = "\n")
```

For speed-ups in model fitting, install [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl) (Intel core) or [AppleAccelerate.jl](https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl) (Mac) and load it on start by modifying the `startup.jl` file.

## Optional configurations

For speed-ups in model fitting, install [MKL.jl](https://github.com/JuliaLinearAlgebra/MKL.jl) (Intel core) or [AppleAccelerate.jl](https://github.com/JuliaLinearAlgebra/AppleAccelerate.jl) (Mac) and load it on start by modifying the `startup.jl` file.

For example, on my Windows machine the startup file is located at:

<pre>
```{r startup-file, eval = FALSE}
JuliaConnectoR::juliaCall("Base._local_julia_startup_file")
#> "C:/Users/jchoe/.julia/config/startup.jl"
</pre>
```

And there I load MKL.jl:

Expand Down

0 comments on commit c3e3c0d

Please sign in to comment.