This repository was archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from ToowoombaTrio/devel
Use BOM station list data
- Loading branch information
Showing
59 changed files
with
2,064 additions
and
24,718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: bomrang | ||
Type: Package | ||
Title: Fetch Australian Government Bureau of Meteorology Data | ||
Version: 0.0.2-1 | ||
Version: 0.0.3 | ||
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Hugh", "Parsonage", role = "aut", | ||
|
@@ -10,8 +10,8 @@ Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"), | |
email = "[email protected]")) | ||
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, current weather data from stations or ag information | ||
bulletins. | ||
précis forecasts, current weather data from stations or agriculture | ||
bulletin data. | ||
URL: https://github.com/ToowoombaTrio/bomrang | ||
BugReports: https://github.com/ToowoombaTrio/bomrang/issues | ||
License: MIT + file LICENSE | ||
|
@@ -22,10 +22,13 @@ Imports: | |
data.table, | ||
dplyr, | ||
foreign, | ||
httr, | ||
magrittr, | ||
readr, | ||
rjson, | ||
tidyr, | ||
tools, | ||
utils, | ||
xml2 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.