Skip to content

Commit

Permalink
Update NEWS and bump version and date.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Apr 4, 2024
1 parent 40bf9d7 commit b512943
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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/
# -----------------------------------------------------------

Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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="[email protected]", comment = c(ORCID = "0000-0002-3039-0703")))
Description: Provides probability mass, distribution, quantile, random-variate
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
6 changes: 5 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
}
}
Expand Down

0 comments on commit b512943

Please sign in to comment.