Skip to content

Commit 569e584

Browse files
Update ode.Rmd
1 parent 6975890 commit 569e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/ode.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Note that each algorithm choice will cause a JIT compilation
152152

153153
One way to enhance the performance of your code is to define the function in Julia
154154
so that way it is JIT compiled. diffeqr is built using
155-
[the JuliaCall package](https://github.com/Non-Contradiction/JuliaCall), and so
155+
[the JuliaCall package](https://github.com/JuliaInterop/JuliaCall), and so
156156
you can utilize the Julia JIT compiler. We expose this automatically over ODE
157157
functions via `jitoptimize_ode`, like in the following example:
158158

0 commit comments

Comments
 (0)