oxsr

Soil Iron Oxides via Diffuse Reflectance

https://github.com/fgu5tav0/oxsr

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Soil Iron Oxides via Diffuse Reflectance

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Overview  OxSR website


![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/OxSR)  
![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/OxSR) 
![License](https://img.shields.io/badge/license-GPL--3-gold)  


The OxSR package calculates the ratio between hematite and goethite oxides in soil via diffuse reflectance.

In soil science, understanding the mineral composition is often a starting point for research in various areas.

Iron oxides are widely studied and play a role in a range of studies, from fertilization and nutrient dynamics to contamination and sustainable practices.

Techniques for determining these minerals are often expensive and time-consuming. Therefore, practical, rapid, and sensitive methods such as diffuse reflectance in the visible spectrum have gained importance. This technique can also be used to determine soil color, another parameter that helps in understanding the environment.

## Installation

``` {r, eval = FALSE}
install.packages("OxSR")
```

``` {r}
library(OxSR)
```

Owner

  • Name: Gustavo Frosi
  • Login: FGu5tav0
  • Kind: user
  • Location: Porto Alegre
  • Company: UFRGS

GitHub Events

Total
  • Public event: 1
  • Push event: 13
  • Create event: 1
Last Year
  • Public event: 1
  • Push event: 13
  • Create event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 161 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: OxSR

Soil Iron Oxides via Diffuse Reflectance

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 161 Last month
Rankings
Dependent packages count: 27.0%
Dependent repos count: 33.3%
Average: 49.1%
Downloads: 87.0%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 4.1.0 depends
  • colorSpec * imports
  • dplyr * imports
  • ggplot2 * imports
  • grDevices * imports
  • janitor * imports
  • munsellinterpol * imports
  • rlang * imports
  • stats * imports
  • spelling * suggests
  • testthat >= 3.0.0 suggests