Package: bomrang
Type: Package
Title: Australian Government Bureau of Meteorology (BOM) Data from R
Version: 0.4.0
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"),
    email = "adamhsparks@gmail.com",
    comment = c(ORCID = "0000-0002-0061-8359")),
    person("Jonathan", "Carroll", 
    email = "rpkg@jcarroll.com.au", role = "aut", 
    comment = c(ORCID = "0000-0002-1404-5264")),
    person("Dean", "Marchiori",
    email = "deanmarchiori@gmail.com", role = "aut"),
    person("Mark", "Padgham", role = c("aut", "rev"),
    email = "mark.padgham@email.com",
    comment = c(ORCID = "0000-0003-2172-5265")),
    person("Hugh", "Parsonage", role = "aut",
    email = "hugh.parsonage@gmail.com",
    comment = c(ORCID = "0000-0003-4055-0835")),
    person("Keith", "Pembleton", role = "aut",
    email = "keith.pembleton@usq.edu.au",
    comment = c(ORCID = "0000-0002-1896-4516")),
    person("James", "Balamuta", role = "ctb",
    email = "balamut2@illinois.edu",
    comment = c(ORCID = "0000-0003-2826-8458")),
    person("Brooke", "Anderson", role = "rev",
    email = "brooke.anderson@colostate.edu",
    comment = c(ORCID = "0000-0002-5012-9035")))
Description: Provides functions to interface with Australian Government Bureau
    of Meteorology (BOM) data, fetching data and returning a tidy data frame of
    précis forecasts, historical and current weather data from stations,
    agriculture bulletin data, BOM 0900 or 1500 weather bulletins and
    downloading and importing radar and satellite imagery files. Data (c)
    Australian Government Bureau of Meteorology Creative Commons (CC)
    Attribution 3.0 licence or Public Access Licence (PAL) as appropriate. See
    <http://www.bom.gov.au/other/copyright.shtml> for further details.
URL: https://github.com/ropensci/bomrang,
        https://ropensci.github.io/bomrang/
BugReports: https://github.com/ropensci/bomrang/issues
License: MIT + file LICENSE
Depends: R (>= 3.2.0)
Imports: curl (>= 2.8.1), data.table (>= 1.10.4), dplyr (>= 0.7.0),
        foreign, httr (>= 1.2.1), hoardr, janitor (>= 1.0.0), jsonlite
        (>= 1.5), lubridate, magrittr (>= 1.5), raster, rgdal, readr
        (>= 1.1.1), rvest, tidyr (>= 0.6.3), utils, xml2 (>= 1.1.1)
Encoding: UTF-8
LazyData: true
Suggests: ASGS.foyer, covr, testthat, knitr, rmarkdown, ggplot2,
        ggthemes, grid, gridExtra, maps, mapproj, rappdirs, roxygen2
        (>= 6.1.0)
RoxygenNote: 6.1.0
NeedsCompilation: no
ByteCompile: TRUE
VignetteBuilder: knitr
X-schema.org-applicationCategory: Tools
X-schema.org-keywords: bom, meteorological-data, weather-forecast,
        australia, weather, weather-data, meteorology,
        australia-bureau-of-meteorology
X-schema.org-isPartOf: https://ropensci.org
Packaged: 2018-09-12 08:23:19 UTC; adamsparks
Author: Adam Sparks [aut, cre] (<https://orcid.org/0000-0002-0061-8359>),
  Jonathan Carroll [aut] (<https://orcid.org/0000-0002-1404-5264>),
  Dean Marchiori [aut],
  Mark Padgham [aut, rev] (<https://orcid.org/0000-0003-2172-5265>),
  Hugh Parsonage [aut] (<https://orcid.org/0000-0003-4055-0835>),
  Keith Pembleton [aut] (<https://orcid.org/0000-0002-1896-4516>),
  James Balamuta [ctb] (<https://orcid.org/0000-0003-2826-8458>),
  Brooke Anderson [rev] (<https://orcid.org/0000-0002-5012-9035>)
Maintainer: Adam Sparks <adamhsparks@gmail.com>
Repository: CRAN
Date/Publication: 2018-09-12 08:40:03 UTC
