Skip to content

Commit

Permalink
Changes per CRAN submission request
Browse files Browse the repository at this point in the history
  • Loading branch information
pbulsink committed Nov 5, 2024
1 parent 44d07db commit 830a043
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 24 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^Meta$
^cran-comments\.md$
^CRAN-SUBMISSION$
^LICENSE$
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ Authors@R: c(
person(given = "Philip", family = "Bulsink", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9668-2429")),
person(given = "Ulrich", family = "Makanda", email = "[email protected]",
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:
Expand Down
8 changes: 0 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`\]
(<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
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 830a043

Please sign in to comment.