OBIC

An R package containing the functions for the Open Bodem Index (OBI)

https://github.com/agrocares/open-bodem-index-calculator

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

agriculture package r soil
Last synced: 6 months ago · JSON representation

Repository

An R package containing the functions for the Open Bodem Index (OBI)

Basic Info
Statistics
  • Stars: 12
  • Watchers: 4
  • Forks: 2
  • Open Issues: 22
  • Releases: 25
Topics
agriculture package r soil
Created over 6 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License

README.md

Open Bodem Index Calculator (OBIC)

Lifecycle: stable R-CMD-check Codecov test coverage CRAN_Status_Badge <!-- badges: end -->

This R package can be used to calculate the Open Bodem Index (OBI). The OBI is a tool that evaluate the soil of agricultural fields based on four main criteria: chemical, physical, biological and management. These four criteria consist of more than 21 indicators to get a comprehensive picture of the soil. More information about the Open Bodem Index can be found at Open Bodem Index.

Installation

```R

Install from latest stable version from CRAN

install.packages("OBIC")

Or install the development version from GitHub

remotes::install_github("AgroCares/Open-Bodem-Index-Calculator")

Load the OBIC package in your script

library("OBIC") `` Previous releases ofOBICcan be found atreleases` section on the GitHub repository.

Documentation

Documentation of the R functions in the OBIC package can be found here

More information

The Open Bodem Index (OBI) is a collaboration between Wageningen UR, NMI and FarmHack in collaboration with agricultural experts. The Open Bodem Index Calculator is a tool used by the OBI and developed by NMI.

Logo of NMI

Owner

  • Name: AgroCares
  • Login: AgroCares
  • Kind: organization

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 11
  • Pull request review event: 4
  • Pull request event: 4
  • Create event: 4
Last Year
  • Release event: 1
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 11
  • Pull request review event: 4
  • Pull request event: 4
  • Create event: 4

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 1,528
  • Total Committers: 6
  • Avg Commits per committer: 254.667
  • Development Distribution Score (DDS): 0.65
Past Year
  • Commits: 45
  • Committers: 3
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.133
Top Committers
Name Email Commits
Gerard g****s@n****l 535
Sven 3****w 420
Brent b****n@x****l 326
KeesDoolNMI k****l@n****l 129
yuki-nmi m****i@g****m 117
Rik Huijzer t****r@r****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 44
  • Total pull requests: 73
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 5
  • Total pull request authors: 7
  • Average comments per issue: 1.05
  • Average comments per pull request: 0.81
  • Merged pull requests: 64
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.5
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • BrentWHR (19)
  • gerardhros (10)
  • SvenVw (6)
  • yuki-nmi (5)
  • JobdePater (4)
Pull Request Authors
  • BrentWHR (21)
  • SvenVw (17)
  • yuki-nmi (17)
  • gerardhros (11)
  • KeesDoolNMI (10)
  • Sies99 (1)
  • rikhuijzer (1)
Top Labels
Issue Labels
documentation (5) bug (4) duplicate (1) invalid (1) enhancement (1) question (1) good first issue (1)
Pull Request Labels
documentation (3) bug (2) enhancement (2)

Packages

  • Total packages: 3
  • Total downloads:
    • cran 293 last-month
  • Total docker downloads: 21,613
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 56
  • Total maintainers: 1
proxy.golang.org: github.com/AgroCares/Open-Bodem-Index-Calculator
  • Versions: 25
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago
proxy.golang.org: github.com/agrocares/open-bodem-index-calculator
  • Versions: 25
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago
cran.r-project.org: OBIC

Calculate the Open Bodem Index (OBI) Score

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 293 Last month
  • Docker Downloads: 21,613
Rankings
Docker downloads count: 0.4%
Stargazers count: 16.5%
Forks count: 17.2%
Average: 20.4%
Dependent repos count: 24.3%
Dependent packages count: 27.8%
Downloads: 36.4%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • checkmate * imports
  • data.table * imports
  • covr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • patchwork * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/pr-fetch v2 composite
  • r-lib/actions/pr-push v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite