Skip to contents

Initial setup for the jlmerclusterperm package

Usage

jlmerclusterperm_setup(..., cache_dir = NULL, restart = TRUE, verbose = TRUE)

Arguments

...

Ignored.

cache_dir

The location to write out package cache files (namely, Manifest.toml). If NULL (default), attempts to write to the package's cache directory discovered via R_user_dir() and falls back to tempdir().

restart

Whether to set up a fresh Julia session, given that one is already running. If FALSE and jlmerclusterperm_setup() has already been called, nothing happens.

verbose

Whether to print progress and messages from Julia in the console

Value

TRUE

Examples

# \donttest{
options("jlmerclusterperm.nthreads" = 2)
jlmerclusterperm_setup(cache_dir = tempdir(), verbose = FALSE)

# \dontshow{
JuliaConnectoR::stopJulia()
# }
# }