From 250e3e8a185124d0921ac9c64803d3833be98819 Mon Sep 17 00:00:00 2001 From: Richard Rigby Date: Mon, 30 Mar 2026 09:18:36 +0100 Subject: [PATCH 1/3] DESCRIPTION: tidy `Authors` field Slight layout adjustment for readability --- DESCRIPTION | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 34e363e..6d4159e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,14 +1,22 @@ Package: pfwim Title: Food Web Construction for paleo communities Version: 0.0.0.9000 -Authors@R: c(person("Jack O.", "Shaw", role = c("aut", "cre"), email = "Jack.Shaw@colorado.edu", comment = c(ORCID = "0000-0002-2725-2334")), - person("Alexander M.", "Dunhill", role = "ctb", comment = c(ORCID = "0000-0002-8680-9163")), - person("Andrew", "Beckerman", role = "ctb", comment = c(ORCID = "0000-0002-7859-8394")), - person("Baran", "Karapunar", role = "ctb", comment = c(ORCID = "0000-0001-9711-1492")), - person("Tanya", "Strydom", role = c("ctb"), comment = c(ORCID = "0000-0001-6067-1349")), - person("Jennifer A.", "Dunne", role = "ctb", comment = c(ORCID = "0000-0002-3789-9561")), - person("Pincelli M.", "Hull", role = "ctb", comment = c(ORCID = "0000-0001-8607-4817")) - ) +Authors@R: c( + person("Jack O.", "Shaw", role = c("aut", "cre"), email = "Jack.Shaw@colorado.edu", + comment = c(ORCID = "0000-0002-2725-2334")), + person("Alexander M.", "Dunhill", role = "ctb", + comment = c(ORCID = "0000-0002-8680-9163")), + person("Andrew", "Beckerman", role = "ctb", + comment = c(ORCID = "0000-0002-7859-8394")), + person("Baran", "Karapunar", role = "ctb", + comment = c(ORCID = "0000-0001-9711-1492")), + person("Tanya", "Strydom", role = c("ctb"), + comment = c(ORCID = "0000-0001-6067-1349")), + person("Jennifer A.", "Dunne", role = "ctb", + comment = c(ORCID = "0000-0002-3789-9561")), + person("Pincelli M.", "Hull", role = "ctb", + comment = c(ORCID = "0000-0001-8607-4817")) + ) Description: R tools for reconstructing paleo food webs from species traits and size rules. License: MIT Encoding: UTF-8 From 3ad81c1055dec6ea40ef196b2423edc7b953bbbb Mon Sep 17 00:00:00 2001 From: Richard Rigby Date: Mon, 30 Mar 2026 09:19:30 +0100 Subject: [PATCH 2/3] DESCRIPTION: Use title case in `Title` field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids package building NOTE: ``` The Title field should be in title case. Current version is: ‘Food Web Construction for paleo communities’ In title case that is: ‘Food Web Construction for Paleo Communities’ ``` Addresses #4 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6d4159e..bf9a945 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: pfwim -Title: Food Web Construction for paleo communities +Title: Food Web Construction for Paleo Communities Version: 0.0.0.9000 Authors@R: c( person("Jack O.", "Shaw", role = c("aut", "cre"), email = "Jack.Shaw@colorado.edu", From b6a145731052cf433fe4703e802e37a7109f7c97 Mon Sep 17 00:00:00 2001 From: Richard Rigby Date: Mon, 30 Mar 2026 09:22:00 +0100 Subject: [PATCH 3/3] DESCRIPTION: Update `License` field and add LICENSE file To avoid NOTE when building package: ``` Licence components which are templates and need '+ file LICENCE': MIT ``` Addresses #5 --- DESCRIPTION | 2 +- LICENSE | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/DESCRIPTION b/DESCRIPTION index bf9a945..27cfd31 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,7 +18,7 @@ Authors@R: c( comment = c(ORCID = "0000-0001-8607-4817")) ) Description: R tools for reconstructing paleo food webs from species traits and size rules. -License: MIT +License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a58d3e2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +YEAR: 2026 +COPYRIGHT HOLDER: pfwim authors