Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Aug 22, 2024
1 parent dfc87c9 commit aa8f748
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "alkahest" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'alkahest: Pre-Processing XY Data from Experimental Methods'
version: 1.2.0
version: 1.2.1
doi: 10.5281/zenodo.7081524
identifiers:
- description: The concept DOI.
Expand Down Expand Up @@ -57,7 +57,7 @@ preferred-citation:
institution:
name: Université Bordeaux Montaigne
address: Pessac, France
notes: R package version 1.2.0
notes: R package version 1.2.1
url: https://packages.tesselle.org/alkahest/
doi: 10.5281/zenodo.7081524
repository: https://CRAN.R-project.org/package=alkahest
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: alkahest
Title: Pre-Processing XY Data from Experimental Methods
Version: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# alkahest 1.2.0.9000
# alkahest 1.2.1
## Bugfixes & changes
* Remove class check on value returned by generic function.

Expand Down
2 changes: 1 addition & 1 deletion R/alkahest-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab alkahest \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 1.2.0 \cr
#' **Version:** \tab 1.2.1 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.7081524} \cr
#' }
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
output: github_document
bibliography: vignettes/bibliography.bib
nocite: '@*'
---

<!-- README.md is generated from README.Rmd. Please edit that file -->
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ contributing to this project, you agree to abide by its terms.
<div id="refs" class="references csl-bib-body hanging-indent"
entry-spacing="0">

<div id="ref-barnes1989" class="csl-entry">

Barnes, R. J., M. S. Dhanoa, and Susan J. Lister. 1989. “Standard Normal
Variate Transformation and De-Trending of Near-Infrared Diffuse
Reflectance Spectra.” *Applied Spectroscopy* 43 (5): 772–77.
<https://doi.org/10.1366/0003702894202201>.

</div>

<div id="ref-derooi2014" class="csl-entry">

De Rooi, Johan J., Niek M. Van Der Pers, Ruud W. A. Hendrikx, Rob
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/tesselle/alkahest",
"issueTracker": "https://github.com/tesselle/alkahest/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.2.0",
"version": "1.2.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -137,7 +137,7 @@
},
"SystemRequirements": null
},
"fileSize": "934.96KB",
"fileSize": "934.508KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -152,7 +152,7 @@
"name": "{alkahest: Pre-Processing XY Data from Experimental Methods}",
"identifier": "10.5281/zenodo.7081524",
"url": "https://packages.tesselle.org/alkahest/",
"description": "R package version 1.2.0",
"description": "R package version 1.2.1",
"@id": "https://doi.org/10.5281/zenodo.7081524",
"sameAs": "https://doi.org/10.5281/zenodo.7081524"
}
Expand Down
2 changes: 1 addition & 1 deletion man/alkahest-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa8f748

Please sign in to comment.