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

Commit 8bfd172

Browse files
committed
Merge branch 'devel'
2 parents 731af73 + 7f5f90d commit 8bfd172

File tree

6 files changed

+124
-130
lines changed

6 files changed

+124
-130
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
README
2-
================
3-
41
*bomrang*: Fetch Australian Government Bureau of Meteorology (BoM) Data
5-
=======================================================================
2+
================
63

7-
[![Travis-CI Build Status](https://travis-ci.org/ropensci/bomrang.svg?branch=master)](https://travis-ci.org/ropensci/bomrang) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/bomrang?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/bomrang) [![codecov](https://codecov.io/gh/ropensci/bomrang/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/bomrang) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.598301.svg)](https://doi.org/10.5281/zenodo.598301) [![](https://badges.ropensci.org/121_status.svg)](https://github.com/ropensci/onboarding/issues/121)
4+
[![Travis-CI Build Status](https://travis-ci.org/ropensci/bomrang.svg?branch=master)](https://travis-ci.org/ropensci/bomrang) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/bomrang?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/bomrang) [![codecov](https://codecov.io/gh/ropensci/bomrang/branch/master/graph/badge.svg)](https://codecov.io/gh/ropensci/bomrang) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.598301.svg)](https://doi.org/10.5281/zenodo.598301)
5+
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/bomrang)](https://cran.r-project.org/package=bomrang)
6+
[![](https://badges.ropensci.org/121_status.svg)](https://github.com/ropensci/onboarding/issues/121)
87
[![status](http://joss.theoj.org/papers/350bf005bded599e4b0f3ac2acf138e8/status.svg)](http://joss.theoj.org/papers/350bf005bded599e4b0f3ac2acf138e8)
98

109
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, ag information bulletins or a `raster::stack()` object of satellite imagery from GeoTIFF files.
1110

12-
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.
11+
Credit for the name, *bomrang*, goes to [Di Cook](http://dicook.github.io), who suggested it while attending the rOpenSci AUUnconf in Brisbane, 2016, upon seeing the [vignette](https://github.com/saundersk1/auunconf16/blob/master/Vignette_BoM.pdf) that we had assembled during the Unconf.
1312

1413
Quick Start
1514
-----------

codemeta.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"identifier": "bomrang",
88
"description": "Provides functions to interface with Australian Government Bureau\n of Meteorology (BoM) data, fetching data and returning a tidy data frame of\n précis forecasts, current weather data from stations, agriculture\n bulletin data, BoM 0900 or 1500 weather bulletins or a raster stack object\n of satellite imagery from GeoTIFF files. Data (c) Australian Government\n Bureau of Meteorology Creative Commons (CC) Attribution 3.0 licence or\n Public Access Licence (PAL) as appropriate. See\n <http://www.bom.gov.au/other/copyright.shtml> for further details.",
99
"name": "bomrang: Fetch Australian Government Bureau of Meteorology Data",
10-
"codeRepository": "https://github.com/ropensci/bomrang",
10+
"codeRepository": "https://github.com/ropensci/BOMRang.git",
1111
"issueTracker": "https://github.com/ropensci/bomrang/issues",
1212
"license": "https://spdx.org/licenses/MIT",
1313
"version": "0.0.8",
@@ -373,9 +373,9 @@
373373
}
374374
],
375375
"contIntegration": "https://travis-ci.org/ropensci/bomrang",
376-
"releaseNotes": "https://github.com/ropensci/bomrang/blob/devel/NEWS.md",
377-
"readme": "https://github.com/ropensci/bomrang/blob/devel/README.md",
378-
"fileSize": "774.669KB",
376+
"releaseNotes": "https://github.com/ropensci/BOMRang.git/blob/devel/NEWS.md",
377+
"readme": "https://github.com/ropensci/BOMRang.git/blob/devel/README.md",
378+
"fileSize": "775.263KB",
379379
"citation": [
380380
{
381381
"@type": "ScholarlyArticle",

cran-comments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
0 errors | 0 warnings | 1 note
1111

12-
* This is a new minor release that with bug fixes, updates and corrections to
13-
the vignettes and corrections in the DESCRIPTION file
12+
* This is a new minor release that fixes bugs, provides updates and corrects the
13+
the vignettes and fixes typos in the DESCRIPTION file
1414

1515
## Reverse dependencies
1616

docs/articles/bomrang.html

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

0 commit comments

Comments
 (0)