From eaaef81a7a4a2f092abf6146d61dc80683b102f7 Mon Sep 17 00:00:00 2001 From: Socorro Date: Mon, 17 Apr 2023 22:15:44 -0500 Subject: [PATCH] Fixes following the R devel mailing list --- DESCRIPTION | 2 +- cran-comments.md | 31 ++++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 28f6dda..2ff5301 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,7 +16,7 @@ Authors@R: URL: https://github.com/NeotomaDB/neotoma2 BugReports: https://github.com/NeotomaDB/neotoma2/issues Description: Access and manipulation of data using the Neotoma Paleoecology Database. -. + . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/cran-comments.md b/cran-comments.md index fc3d387..96b3a88 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -139,4 +139,33 @@ As for the `get_manual.Rd` function, there are no parameters that the user needs specimens-sites-method.Rd: I believe the same as for get_datasets.numeric.Rd. ☑ Done -Done as suggested \ No newline at end of file +Done as suggested + +----- + +## Responses to remarks I received from 3rd submission + +### 1 + + Check: DESCRIPTION meta-information, Result: NOTE + Malformed Description field: should contain one or more complete sentences. + +So, I originally sent: +``` +Description: Access and manipulate data from the Neotoma Paleoecology Database. +``` +because I was requested to add referencing the "Neotoma Paleoecology Database". +With the Description above, I do not get any local errors when running the R CMD but for CRAN, I got the error that I was asked to correct. + +After e-mailing the R-package-devel mailing list and providing them with my github link, I was advised to indent with 8 spaces on the second line and finish the line with a `.` + +The Description field in the Description file now looks like: + +``` +Description: Access and manipulate data from the Neotoma Paleoecology Database. + +``` + +There are no spaces after https:// and 8 indents have been added as requested. + +I hope this is correct now, otherwise, please give me some more references/examples so that I can do it properly. \ No newline at end of file