From d075c6a1f70ef40cf934e542054497c07025e8a5 Mon Sep 17 00:00:00 2001 From: Roberto Villegas-Diaz Date: Tue, 25 Jun 2024 08:09:38 +0100 Subject: [PATCH 1/3] Ignore CRAN-SUBMISSION file from builds and version control --- .Rbuildignore | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 868eefe..c49eb9e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,4 +15,5 @@ ^\.zenodo\.json$ ^documentation$ ^.lintr$ -^.DS_Store$ \ No newline at end of file +^.DS_Store$ +^CRAN-SUBMISSION$ diff --git a/.gitignore b/.gitignore index ac1a93b..c2d603e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ inst/doc CRAN-RELEASE cran-comments.md .DS_Store +CRAN-SUBMISSION From cebd828086080b3df068a9815f07173942fe58a4 Mon Sep 17 00:00:00 2001 From: Roberto Villegas-Diaz Date: Tue, 25 Jun 2024 08:17:28 +0100 Subject: [PATCH 2/3] Update citation as per CRAN check note --- inst/CITATION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/CITATION b/inst/CITATION index 96118c6..e36e847 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,9 +1,9 @@ citHeader("To cite fxTWAPLS in publications use:") -citEntry( +bibentry( entry = "Article", title = "An improved statistical approach for reconstructing past climates from biotic assemblages", - author = personList(as.person("Mengmeng Liu"), + author = c(as.person("Mengmeng Liu"), as.person("Iain Colin Prentice"), as.person("Cajo J. F. ter Braak"), as.person("Sandy P. Harrison")), From 52ba198b693df02827e110bf58b568a491494d61 Mon Sep 17 00:00:00 2001 From: Roberto Villegas-Diaz Date: Tue, 25 Jun 2024 11:56:56 +0100 Subject: [PATCH 3/3] Update field name --- inst/CITATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/CITATION b/inst/CITATION index e36e847..8f5eb8a 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,7 +1,7 @@ citHeader("To cite fxTWAPLS in publications use:") bibentry( - entry = "Article", + bibtype = "Article", title = "An improved statistical approach for reconstructing past climates from biotic assemblages", author = c(as.person("Mengmeng Liu"), as.person("Iain Colin Prentice"),