Skip to content

Commit

Permalink
Added zenodo DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
rishvish committed May 24, 2023
1 parent 738d3d7 commit 872e549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -19,6 +19,7 @@ export(richness_vs_DI)
S3method(predict, DI)

S3method(extract, DI)
S3method(extract, autoDI)

S3method(AICc, default)
S3method(BICc, default)
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Expand Up @@ -18,6 +18,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![R-CMD-check](https://github.com/rafamoral/DImodels/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rafamoral/DImodels/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/DImodels)](https://CRAN.R-project.org/package=DImodels)
[![DOI](https://zenodo.org/badge/610857928.svg)](https://zenodo.org/badge/latestdoi/610857928)
[![Codecov test coverage](https://codecov.io/gh/rafamoral/DImodels/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rafamoral/DImodels?branch=main)
<!-- badges: end -->

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,6 +8,7 @@
[![R-CMD-check](https://github.com/rafamoral/DImodels/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rafamoral/DImodels/actions/workflows/R-CMD-check.yaml)
[![CRAN
status](https://www.r-pkg.org/badges/version/DImodels)](https://CRAN.R-project.org/package=DImodels)
[![DOI](https://zenodo.org/badge/610857928.svg)](https://zenodo.org/badge/latestdoi/610857928)
[![Codecov test
coverage](https://codecov.io/gh/rafamoral/DImodels/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rafamoral/DImodels?branch=main)
<!-- badges: end -->
Expand All @@ -26,8 +27,7 @@ experimental unit.
**Main changes in the package from version 1.0 to version 1.1 and
newer**

- `DI_data_prepare` is now superseded by `DI_data` (see examples
below)
- `DI_data_prepare` is now superseded by `DI_data` (see examples below)

## `DImodels` installation and load

Expand Down

0 comments on commit 872e549

Please sign in to comment.