diff --git a/CITATION.cff b/CITATION.cff index c0410c9..f338a9c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # ----------------------------------------------------------- -# CITATION file created with {cffr} R package, v0.5.0 +# CITATION file created with {cffr} R package, v1.0.0 # See also: https://docs.ropensci.org/cffr/ # ----------------------------------------------------------- @@ -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.3.1 +version: 8.4.0 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.3.0 + notes: R package version 8.4.0 repository: https://CRAN.R-project.org/package=Delaporte repository-code: https://github.com/aadler/Delaporte url: https://github.com/aadler/Delaporte -date-released: '2024-01-10' +date-released: '2024-04-04' contact: - family-names: Adler given-names: Avraham diff --git a/DESCRIPTION b/DESCRIPTION index 7310e22..4190c80 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Delaporte Type: Package Title: Statistical Functions for the Delaporte Distribution -Version: 8.3.1 -Date: 2024-01-10 +Version: 8.4.0 +Date: 2024-04-04 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 91d8632..43c0b92 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.3.1" + note = "R package version 8.4.0" ) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index b1f8530..b70bb0f 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -5,12 +5,16 @@ \alias{NEWS} \title{NEWS file for the Delaporte package} -\section{Version 8.3.1 (2024-01-10)}{ +\section{Version 8.4.0 (2024-04-04)}{ \subsection{Changed}{ \itemize{ + \item \code{qdelap} now automatically calls the \code{exact = TRUE} + version when passed inappropriate parameters instead of just stopping with + an error. \item Refactor \file{README.md} into component \acronym{MD} files for Github purposes. \item Capture and restore original thread count after running tests. + \item Efficiency tweaks to underlying Fortran code. } } }