Skip to content

USEPA/TADAShinyJoinToAU

Repository files navigation

TADAShinyJoinToAU

1. Overview

The overall goal of the TADAShinyJoinToAU shiny app is to provide a second module to the TADAShiny shiny app where users can join monitoring locations from a WQX database to their respective assessment units (AUs) and uses.

2. Installation

First install the most recent version of the EPATADA R Package from GitHub. Then, install and run the TADAShinyJoinToAU application:

if(!"remotes"%in%installed.packages())
  {install.packages("remotes")}
library(remotes)

remotes::install_github("USEPA/EPATADA", ref = "develop", dependencies = TRUE, force = TRUE)
library(EPATADA)

remotes::install_github("USEPA/TADAShinyJoinToAU", ref = "main", dependencies = TRUE, force = TRUE)
library(TADAShinyJoinToAU)

run_app()

3. Running the Web Version

Public Link: https://rconnect-public.epa.gov/TADAShinyJoinToAU/

EPA Staging Link: https://rstudio-connect.dmap-stage.aws.epa.gov/content/a2c7b06d-a095-4bb0-8bbe-084038ac8a0b

4. Open-Source Code Policy

Effective August 8, 2016, the OMB Mandate: M-16-21; Federal Source Code Policy: Achieving Efficiency, Transparency, and Innovation through Reusable and Open Source Software applies to new custom-developed code created or procured by EPA consistent with the scope and applicability requirements of Office of Management and Budget's (OMB's) Federal Source Code Policy. In general, it states that all new custom-developed code by Federal Agencies should be made available and reusable as open-source code.

The EPA specific implementation of OMB Mandate M-16-21 is addressed in the System Life Cycle Management Procedure. EPA has chosen to use GitHub as its version control system as well as its inventory of open-source code projects. EPA uses GitHub to inventory its custom-developed, open-source code and generate the necessary metadata file that is then posted to code.gov for broad reuse in compliance with OMB Mandate M-16-21.

If you have any questions or want to read more, check out the EPA Open Source Project Repo and EPA's Interim Open Source Code Guidance.

5. Contributing

We encourage stakeholders to test the functionality and provide feedback. Moreover, open source software provides an avenue for water quality data originators and users to develop and share code, and we welcome your contributions! We hope to build a collaborative community dedicated to this effort where TADA users and contributors can discover, share and build the functionality over time.

6. License

All contributions to this project will be released under the CCO-1.0 license file dedication. By submitting a pull request or issue, you are agreeing to comply with this waiver of copyright interest.

7. Disclaimer

This United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.

8. Contact

If you have any questions, please reach out to the TADA Team at mywaterway@epa.gov.

Releases

No releases published

Packages

 
 
 

Contributors