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 Aug 23, 2022
1 parent bcef9b3 commit 68d47fb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
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.1.9000
Version: 1.0.2
Authors@R:
c(person(given = "Nicolas",
family = "Frerebeau",
Expand Down
13 changes: 2 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,28 @@
# gamma 1.0.1.9000
# gamma 1.0.2

## Internals
* Use **testthat** 3rd edition (#20).
* Change package maintainer (#24).
* The package was removed from CRAN due to an internal call to a defunct function `default.stringsAsFactors()`; fixed (#23, @RLumSK)

# gamma 1.0.1

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4438632.svg)](https://doi.org/10.5281/zenodo.4438632)

## Internals
* Skip test if suggested packages are not installed (#19).
* Use `\doi` instead of `\href` in documentation.

# gamma 1.0.0

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4038328.svg)](https://doi.org/10.5281/zenodo.4038328)

* First CRAN release.

# gamma 0.2.0

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3531996.svg)](https://doi.org/10.5281/zenodo.3531996)

* Beta release.

# gamma 0.1.1

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3240546.svg)](https://doi.org/10.5281/zenodo.3240546)

* Alpha release.

# gamma 0.1.0

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2652394.svg)](https://doi.org/10.5281/zenodo.2652394)

* Alpha release.
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.1.9000 \cr
#' **Version:** \tab 1.0.2 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.2652393}
#' }
Expand Down
4 changes: 2 additions & 2 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.1.9000",
"version": "1.0.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -243,7 +243,7 @@
},
"SystemRequirements": null
},
"fileSize": "4311.768KB",
"fileSize": "4311.253KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
15 changes: 8 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
## Test environments

* local Ubuntu 20.04 install: 4.0.2
* GitHub actions: release (Windows, MacOS, Ubuntu), devel (Ubuntu)
* win-builder: oldrel, release and devel
* Local R installation: R 4.2.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

## R CMD check results

0 errors | 0 warnings | 0 note

This is a resubmission.

* `vdiffr` (suggested) is now used conditionally.
* Use `\doi` instead of `\href` in documentation.
* Some links in the documentation point to articles behind paywalls that may return a 403 error.
* This a resubmission after CRAN removal: all issues have been fixed.
* The package maintainer has changed due to a staff turnover within our organization (previous maintainer can be reached at [email protected] if needed).
* According to the CRAN Repository Policy, the new maintainer's email is not a mailing list (although it looks like one), but an alias to avoid future issues due to staff turnover.

0 comments on commit 68d47fb

Please sign in to comment.