From ad984069d4150ec88552107d22ce5b0362871f73 Mon Sep 17 00:00:00 2001 From: mkslofstra Date: Tue, 11 Jun 2024 14:24:45 +0200 Subject: [PATCH 1/3] chore: add tim as author --- DESCRIPTION | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index df78b98..765479b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -30,7 +30,12 @@ Authors@R: family = "Swertz", role = c("aut"), email = "m.a.swertz@rug.nl", - comment = c(ORCID = "0000-0002-0979-3401")) + comment = c(ORCID = "0000-0002-0979-3401")), + person(given = "Tim", + family = "Cadman", + role = c("aut"), + email = "t.j.cadman@umcg.nl", + comment = c(ORCID = "0000-0002-7682-5645")) ) Maintainer: Mariska Slofstra Depends: From 3c255f8b5843ec55568a18eee4bcc4b753a54efc Mon Sep 17 00:00:00 2001 From: mkslofstra Date: Tue, 11 Jun 2024 14:40:48 +0200 Subject: [PATCH 2/3] fix: add cran comments for next release --- cran-comments.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 8d142ac..2f8efea 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ -## 2.3.3 -* #113 Move arrow to the "suggests" to hopefully be able to stay on CRAN +## 2.6.2 +* #104 fix: warn before overwriting projects +* #117 update subset function to use new views functionality in armadillo 2.7.1 +* #123 fix: load_table function to work with subsets as well +* add Tim as author ## 2.3.0 * #80 Create project with users From adcaae60047408c79f686311e9a063b420a92af6 Mon Sep 17 00:00:00 2001 From: mkslofstra Date: Tue, 11 Jun 2024 14:41:08 +0200 Subject: [PATCH 3/3] chore: bump version in description --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 765479b..e945232 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: MolgenisArmadillo Type: Package -Version: 2.3.4 +Version: 2.6.2 Title: Armadillo Client for the Armadillo Service Description: A set of functions to manage data shared on a 'MOLGENIS Armadillo' server.