Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old markdown notebooks from dev.-phase #115

Merged
merged 6 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.8.3
Version: 0.8.4
Authors@R:
person(given = "Henrik",
family = "Sloot",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rmo 0.8.3

- Remove outdated rmarkdown notebooks from development phase (#115)

- Add `ConvexCombinationOfBernsteinFunctions` to represent convex combinations
of Bernstein functions compactly.

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ at some point numerical issues are inevitable.
For this reason, we encourage users to produce statistical tests suitable for
their use-case;
see our
[integration test](https://github.com/hsloot/rmo/blob/master/other/integration-test.Rmd)
[statistical unit tests](https://github.com/hsloot/rmo/blob/main/tests/testthat/test-statistical-unit-test.R)
for an example.
If you are encountering statistical problems, please submit an
[issue report](https://github.com/hsloot/rmo/issues/new?assignees=&labels=bug&template=statistical_problem.md&title=%5BSTAT%5D)
Expand Down
8 changes: 4 additions & 4 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.4.0-6666ff.svg)
![packageversion](https://img.shields.io/badge/Package%20version-0.8.3-orange.svg?style=flat-square)
![packageversion](https://img.shields.io/badge/Package%20version-0.8.4-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-2024--03--29-yellowgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--04--03-yellowgreen.svg)](/commits/master)
[![R build
status](https://github.com/hsloot/rmo/workflows/check-full/badge.svg)](https://github.com/hsloot/rmo/actions)
[![Codecov test
Expand Down Expand Up @@ -118,8 +118,8 @@ tried to program defensively to avoid these problems, but if the
dimension is high enough and the parametrization leads to values below
the double precision, at some point numerical issues are inevitable. For
this reason, we encourage users to produce statistical tests suitable
for their use-case; see our [integration
test](https://github.com/hsloot/rmo/blob/master/other/integration-test.Rmd)
for their use-case; see our [statistical unit
tests](https://github.com/hsloot/rmo/blob/main/tests/testthat/test-statistical-unit-test.R)
for an example. If you are encountering statistical problems, please
submit an [issue
report](https://github.com/hsloot/rmo/issues/new?assignees=&labels=bug&template=statistical_problem.md&title=%5BSTAT%5D)
Expand Down
1 change: 0 additions & 1 deletion bench/.gitignore

This file was deleted.

75 changes: 0 additions & 75 deletions bench/benchmark-report.Rmd

This file was deleted.

Binary file removed bench/benchmark-report.pdf
Binary file not shown.
52 changes: 20 additions & 32 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "rmo",
"description": "\n The package contains an implementation of the Marshall-Olkin distribution and\n methods for estimation, simulation, and construction.",
"description": " The package contains an implementation of the Marshall-Olkin distribution and methods for estimation, simulation, and construction.",
"name": "rmo: A package for the Marshall-Olkin distribution",
"codeRepository": "https://github.com/hsloot/rmo",
"issueTracker": "https://github.com/hsloot/rmo/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.6",
"version": "0.8.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"author": [
{
"@type": "Person",
Expand All @@ -24,9 +23,6 @@
"@id": "https://orcid.org/0000-0001-8582-7776"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
Expand Down Expand Up @@ -134,14 +130,14 @@
"sameAs": "https://CRAN.R-project.org/package=remotes"
}
],
"softwareRequirements": [
{
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.3.0"
"version": ">= 3.4.0"
},
{
"2": {
"@type": "SoftwareApplication",
"identifier": "Rcpp",
"name": "Rcpp",
Expand All @@ -153,12 +149,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
},
{
"3": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
{
"4": {
"@type": "SoftwareApplication",
"identifier": "Rdpack",
"name": "Rdpack",
Expand All @@ -170,7 +166,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rdpack"
},
{
"5": {
"@type": "SoftwareApplication",
"identifier": "checkmate",
"name": "checkmate",
Expand All @@ -181,20 +177,12 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=checkmate"
}
],
"codeRepository": "https://github.com/hsloot/rmo",
},
"SystemRequirements": "C++17"
},
"fileSize": "20720.416KB",
"releaseNotes": "https://github.com/hsloot/rmo/blob/master/NEWS.md",
"contIntegration": "https://codecov.io/gh/hsloot/rmo?branch=master",
"keywords": [
"r",
"simulation",
"estimation",
"modeling",
"statistics",
"mathematics",
"mathematical-modelling"
],
"issueTracker": "https://github.com/hsloot/rmo/issues",
"fileSize": "0KB"
"readme": "https://github.com/hsloot/rmo/blob/main/README.md",
"contIntegration": ["https://github.com/hsloot/rmo/actions", "https://codecov.io/gh/hsloot/rmo?branch=main"],
"keywords": ["r", "simulation", "modeling", "statistics", "mathematics", "mathematical-modelling", "r-package", "rstats"]
}