From 608591ef02b4a8a845c4e1752707246e4d222200 Mon Sep 17 00:00:00 2001 From: Stefan Lenz <lenz@imbi.uni-freiburg.de> Date: Mon, 2 Aug 2021 10:41:49 +0200 Subject: [PATCH] Link to current manual [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bdbeba..9b35307 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/v0.6.3/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.0.0/JuliaConnectoR.pdf). ## Examples