-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcef9b3
commit 68d47fb
Showing
5 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |