diff --git a/R/zzz.R b/R/zzz.R index 8e0f3b3..a6e2287 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -24,7 +24,8 @@ #' If a new version of R is used, then this parameter needs to be set to TRUE. #' @param sysimage_path path to the precompiled custom sys image. #' Path can be either an absolute path or relative to the current directory. -#' +#' @param version the version of Julia to install. Defaults to "latest", which is the latest +#' released version of Julia. You can use "1.10" for example for Julia v1.10. #' @return The julia interface, which is an environment with the necessary methods #' like command, source and things like that to communicate with julia. #'