From 3c863a07a5924c34a565fe1bfb59e86bd4cb83e0 Mon Sep 17 00:00:00 2001 From: Charlotte Soneson Date: Sat, 21 Sep 2024 18:39:05 +0200 Subject: [PATCH 1/2] Bump version (1.5.10) --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 8614e8ad..1615c9f5 100755 --- a/version +++ b/version @@ -1 +1 @@ -1.5.9 (2024-07-22) +1.5.10 (2024-09-21) From f081c312f71604d901cb8e250b33013e47a3cbf8 Mon Sep 17 00:00:00 2001 From: Charlotte Soneson Date: Sat, 21 Sep 2024 18:39:15 +0200 Subject: [PATCH 2/2] Update R to v4.4.1 --- NEWS | 4 ++++ envs/environment_R.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2ec34246..2f363784 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v1.5.10 +====== +o Update R to v4.4.1 + v1.5.9 ====== o Add r-mass and r-matrix to conda R environment diff --git a/envs/environment_R.yaml b/envs/environment_R.yaml index 54efc404..8dec62d7 100755 --- a/envs/environment_R.yaml +++ b/envs/environment_R.yaml @@ -1,11 +1,11 @@ channels: - conda-forge dependencies: -- r-base=4.3.2 -- pandoc=2.11 -- r-curl=5.1.0 -- r-rsqlite=2.3.4 +- r-base=4.4.1 +- pandoc=3.4 +- r-curl=5.2.1 +- r-rsqlite=2.3.7 - r-xml2=1.3.6 -- r-httpuv=1.6.14 -- r-mass=7.3_60 +- r-httpuv=1.6.15 +- r-mass=7.3_60.0.1 - r-matrix=1.6_5