Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jun 23, 2023
1 parent e441bc2 commit 94021ef
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore

_pkgdown.yml export-ignore
codecov.yml export-ignore
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gamma
Title: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry
Measurements
Version: 1.0.3.9000
Version: 1.0.4
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = "aut",
comment = c(ORCID = "0000-0001-5759-4944")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gamma 1.0.3.9000
# gamma 1.0.4
## Bugfixes & changes
* Fix the metadata when reading a CNF file: do not use a fixed index to isolate particular metadata (the number of metadata may vary depending on the user's acquisition).
* Fix `set_energy<-` so that argument `value` appears in the method at the end of the argument list.
Expand Down
2 changes: 1 addition & 1 deletion R/gamma-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab gamma \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 1.0.3 \cr
#' **Version:** \tab 1.0.4 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.2652393}
#' }
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
# gamma <img width=120px src="man/figures/logo.png" align="right" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/crp2a/gamma/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/crp2a/gamma/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/crp2a/gamma/workflows/R-CMD-check/badge.svg)](https://github.com/crp2a/gamma/actions)
[![codecov](https://codecov.io/gh/crp2a/gamma/branch/master/graph/badge.svg)](https://app.codecov.io/gh/crp2a/gamma)

[![r-universe](https://crp2a.r-universe.dev/badges/gamma)](https://crp2a.r-universe.dev){.pkgdown-devel}
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/crp2a/gamma/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/crp2a/gamma/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/crp2a/gamma/workflows/R-CMD-check/badge.svg)](https://github.com/crp2a/gamma/actions)
[![codecov](https://codecov.io/gh/crp2a/gamma/branch/master/graph/badge.svg)](https://app.codecov.io/gh/crp2a/gamma)

<a href="https://crp2a.r-universe.dev" class="pkgdown-devel"><img
Expand Down Expand Up @@ -50,10 +50,10 @@ of **gamma**.
Estimation from In-Situ Gamma-Ray Spectrometry Measurements."
_Ancient TL_, *38*(2), 1-5.

Frerebeau N, Lebrun B, Paradol G (2022). _gamma: Dose Rate Estimation
Frerebeau N, Lebrun B, Paradol G (2023). _gamma: Dose Rate Estimation
from in-Situ Gamma-Ray Spectrometry_. Université Bordeaux Montaigne,
Pessac, France. doi:10.5281/zenodo.2652393
<https://doi.org/10.5281/zenodo.2652393>, R package version 1.0.3.
<https://doi.org/10.5281/zenodo.2652393>, R package version 1.0.4.

## Installation

Expand All @@ -76,7 +76,6 @@ remotes::install_github("crp2a/gamma")
``` r
## A minimal example
library(gamma)
library(magrittr)

## Find the full path to the spectrum file
spc_file <- system.file("extdata/LaBr.CNF", package = "gamma")
Expand Down
11 changes: 5 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/crp2a/gamma",
"issueTracker": "https://github.com/crp2a/gamma/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.0.3.9000",
"version": "1.0.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -237,7 +237,7 @@
},
"SystemRequirements": null
},
"fileSize": "3983.42KB",
"fileSize": "3983.446KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -299,7 +299,7 @@
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2022",
"datePublished": "2023",
"author": [
{
"@type": "Person",
Expand All @@ -319,14 +319,13 @@
],
"name": "{gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry}",
"identifier": "10.5281/zenodo.2652393",
"description": "R package version 1.0.3",
"description": "R package version 1.0.4",
"@id": "https://doi.org/10.5281/zenodo.2652393",
"sameAs": "https://doi.org/10.5281/zenodo.2652393"
}
],
"releaseNotes": "https://github.com/crp2a/gamma/blob/master/NEWS.md",
"readme": "https://github.com/crp2a/gamma/blob/master/README.md",
"contIntegration": ["https://github.com/crp2a/gamma/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/crp2a/gamma"],
"contIntegration": ["https://github.com/crp2a/gamma/actions", "https://app.codecov.io/gh/crp2a/gamma"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["luminescence-dating", "geochronology", "archaeology", "r-package", "gamma-spectrometry"]
}
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* Local R installation: R 4.2.1
* Local R installation: R 4.3.0
* Ubuntu (on GitHub Actions): R devel, release, oldrel
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
* MacOS (on GitHub Actions): R release
Expand All @@ -10,3 +10,4 @@
0 errors | 0 warnings | 1 note

* Some links in the documentation point to articles behind paywalls that may return a 403 error.
* CRAN package check errors have been fixed.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ bibentry(
person("Brice", "Lebrun", role = "aut"),
person("Guilhem", "Paradol", role = "aut")),
title = "{gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry}",
year = "2022",
year = "2023",
organization = "Université Bordeaux Montaigne",
address = "Pessac, France",
note = "R package version 1.0.3",
note = sprintf("R package version %s", meta$Version),
doi = "10.5281/zenodo.2652393"
)
2 changes: 1 addition & 1 deletion man/gamma-package.Rd

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

0 comments on commit 94021ef

Please sign in to comment.