From 171ae81ef0590a49a1ac12ed253fdf02b76f9c3c Mon Sep 17 00:00:00 2001 From: "Jonas I. Liechti" Date: Wed, 11 Sep 2024 12:54:08 +0200 Subject: [PATCH] fixing typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fc429d8..7c1532a7 100644 --- a/README.md +++ b/README.md @@ -299,9 +299,9 @@ Officially supported is R version >= 4.4 ## Installing from GitHub (recommended) > [!WARNING] -> Until verion of `1.3.3` is released (see https://github.com/r-lib/ragg/issues/174) the R package [`ragg`](https://github.com/r-lib/ragg) does not build correctly. +> Until the R package [`ragg`](https://github.com/r-lib/ragg) releases version `1.3.3` it might not build correctly. > Since `abn` depends on `ragg` the installation of `abn` might fail. -> Therefore, we recommend installing the developer versin of `ragg` as a temporal fix: +> Therefore, we recommend installing the developer version as a temporal fix: > ```R > pak::pak("r-lib/ragg") > ```