From 0aabce9d71143f7c06bc3f4c2a9228d1cc4e0017 Mon Sep 17 00:00:00 2001 From: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:35:31 +0100 Subject: [PATCH 1/2] Add Sander's information to the DESCRIPTION --- DESCRIPTION | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6cb24e4..2af04cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,9 @@ Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 Authors@R: person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-6658-6062")) + comment = c(ORCID = "0000-0002-6658-6062")), + person("Sander", "Devisscher", , "sander.devisscher@inbo.be", role = c("aut"), + comment = c(ORCID = "0000-0003-2015-5731")) Description: What the package does (one paragraph). License: MIT + file LICENSE Encoding: UTF-8 From 9badce7c476c4afc129e6808b1e5c7414d8cbd03 Mon Sep 17 00:00:00 2001 From: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:49:20 +0100 Subject: [PATCH 2/2] need to wrap authors in a vector --- DESCRIPTION | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2af04cc..39ee3ba 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,14 @@ Package: vespawatchr Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 -Authors@R: - person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = c("aut", "cre"), - comment = c(ORCID = "0000-0002-6658-6062")), - person("Sander", "Devisscher", , "sander.devisscher@inbo.be", role = c("aut"), - comment = c(ORCID = "0000-0003-2015-5731")) +Authors@R: c( + person("Pieter", "Huybrechts", email = "pieter.huybrechts@inbo.be", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0002-6658-6062")), + person("Sander", "Devisscher", email = "sander.devisscher@inbo.be", + role = c("aut"), + comment = c(ORCID = "0000-0003-2015-5731")) + ) Description: What the package does (one paragraph). License: MIT + file LICENSE Encoding: UTF-8