Skip to content

Commit

Permalink
update version and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsloot committed Mar 2, 2021
1 parent 312055c commit 2cca284
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rmo
Title: A package for the Marshall-Olkin distribution
Version: 0.5.1
Version: 0.5.2
Authors@R:
person(given = "Henrik",
family = "Sloot",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# rmo 0.5.2

- Allow pass-though of arguments to `integrate` in functions `valueOf`,
`uexIntensities`, `exIntensities`, and `exQMatrix`.

# rmo 0.5.1

- Add composite-scaled Bernstein function class.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

![minimal R
version](https://img.shields.io/badge/R%3E%3D-3.3.0-6666ff.svg)
![packageversion](https://img.shields.io/badge/Package%20version-0.5.1-orange.svg?style=flat-square)
![packageversion](https://img.shields.io/badge/Package%20version-0.5.2-orange.svg?style=flat-square)
[![Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Last-changedate](https://img.shields.io/badge/last%20change-2021--02--21-yellowgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2021--03--02-yellowgreen.svg)](/commits/master)
[![R build
status](https://github.com/hsloot/rmo/workflows/R-CMD-check/badge.svg)](https://github.com/hsloot/rmo/actions)
[![Codecov test
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 @@
"description": "\n The package contains an implementation of the Marshall-Olkin distribution and\n methods for estimation, simulation, and construction.",
"name": "rmo: A package for the Marshall-Olkin distribution",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.5.1",
"version": "0.5.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -197,5 +197,5 @@
"mathematical-modelling"
],
"issueTracker": "https://github.com/hsloot/rmo/issues",
"fileSize": "25836.542KB"
"fileSize": "25836.767KB"
}

0 comments on commit 2cca284

Please sign in to comment.