From 586e518f5cbf877a4e1849b779cb73a072b70bbe Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 4 Dec 2024 10:39:13 -0700 Subject: [PATCH] Update zzz.R --- R/zzz.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. #'