Skip to content

Commit

Permalink
Merge pull request #191 from AgroCares/readme_badges
Browse files Browse the repository at this point in the history
Add grand total CRAN downloads badge and fix typo in ORCID comment
  • Loading branch information
SvenVw authored Mar 8, 2024
2 parents 69b798e + ee87aec commit 20d303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/obic.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ obic_field <- function(B_SOILTYPE_AGR,B_GWL_CLASS,B_SC_WENR,B_HELP_WENR,B_AER_CB
D_CP_STARCH = D_CP_POTATO = D_CP_SUGARBEET = D_CP_GRASS = D_CP_MAIS = D_CP_OTHER = D_CP_RUST = D_CP_RUSTDEEP = NULL
D_NLV = D_PH_DELTA = D_MAN = D_SOM_BAL = D_WE = D_SLV = D_MG = D_CU = D_ZN = D_PMN = D_CEC = NULL
D_AS = D_BCS = D_WRI = D_WSI_DS = D_WSI_WS = D_NGW = D_NSW = D_WO = NULL
D_WRI_WHC = D_PSP = D_NLEACH = D_PESTICIDE = I_W_GWR = I_W_GWS = I_W_NGW = I_W_PEST = NULL
D_WRI_WHC = D_PSP = D_NLEACH = D_PESTICIDE = NULL
D_WRI_K = D_NLEACH_GW = D_NLEACH_OW = I_H_GWR = I_H_NGW = I_H_NOW = I_H_PEST = NULL

I_C_N = I_C_P = I_C_K = I_C_MG = I_C_S = I_C_PH = I_C_CEC = I_C_CU = I_C_ZN = I_P_WRI = I_BCS = NULL
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![R-CMD-check](https://github.com/AgroCares/Open-Bodem-Index-Calculator/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/AgroCares/Open-Bodem-Index-Calculator/actions/workflows/check-standard.yaml)
[![Codecov test coverage](https://codecov.io/gh/AgroCares/Open-Bodem-Index-Calculator/branch/master/graph/badge.svg)](https://app.codecov.io/gh/AgroCares/Open-Bodem-Index-Calculator?branch=master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/OBIC)](https://cran.r-project.org/package=OBIC)
[![](https://cranlogs.r-pkg.org/badges/grand-total/OBIC)](https://cran.r-project.org/package=OBIC)
<!-- badges: end -->

This R package can be used to calculate the Open Bodem Index (OBI).
Expand All @@ -13,7 +14,6 @@ These four criteria consist of more than 21 indicators to get a comprehensive pi
More information about the Open Bodem Index can be found at [Open Bodem Index](https://openbodemindex.nl).

## Installation

```R
# Install from latest stable version from CRAN
install.packages("OBIC")
Expand Down

0 comments on commit 20d303e

Please sign in to comment.