Skip to content

Commit

Permalink
fixes #303
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Apr 28, 2023
1 parent 0679263 commit aeaa7d2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Suggests:
sp,
tools
License: CC0
URL: https://github.com/USGS-R/sbtools
BugReports: https://github.com/USGS-R/sbtools/issues
URL: https://github.com/DOI-USGS/sbtools
BugReports: https://github.com/DOI-USGS/sbtools/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
2 changes: 1 addition & 1 deletion R/sbtools-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#'
#' @section Feedback:
#'
#' Report any feedback or bugs at \url{https://github.com/USGS-R/sbtools/issues}
#' Report any feedback or bugs at \url{https://github.com/DOI-USGS/sbtools/issues}
#'
#' @name sbtools-package
#' @aliases sbtools
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Package source code DOI: https://doi.org/10.5066/P912NGFV

|Linux|Test Coverage|
|----------|------------|
| ![R-CMD-check](https://github.com/usgs-r/sbtools/workflows/R-CMD-check/badge.svg) |[![codecov.io](https://codecov.io/github/USGS-R/sbtools/coverage.svg?branch=master)](https://codecov.io/github/USGS-R/sbtools?branch=master)|
| ![R-CMD-check](https://github.com/doi-usgs/sbtools/workflows/R-CMD-check/badge.svg) |[![codecov.io](https://codecov.io/github/DOI-USGS/sbtools/coverage.svg?branch=master)](https://codecov.io/github/DOI-USGS/sbtools?branch=master)|

### Current CRAN information

Expand All @@ -52,14 +52,14 @@ install.packages("sbtools")
To get cutting-edge changes, install from GitHub using the `devtools` packages:

```r
remotes::install_github("USGS-R/sbtools")
remotes::install_github("DOI-USGS/sbtools")
```

## Reporting bugs

Please consider reporting bugs and asking questions on the Issues page:

[https://github.com/USGS-R/sbtools/issues](https://github.com/USGS-R/sbtools/issues)
[https://github.com/DOI-USGS/sbtools/issues](https://github.com/DOI-USGS/sbtools/issues)


Follow `@USGS_R` on Twitter for updates on USGS R packages:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Package source code DOI: <https://doi.org/10.5066/P912NGFV>

| Linux | Test Coverage |
|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| ![R-CMD-check](https://github.com/usgs-r/sbtools/workflows/R-CMD-check/badge.svg) | [![codecov.io](https://codecov.io/github/USGS-R/sbtools/coverage.svg?branch=master)](https://codecov.io/github/USGS-R/sbtools?branch=master) |
| ![R-CMD-check](https://github.com/doi-usgs/sbtools/workflows/R-CMD-check/badge.svg) | [![codecov.io](https://codecov.io/github/DOI-USGS/sbtools/coverage.svg?branch=master)](https://codecov.io/github/DOI-USGS/sbtools?branch=master) |

### Current CRAN information

Expand All @@ -45,14 +45,14 @@ To get cutting-edge changes, install from GitHub using the `devtools`
packages:

``` r
remotes::install_github("USGS-R/sbtools")
remotes::install_github("DOI-USGS/sbtools")
```

## Reporting bugs

Please consider reporting bugs and asking questions on the Issues page:

<https://github.com/USGS-R/sbtools/issues>
<https://github.com/DOI-USGS/sbtools/issues>

Follow `@USGS_R` on Twitter for updates on USGS R packages:

Expand Down
2 changes: 1 addition & 1 deletion man/sbtools-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manuscript/winslow.bib
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ @manual{sbtools
title = {sbtools: USGS ScienceBase Tools},
author = {Luke Winslow and Scott Chamberlain and Alison Appling and Jordan Read},
note = {R package version 1.0.0},
url = {https://github.com/USGS-R/sbtools},
url = {https://github.com/DOI-USGS/sbtools},
}

@article{figshare,
Expand Down

0 comments on commit aeaa7d2

Please sign in to comment.