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
- Host: GitHub
- Owner: FGu5tav0
- License: agpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://fgu5tav0.github.io/OxSR/
- Size: 4.72 MB
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



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
- Repositories: 1
- Profile: https://github.com/FGu5tav0
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
- Homepage: https://github.com/FGu5tav0/OxSR/
- Documentation: http://cran.r-project.org/web/packages/OxSR/OxSR.pdf
- License: AGPL (≥ 3)
-
Latest release: 1.0.1
published over 1 year ago
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