Skip to content

Commit

Permalink
Used lowercase for the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyunjoo committed Apr 17, 2024
1 parent 726b28a commit 46a8742
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/create_pargasite_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##' States
##'
##' A function to create a raster-based pollutant concentration input for
##' PARGASITE's shiny application. It downloads pollutant data via the
##' pargasite's shiny application. It downloads pollutant data via the
##' Environmental Protection Agency's (EPA) Air Quality System (AQS) API
##' service, filters the data by exceptional event (e.g., wildfire) status, and
##' performs the inverse distance weighted (IDW) interpolation to estimate
Expand Down
2 changes: 1 addition & 1 deletion R/run_pargasite.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##' Run PARGASITE application
##' Run pargasite application
##'
##' Launch a Shiny application to visualize pollutant levels of the conterminous
##' US. The system's default web browser will be launched automatically after
Expand Down
12 changes: 5 additions & 7 deletions data-raw/web_hosting/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,14 @@ ui <- fluidPage(
"About",
br(),
h3("PARGASITE", style = "font-weight: bold"),
p("Pollution-Associated Risk Geospatial Analysis Site (PARGASITE) is",
"an R package that offers tools to estimate and visualize levels of",
p("The pargasite package offers tools to estimate and visualize levels of",
"major pollutant levels (CO, NO2, SO2, Ozone, PM2.5 and PM10)",
"across the conterminous United States for user-defined time ranges.",
"It helps users to automatically retrieves pollutant data from the",
"It provides functions to retrieve pollutant data from the",
"Environmental Protection Agency's (EPA) Air Quality System (AQS)",
"API service. PARGASITE filters the data by exceptional event",
"(e.g., wildfire) status, performs spatial interpolations, and",
"summarizes pollutant concentrations by geographic boundaries",
"including state, county, and Core-Based Statistical Area (CBSA)."),
"API service for interactive visualization through a Shiny application,",
"allowing users to explore pollutant levels for a given location over",
"time relative to the National Ambient Air Quality Standards (NAAQA)."),
p("We have no affiliation with the EPA."),
br(),
h4("Contributors", style = "font-weight: bold"),
Expand Down
2 changes: 1 addition & 1 deletion man/create_pargasite_data.Rd

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

2 changes: 1 addition & 1 deletion man/run_pargasite.Rd

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

0 comments on commit 46a8742

Please sign in to comment.