Skip to content

Commit

Permalink
Fix the installed Julia version to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 1, 2024
1 parent c925496 commit 53afdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/diffeqr.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#'
#' @export
diffeq_setup <- function (pkg_check=TRUE,...){
julia <- JuliaCall::julia_setup(installJulia=TRUE,...)
julia <- JuliaCall::julia_setup(installJulia=TRUE,version = "1.10.5", ...)
if(pkg_check) JuliaCall::julia_install_package_if_needed("DifferentialEquations")
JuliaCall::julia_library("DifferentialEquations")

Expand Down

0 comments on commit 53afdce

Please sign in to comment.