From 830a043b8658ec7c75e764f2d6e40f2ee99a4555 Mon Sep 17 00:00:00 2001 From: Philip Bulsink Date: Mon, 4 Nov 2024 20:35:21 -0500 Subject: [PATCH] Changes per CRAN submission request --- .Rbuildignore | 1 + DESCRIPTION | 10 ++++++---- README.Rmd | 8 -------- README.md | 12 ------------ cran-comments.md | 5 +++++ 5 files changed, 12 insertions(+), 24 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 8655d93..f380967 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ ^Meta$ ^cran-comments\.md$ ^CRAN-SUBMISSION$ +^LICENSE$ diff --git a/DESCRIPTION b/DESCRIPTION index da63023..e95dbb4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,11 +6,13 @@ Authors@R: c( person(given = "Philip", family = "Bulsink", email = "philip.bulsink@nrcan-rncan.gc.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9668-2429")), person(given = "Ulrich", family = "Makanda", email = "ulrich.makanda@nrcan-rncan.gc.ca", - role = c("ctb", "trl"), comment = c("Translated documentation to French/Traduire la documentation en français")) + role = "trl", comment = c("Translated documentation to French/Traduire la documentation en français")), + person("His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources", + role = 'cph') ) -Description: The goal of `PlotFTIR` is to easily and quickly kick-start the production of journal-quality Fourier Transform Infra-Red (FTIR) spectral plots in R using ggplot2. The produced plots can be published directly or further modified by ggplot2 functions. - L'objectif de `PlotFTIR` est de démarrer facilement et rapidement la production des tracés spectraux de spectroscopie infrarouge à transformée de Fourier (IRTF) de qualité journal dans R à l'aide de ggplot2. Les tracés produits peuvent être publiés directement ou modifiés davantage par les fonctions ggplot2. -License: GPL (>= 3) + file LICENSE +Description: The goal of 'PlotFTIR' is to easily and quickly kick-start the production of journal-quality Fourier Transform Infra-Red (FTIR) spectral plots in R using 'ggplot2'. The produced plots can be published directly or further modified by 'ggplot2' functions. + L'objectif de 'PlotFTIR' est de démarrer facilement et rapidement la production des tracés spectraux de spectroscopie infrarouge à transformée de Fourier (IRTF) de qualité journal dans R à l'aide de 'ggplot2'. Les tracés produits peuvent être publiés directement ou modifiés davantage par les fonctions 'ggplot2'. +License: GPL (>= 3) Encoding: UTF-8 LazyData: true Imports: diff --git a/README.Rmd b/README.Rmd index 1c0f648..45dc7a8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -167,10 +167,6 @@ Functions are provided for adjusting the baseline of spectra, adding or subtract `PlotFTIR` has functions to interface with the `ir` package by Henning Teickner. This package offers complex baseline capabilities, smoothing, and more data analysis tools. More information on the `ir` package is available in their [documetation (via CRAN)](https://cran.r-project.org/package=ir). There is also capabilities to interface with `ChemoSpec` package by Bryan Hanson, which supports advanced statistics and chemometrics of spectral data. More information at [the `ChemoSpec` documentation](https://bryanhanson.github.io/ChemoSpec/index.html). -## Code of Conduct - -Please note that the `PlotFTIR` project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. - ## Citing This Package Please cite this package in any journal articles containing images produced by way of the package. If installed from GitHub or CRAN the date field will be properly filled with the publishing year. @@ -329,10 +325,6 @@ Des fonctions sont fournies pour ajuster la ligne de base des spectres, ajouter `PlotFTIR` possède des fonctions pour s'interfacer avec le paquet `ir` de Teickner. Ce package offre des capacités de lignes de base complexes, de lissage, et plus d'outils d'analyse de données. Plus d'informations sur le paquet `ir` sont disponibles dans leur [documetation (via CRAN)] (https://cran.r-project.org/package=ir). Il est également possible de s'interfacer avec le paquet `ChemoSpec` de Bryan Hanson, qui prend en charge les statistiques avancées et la chimiométrie des données spectrales. Plus d'informations sur [la documentation de `ChemoSpec`] (https://bryanhanson.github.io/ChemoSpec/index.html). -## Code de conduite - -Veuillez noter que le projet `PlotFTIR` est publié avec un [Code de conduite pour le projet](CODE_OF_CONDUCT.md). En contribuant à ce projet, vous acceptez de respecter ces conditions. - ## Citer ce paquet Veuillez citer ce paquet dans tout article de journal contenant des images produites à l'aide de ce paquet. Si le paquet est installé à partir de GitHub ou de CRAN, le texte de la date sera correctement rempli avec l'année de publication. diff --git a/README.md b/README.md index c5c5c19..982326b 100644 --- a/README.md +++ b/README.md @@ -226,12 +226,6 @@ which supports advanced statistics and chemometrics of spectral data. More information at [the `ChemoSpec` documentation](https://bryanhanson.github.io/ChemoSpec/index.html). -## Code of Conduct - -Please note that the `PlotFTIR` project is released with a [Contributor -Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, -you agree to abide by its terms. - ## Citing This Package Please cite this package in any journal articles containing images @@ -483,12 +477,6 @@ prend en charge les statistiques avancées et la chimiométrie des données spectrales. Plus d’informations sur \[la documentation de `ChemoSpec`\] (). -## Code de conduite - -Veuillez noter que le projet `PlotFTIR` est publié avec un [Code de -conduite pour le projet](CODE_OF_CONDUCT.md). En contribuant à ce -projet, vous acceptez de respecter ces conditions. - ## Citer ce paquet Veuillez citer ce paquet dans tout article de journal contenant des diff --git a/cran-comments.md b/cran-comments.md index 858617d..85e1e40 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,3 +3,8 @@ 0 errors | 0 warnings | 1 note * This is a new release. + +* This is a resubmission with corrections made as requested by Uwe Ligges: + * package names in description surroundedby a single quote, + * with CODE_OF_CONDUCT.md references removed from readme, + * file LICENSE removed and 'cph' specified in Authors@R