From dbf931039ebf4646b4e023bf9c1c28bd227bf236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerald=20Schuberth-Hlava=C4=8D?= Date: Sat, 13 Jan 2024 19:11:25 +0100 Subject: [PATCH] Second CRAN release candidate --- .Rbuildignore | 2 ++ .gitignore | 1 + DESCRIPTION | 20 +++++++++++--------- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 3 ++- cran-comments.md | 7 ++----- 7 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 89a08eb..997f50b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -5,4 +5,6 @@ ^README\.Rmd$ ^\.github$ ^checks$ +^myNotes.md$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/.gitignore b/.gitignore index cc13ab7..4b2162c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ *.tmp *.bib.sav checks +myNotes.md diff --git a/DESCRIPTION b/DESCRIPTION index 732a205..b0d6b44 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,18 @@ Package: georefdatar -Title: Geosciences Reference Datasets in R -Version: 0.6.4 +Title: Geosciences Reference Datasets +Version: 0.6.5 Authors@R: person("Gerald", "Schuberth-Hlavač", email= "abuseki@synapticgap.com", role = c("aut", "cre")) -Description: Reference datasets commonly used in geosciences. Such as the - standard atomic weights of elements, a periodic table, a mineral list and - their abbreviations, reservoir reference datasets (continental crust, mantle, - basalts, etc.), decay constants and isotopic ratios frequently used in - geochronology. Additionally, the package provides functions for basic queries - of atomic weights and the mineral list. All datasets have complete references, - making them citable. +Description: Reference datasets commonly used in the geosciences. These include + standard atomic weights of the elements, a periodic table, a list of minerals + including their abbreviations and chemistry, geochemical data of reservoirs + (primitive mantle, continental crust, mantle, basalts, etc.), decay constants + and isotopic ratios frequently used in geochronology, color codes of the + chronostratigraphic chart. In addition, the package provides functions for + basic queries of atomic weights, the list of minerals, and chronostratigraphic + chart colors. All datasets are fully referenced, and a BibTeX file containing + the references is included. License: MIT + file LICENSE URL: https://github.com/abuseki/georefdatar BugReports: https://github.com/abuseki/georefdatar/issues diff --git a/NEWS.md b/NEWS.md index 710a9ec..a0da683 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,3 @@ -# georefdatar 0.6.4 +# georefdatar 0.6.5 * Initial CRAN submission. diff --git a/README.Rmd b/README.Rmd index f949c46..ea413d6 100644 --- a/README.Rmd +++ b/README.Rmd @@ -28,7 +28,7 @@ Up to now these are: * some functions for basic queries of the periodic table of the elements and the list of minerals are also included. -All data sets have full references, making them citable. +All datasets are fully referenced, and a BibTeX file containing the references is included. ## Installation diff --git a/README.md b/README.md index 879cbcf..027d586 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Up to now these are: - some functions for basic queries of the periodic table of the elements and the list of minerals are also included. -All data sets have full references, making them citable. +All datasets are fully referenced, and a BibTeX file containing the +references is included. ## Installation diff --git a/cran-comments.md b/cran-comments.md index 35eeec5..c14d264 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,5 @@ -# georefdatar 0.6.4 - -* This is a new release. - ## R CMD check results -0 errors | 0 warnings | 0 note +0 errors | 0 warnings | 0 notes +* This is a resubmit of version 0.6.4.