From b05d1e1afdd8dbb416dcf5af24d75e32ab194a24 Mon Sep 17 00:00:00 2001 From: William Hutchison Date: Fri, 10 Oct 2025 17:28:58 +1100 Subject: [PATCH 1/4] Change maintainer --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5ae5fd6..e431943 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,14 +5,14 @@ Version: 1.0.16 Authors@R: c(person(given = "Stefano", family = "Mangiola", - role = c("aut", "cre"), + role = "aut", email = "mangiolastefano@gmail.com"), person(given = "Wajid", family = "Jawaid", role = "ctb"), person(given = "William", family = "Hutchison", - role = "aut", + role = c("cre", "aut"), email = "hutchison.w@wehi.edu.au", comment = c(ORCID = "0009-0001-6242-4269")) ) From 6e37728fa543a72d433dd6a3f06f6540739d0884 Mon Sep 17 00:00:00 2001 From: William Hutchison Date: Fri, 10 Oct 2025 17:29:33 +1100 Subject: [PATCH 2/4] Version up --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e431943..3372560 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidygate Type: Package Title: Interactively Gate Points -Version: 1.0.16 +Version: 1.0.17 Authors@R: c(person(given = "Stefano", family = "Mangiola", From 715c7fe4e7c696e7fda1e33814ab9fdc7392d76e Mon Sep 17 00:00:00 2001 From: William Hutchison Date: Mon, 1 Dec 2025 12:17:38 +1100 Subject: [PATCH 3/4] Update maintainer details --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3372560..3294e36 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidygate Type: Package Title: Interactively Gate Points -Version: 1.0.17 +Version: 1.0.18 Authors@R: c(person(given = "Stefano", family = "Mangiola", @@ -16,15 +16,15 @@ Authors@R: email = "hutchison.w@wehi.edu.au", comment = c(ORCID = "0009-0001-6242-4269")) ) -Maintainer: Stefano Mangiola +Maintainer: William Hutchison Description: Interactively gate points on a scatter plot. Interactively drawn gates are recorded and can be applied programmatically to reproduce results exactly. Programmatic gating is - based on the package gatepoints by Wajid Jawaid (who is also an author of this package). + based on the package gatepoints by Wajid Jawaid. License: GPL-3 Encoding: UTF-8 LazyData: true -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 Depends: R (>= 3.6.0) Imports: From 032765849eb2b3bb98419ee2a2bb038b55c253ff Mon Sep 17 00:00:00 2001 From: William Hutchison Date: Mon, 1 Dec 2025 12:17:52 +1100 Subject: [PATCH 4/4] Version up --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3294e36..0cb836f 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidygate Type: Package Title: Interactively Gate Points -Version: 1.0.18 +Version: 1.0.19 Authors@R: c(person(given = "Stefano", family = "Mangiola",