Skip to content

Commit

Permalink
repo and Rproj rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatiotemporal-Exposures-and-Toxicology committed Feb 2, 2024
1 parent 60923d3 commit 276f9ef
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 18 deletions.
File renamed without changes.
18 changes: 9 additions & 9 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@ knitr::opts_chunk$set(
)
```

# GeoToxPackage
# GeoTox

<!-- badges: start -->

[![test-coverage](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/test-coverage.yaml)
[![codecov](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/graph/badge.svg?token=I1L9BZJ58Y)](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage)
[![R-CMD-check](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/check-release.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/GeoToxPackage)](https://CRAN.R-project.org/package=GeoToxPackage)
[![test-coverage](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/test-coverage.yaml)
[![codecov](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoTox/graph/badge.svg?token=I1L9BZJ58Y)](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoTox)
[![R-CMD-check](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/check-release.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/GeoTox)](https://CRAN.R-project.org/package=GeoTox)

<!-- badges: end -->

The GeoToxPackage can <x y z plus other stuff>, as introduced in [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.](https://pubmed.ncbi.nlm.nih.gov/36152849/)
The GeoTox can <x y z plus other stuff>, as introduced in [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.](https://pubmed.ncbi.nlm.nih.gov/36152849/)

## Installation

You can install the development version of GeoToxPackage from [GitHub](https://github.com/) with:
You can install the development version of GeoTox from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage")
devtools::install_github("Spatiotemporal-Exposures-and-Toxicology/GeoTox")
```

## Example

```{r example}
library(GeoToxPackage)
library(GeoTox)
library(dplyr, warn.conflicts = FALSE)
```

Expand Down
553 changes: 553 additions & 0 deletions README.html

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

<!-- badges: start -->

[![test-coverage](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/test-coverage.yaml)
[![codecov](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/graph/badge.svg?token=I1L9BZJ58Y)](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage)
[![R-CMD-check](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/actions/workflows/check-release.yaml)
[![test-coverage](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/test-coverage.yaml)
[![codecov](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoTox/graph/badge.svg?token=I1L9BZJ58Y)](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoTox)
[![R-CMD-check](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/check-release.yaml/badge.svg)](https://github.com/Spatiotemporal-Exposures-and-Toxicology/GeoTox/actions/workflows/check-release.yaml)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/GeoToxPackage)](https://CRAN.R-project.org/package=GeoToxPackage)
status](https://www.r-pkg.org/badges/version/GeoTox)](https://CRAN.R-project.org/package=GeoTox)

<!-- badges: end -->

![](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage/graphs/icicle.svg?token=I1L9BZJ58Y)
![](https://codecov.io/github/Spatiotemporal-Exposures-and-Toxicology/GeoTox/graphs/icicle.svg?token=I1L9BZJ58Y)

The GeoToxPackage can <x y z plus other stuff>, as introduced in [Eccles
GeoTox can <x y z plus other stuff>, as introduced in [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
Expand All @@ -27,18 +27,18 @@ PMCID: PMC9979101.](https://pubmed.ncbi.nlm.nih.gov/36152849/)

## Installation

You can install the development version of GeoToxPackage from
You can install the development version of GeoTox from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Spatiotemporal-Exposures-and-Toxicology/GeoToxPackage")
devtools::install_github("Spatiotemporal-Exposures-and-Toxicology/GeoTox")
```

## Example

``` r
library(GeoToxPackage)
library(GeoTox)
library(dplyr, warn.conflicts = FALSE)
```

Expand Down Expand Up @@ -180,3 +180,4 @@ concentration_response
#> 9 7.009742e-05 7.009701e-05 6.962928e-06 6.962838e-06
#> 10 7.310190e-05 7.310279e-05 6.848001e-06 6.847910e-06
```

0 comments on commit 276f9ef

Please sign in to comment.