NIEHS / GeoTox

Open-source software for connecting spatiotemporal exposure to individual and population-level risk
https://niehs.github.io/GeoTox/
Other
3 stars 0 forks source link

GeoTox

R-CMD-check cov Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public. CRAN
status

Eccles KM, Karmaus AL, Kleinstreuer NC, Parham F, Rider CV, Wambaugh JF, Messier KP. A geospatial modeling approach to quantifying the risk of exposure to environmental chemical mixtures via a common molecular target. Sci Total Environ. 2023 Jan 10;855:158905. doi: 10.1016/j.scitotenv.2022.158905. Epub 2022 Sep 21. PMID: 36152849; PMCID: PMC9979101.

Installation

You can install the development version of GeoTox from GitHub with:

# Without vignettes
if (!require("pak", quietly = TRUE)) {
  install.packages("pak")
}
pak::pkg_install("NIEHS/GeoTox")

# With vignettes
if (!require("remotes", quietly = TRUE)) {
  install.packages("remotes")
}
remotes::install_github("NIEHS/GeoTox",
                        dependencies = TRUE,
                        build_vignettes = TRUE)