Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit f2bf2da

Browse files
committed
Merge branch 'devel'
2 parents 1fce961 + bb8abfb commit f2bf2da

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

DESCRIPTION

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
Package: bomrang
22
Type: Package
33
Title: Fetch Australian Government Bureau of Meteorology Data
4-
Version: 0.0.2
4+
Version: 0.0.2-1
55
Authors@R: c(person("Adam", "Sparks", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Hugh", "Parsonage", role = "aut",
88
email = "[email protected]"),
99
person("Keith", "Pembleton", role = "aut",
1010
email = "[email protected]"))
11-
Description: Fetches Australian Government Bureau of Meteorology weather data
12-
files and returns a tidy data frame.
11+
Description: Provides functions to interface with Australian Government Bureau
12+
of Meteorology (BOM) data, fetching data and returning a tidy data frame of
13+
précis forecasts, current weather data from stations or ag information
14+
bulletins.
1315
URL: https://github.com/ToowoombaTrio/bomrang
1416
BugReports: https://github.com/ToowoombaTrio/bomrang/issues
1517
License: MIT + file LICENSE

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output: github_document
1414
[![Licence](https://img.shields.io/github/license/mashape/apistatus.svg)](http://choosealicense.com/licenses/mit/)
1515
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.583806.svg)](https://doi.org/10.5281/zenodo.583806)
1616

17-
Fetches Australian Government Bureau of Meteorology data and returns a tidy data frame.
17+
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.
1818

1919
Credit for the name, _bomrang_, goes to [Di Cook](http://dicook.github.io), who
2020
suggested it attending the rOpenSci AUUnconf in Brisbane, 2016, when seeing the

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Travis-CI Build Status](https://travis-ci.org/ToowoombaTrio/bomrang.svg?branch=master)](https://travis-ci.org/ToowoombaTrio/bomrang) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ToowoombaTrio/bomrang?branch=master&svg=true)](https://ci.appveyor.com/project/ToowoombaTrio/bomrang) [![Coverage Status](https://img.shields.io/codecov/c/github/ToowoombaTrio/bomrang/master.svg)](https://codecov.io/github/ToowoombaTrio/bomrang?branch=master) [![Last-changedate](https://img.shields.io/badge/last%20change-2017--05--29-brightgreen.svg)](https://github.com/toowoombatrio/bomrang/commits/master) [![minimal R version](https://img.shields.io/badge/R%3E%3D-3.4.0-brightgreen.svg)](https://cran.r-project.org/) [![Licence](https://img.shields.io/github/license/mashape/apistatus.svg)](http://choosealicense.com/licenses/mit/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.583806.svg)](https://doi.org/10.5281/zenodo.583806)
77

8-
Fetches Australian Government Bureau of Meteorology data and returns a tidy data frame.
8+
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.
99

1010
Credit for the name, *bomrang*, goes to [Di Cook](http://dicook.github.io), who suggested it attending the rOpenSci AUUnconf in Brisbane, 2016, when seeing the [vignette](https://github.com/saundersk1/auunconf16/blob/master/Vignette_BoM.pdf) that we had assembled during the Unconf.
1111

docs/articles/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)