envalysis
Miscellaneous Functions for Environmental Analyses
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
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Keywords
Repository
Miscellaneous Functions for Environmental Analyses
Basic Info
- Host: GitHub
- Owner: zsteinmetz
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: http://zsteinmetz.de/envalysis/
- Size: 7.03 MB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 12
Topics
Metadata Files
README.md
envalysis
Miscellaneous Functions for Environmental Analyses
envalysis is an R package containing miscellaneous functions for data
analysis in environmental chemistry and ecotoxicology. Provides, for example,
calibration() to calculate calibration curves and corresponding limits of
detection (LODs) and limits of quantification (LOQs) according to German DIN
32645 (2008). texture() makes it easy to estimate soil particle size
distributions from hydrometer measurements (ASTM D422-63, 2007). Some functions
of the package require ggplot2 or drc.
Functions
The following functions are available:
Data manipulation and analysis
- Calculating limits of detection
lod()and limits of quantificationloq()as part of the'calibration'class to produce linear calibration curves in accordance with German DIN 32645 (2008); see vignette for details - Calculating concentrations from calibration curves using
inv_predict() - Finding optimum weights for weighted calibrations using
weight_select() - Estimating matrix effects (signal suppression/enhancement) with
matrix_effect() - Determining particle size distributions and soil texture classes (DIN/USDA)
measured with a soil hydrometer in accordance with ASTM D422-63 (2007) using
texture(); see vignette for details - Confidence intervals
CI(), standard errorsse(), and root mean square errorsrmse() - Various sorption isotherms
sorption()
Data presentation
- Categorize water drop penetration times according to Bisdom et al. (1993)
with
bisdom() - Report significant figures, namely round means and errors to the least
significant digit, using
signifig() - Clean, black-and-white ggplot2 theme for scientific publications
theme_publish(); a preview is available here
Installation
envalysis is available on CRAN and GitHub.
Install from CRAN (stable version)
You can install the released version of envalysis from CRAN with:
r
install.packages("envalysis")
Install from GitHub (development version)
To install the development version of this package, paste the following code into your R console (requires devtools):
r
if(!require(devtools)) install.packages("devtools")
devtools::install_github("zsteinmetz/envalysis")
Owner
- Name: Zacharias Steinmetz
- Login: zsteinmetz
- Kind: user
- Location: Germany
- Company: RPTU Kaiserslautern-Landau, iES Landau
- Website: https://zsteinmetz.de
- Repositories: 12
- Profile: https://github.com/zsteinmetz
Environmental Scientist fascinated with R, data analysis, and open science. Investigating the fate of plastics and organic pollutants in agroecosystems.
GitHub Events
Total
- Push event: 2
- Fork event: 1
Last Year
- Push event: 2
- Fork event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Zacharias Steinmetz | s****z@p****e | 121 |
| Zacharias Steinmetz | s****z@u****e | 78 |
| Zacharias Steinmetz | g****t@z****e | 60 |
| unknown | g****t@R****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 2 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- thomasp85 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 388 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 12
- Total maintainers: 1
proxy.golang.org: github.com/zsteinmetz/envalysis
- Documentation: https://pkg.go.dev/github.com/zsteinmetz/envalysis#section-documentation
- License: gpl-3.0
-
Latest release: v0.3.0
published about 8 years ago
Rankings
cran.r-project.org: envalysis
Miscellaneous Functions for Environmental Analyses
- Homepage: https://github.com/zsteinmetz/envalysis
- Documentation: http://cran.r-project.org/web/packages/envalysis/envalysis.pdf
- License: GPL (≥ 3)
-
Latest release: 0.7.0
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0.0 depends
- drc * imports
- ggplot2 * imports
- lmtest * imports
- MASS * suggests
- data.table * suggests
- knitr * suggests
- rmarkdown * suggests
- soiltexture * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
- r-lib/actions/setup-r-dependencies v1 composite
- 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
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite