From d1bbefc4ff165235612cd28395602ff678c2949e Mon Sep 17 00:00:00 2001 From: Stefan Lenz Date: Thu, 7 Dec 2023 15:28:16 +0100 Subject: [PATCH] Link to new release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56732f0..c120c7d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The following table lists the most important functions exported by the package: | `juliaGet` | Fully translate a Julia object to an R object | | `juliaExpr` | Use a Julia expressions or refer to a Julia object via a string in R | -For a detailed description of the functions with some examples, and for more details about the translation of data structures, please see the [latest documentation](https://github.com/stefan-m-lenz/JuliaConnectoR/releases/download/v1.1.2/JuliaConnectoR.pdf). +For a detailed description of the functions with some examples, and for more details about the translation of data structures, please see the [latest documentation](https://github.com/stefan-m-lenz/JuliaConnectoR/releases/download/v1.1.3/JuliaConnectoR.pdf). ## Examples