Package: wildviz
Type: Package
Title: Compiles and Visualizes Wildfire, Climate, and Air Quality Data
Version: 0.1.2
Date: 2021-08-21
Authors@R: 
    c(person(given = "Bradley",
             family = "Rafferty",
             role = c("aut", "cre"),
             email = "brjrafferty@gmail.com"),
      person(given = "Daniel",
             family = "Chung",
             role = "aut",
             email = "dshchung@gmail.com"))
Description: Fetches data from three disparate data sources and allows user to perform analyses on them. It offers two core components: 1. A robust data retrieval and preparation infrastructure for wildfire, climate, and air quality index data and 2. A simple, informative, and interactive visualizations of the aforementioned datasets for California counties from 2011 through 2015. The sources of data are: wildfire data from Kaggle <https://www.kaggle.com/rtatman/188-million-us-wildfires>, climate data from the National Oceanic and Atmospheric Administration  <https://www.ncdc.noaa.gov/cdo-web/token>, and air quality data from the Environmental Protection Agency <https://aqs.epa.gov/aqsweb/documents/data_api.html>. 
URL: https://github.com/bradraff/wildviz
BugReports: https://github.com/bradraff/wildviz/issues
License: GPL-2
LazyData: true
Imports: DBI, dplyr, httr, jsonlite, lubridate, purrr, rnoaa, RSQLite,
        shiny, tibble, tidyr, shinythemes, ggplot2, plotly, ggthemes
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Suggests: knitr, rmarkdown, markdown, testthat
VignetteBuilder: knitr
LazyDataCompression: xz
NeedsCompilation: no
Packaged: 2021-08-22 03:00:18 UTC; brjra
Author: Bradley Rafferty [aut, cre],
  Daniel Chung [aut]
Maintainer: Bradley Rafferty <brjrafferty@gmail.com>
Repository: CRAN
Date/Publication: 2021-08-23 07:50:02 UTC
Built: R 4.0.2; ; 2021-08-24 11:48:32 UTC; unix
