Skip to content

Commit

Permalink
minor change in error output
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Apr 1, 2024
1 parent cac3265 commit d7a71b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MD5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bfa24dfc7e0f2f217163fa917e8d2392 *cran-comments.Rmd
1dc95961c4c280f8645a65d15662725f *dev/contributing.md
4fc13def6ec5d889261f1f22a13ba542 *dev/contributing.Rmd
74e297a0dc0b508ed18e3821264958d0 *dev/countlinesofcode.R
6ff6ae2460202c94a0dab25c4cc178de *dev/install_RAQSAPI.R
f6d9a7f697a65fba336f96fa8db1e24b *dev/install_RAQSAPI.R
3c41777493d242206848842b6ba74fde *inst/CITATION
3df907b50c4f00bc26ee6d988e0c849f *inst/codecov.yml
dd65d70b425fb86f7c8b6d8841a837d8 *inst/schemaorg.json
Expand Down Expand Up @@ -119,7 +119,7 @@ bf2f1ad432ecccee3400afe533404113 *man/figures/lifecycle-superseded.svg
792c28b91a2c0b5e0b060a2f18a20464 *man/RAQSAPI.Rd
797940f405cb85557ee355e7eae5894d *NAMESPACE
904839971aff979c1716322c7d8bcdff *NEWS.md
f2b0589a8087331e39aaa983561329aa *R/AQSAPI_helperfunctions.R
f031417051ac3339f2600928ed3b9a29 *R/AQSAPI_helperfunctions.R
a3558975d0256839b174ab7868833075 *R/bybox.R
bd8b36cc7325d4fc8b8ed894f0046678 *R/bycbsa.R
253ea551f88c65c1c49feff3cb33f552 *R/bycounty.R
Expand All @@ -133,7 +133,7 @@ d82b1ff8ee144afca1879e5b8dc58840 *R/byma.R
e6e3b87e48f4403642382987b0f40714 *R/setupfunctions.R
6e659bb3bbf313dc819d4c029f0b22d0 *R/zzz.R
a69de5455537022556f014579766be59 *RAQSAPI.Rproj
5680d12ac8564134755c8f3889d17dd8 *README.md
b11756666f31f1f757cc2303dce419a5 *README.md
b2370e0e3f63a29557cd8f74746d74f6 *README.Rmd
7ed08f3fb96a77ec01c95c2ad7964250 *revdep/data.sqlite
34952a5944548ea4fc132a9899f8e6ab *revdep/email.yml
Expand Down
2 changes: 1 addition & 1 deletion R/AQSAPI_helperfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ RAQSAPI_error_msg <- function(AQSresponse)
#debug
msg <- glue("At server request time: {AQSresponse$headers$Date}
RAQSAPI experienced an error while processing the following url:
{str_replace_all(AQSresponse$url, pattern='(.)', '\\1_')}\n #debug {AQSresponse$url}
{str_replace_all(AQSresponse$url, pattern='(.)', '\\1_')}\n
with status_code: {AQSresponse$status_code}
and status message: {AQSresponse$status}
Server error message: {AQSerr$Header[[1]]$error}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ status](https://www.r-pkg.org/badges/version/RAQSAPI)](https://CRAN.R-project.or
downloads](https://cranlogs.r-pkg.org/badges/RAQSAPI)](https://cran.r-project.org/package=RAQSAPI)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![license](https://img.shields.io/badge/license-CC0-lightgrey.svg)](https://choosealicense.com/)
[![Last-changedate](https://img.shields.io/badge/last%20change-%202024--02--22-yellowgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-%202024--04--01-yellowgreen.svg)](/commits/master)
<!-- badges: end -->

# EPA Disclaimer
Expand Down

0 comments on commit d7a71b6

Please sign in to comment.