From 483d99900d1d377845f8efc7a11e1fcc97ba49c6 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Thu, 6 Jun 2024 16:34:01 -0400 Subject: [PATCH] Bump version and date --- CITATION.cff | 6 +++--- DESCRIPTION | 4 ++-- inst/CITATION | 2 +- inst/NEWS.Rd | 5 ++--- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d14db26..db50ba2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "Delaporte" in publications use:' type: software license: BSD-2-Clause title: 'Delaporte: Statistical Functions for the Delaporte Distribution' -version: 8.4.0.9100 +version: 8.4.1 doi: 10.5281/zenodo.5880051 abstract: Provides probability mass, distribution, quantile, random-variate generation, and method-of-moments parameter-estimation functions for the Delaporte distribution @@ -34,11 +34,11 @@ preferred-citation: year: '2013' url: https://CRAN.R-project.org/package=Delaporte doi: 10.5281/zenodo.5880051 - notes: R package version 8.4.0.9100 + notes: R package version 8.4.1 repository: https://CRAN.R-project.org/package=Delaporte repository-code: https://github.com/aadler/Delaporte url: https://github.com/aadler/Delaporte -date-released: '2024-06-30' +date-released: '2024-06-06' contact: - family-names: Adler given-names: Avraham diff --git a/DESCRIPTION b/DESCRIPTION index ce79a24..493a030 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Delaporte Type: Package Title: Statistical Functions for the Delaporte Distribution -Version: 8.4.0.9100 -Date: 2024-06-30 +Version: 8.4.1 +Date: 2024-06-06 Authors@R: c(person(given="Avraham", family="Adler", role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com", comment = c(ORCID = "0000-0002-3039-0703"))) Description: Provides probability mass, distribution, quantile, random-variate diff --git a/inst/CITATION b/inst/CITATION index d9a3768..c222f57 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -10,5 +10,5 @@ bibentry(bibtype = "Manual", year = "2013", url = "https://CRAN.R-project.org/package=Delaporte", doi = "10.5281/zenodo.5880051", - note = "R package version 8.4.0.9100" + note = "R package version 8.4.1" ) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 0681e2d..90ddcc6 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -5,7 +5,7 @@ \alias{NEWS} \title{NEWS file for the Delaporte package} -\section{Version 8.4.0.9100 (2024-06-30)}{ +\section{Version 8.4.1 (2024-06-06)}{ \subsection{Added}{ \itemize{ \item Once again, try to allow compiler to use OpenMP \acronym{SIMD} @@ -17,8 +17,7 @@ \item Added package metadata tests. \item Updated \file{DESCRIPTION}. \item Testing for \code{NaN} within Fortran now more efficient. - \item Other minor tweaks in C and Fortran code for efficiency and - readability. + \item Other changes to C and Fortran code for efficiency and readability. \item Set up new version of \pkg{rhub} checking. } }