From 46a87420fe5917697dbe94bd9b05e2bc21acd26a Mon Sep 17 00:00:00 2001 From: Jaehyun Joo Date: Wed, 17 Apr 2024 10:56:20 -0400 Subject: [PATCH] Used lowercase for the package name --- R/create_pargasite_data.R | 2 +- R/run_pargasite.R | 2 +- data-raw/web_hosting/ui.R | 12 +++++------- man/create_pargasite_data.Rd | 2 +- man/run_pargasite.Rd | 2 +- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/R/create_pargasite_data.R b/R/create_pargasite_data.R index 7fa1396..9318cf4 100644 --- a/R/create_pargasite_data.R +++ b/R/create_pargasite_data.R @@ -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 diff --git a/R/run_pargasite.R b/R/run_pargasite.R index b5c5458..12415bc 100644 --- a/R/run_pargasite.R +++ b/R/run_pargasite.R @@ -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 diff --git a/data-raw/web_hosting/ui.R b/data-raw/web_hosting/ui.R index 69ab50a..68bc25c 100644 --- a/data-raw/web_hosting/ui.R +++ b/data-raw/web_hosting/ui.R @@ -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"), diff --git a/man/create_pargasite_data.Rd b/man/create_pargasite_data.Rd index 2384110..d672607 100644 --- a/man/create_pargasite_data.Rd +++ b/man/create_pargasite_data.Rd @@ -66,7 +66,7 @@ CONUS. } \description{ 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 diff --git a/man/run_pargasite.Rd b/man/run_pargasite.Rd index f324b36..e42277e 100644 --- a/man/run_pargasite.Rd +++ b/man/run_pargasite.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/run_pargasite.R \name{run_pargasite} \alias{run_pargasite} -\title{Run PARGASITE application} +\title{Run pargasite application} \usage{ run_pargasite(x) }