Skip to content

Commit

Permalink
bump revision down (1.1.0) for CRAN release
Browse files Browse the repository at this point in the history
wording updates to NEWS, README
  • Loading branch information
jasdumas committed Aug 1, 2016
1 parent 67a115b commit 40c9cdb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ttbbeer
Type: Package
Title: US Beer Statistics from TTB
Version: 1.1.1
Version: 1.1.0
Authors@R: person("Jasmine", "Dumas", email = "jasmine.dumas@gmail.com", role = c("aut", "cre"))
Description: U.S. Department of the Treasury, Alcohol and Tobacco Tax and
Trade Bureau (TTB) collects data and reports on monthly beer
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# ttbbeer 1.1.1
# ttbbeer 1.1.0

* 2016-07-10: 8 additional datasets for historical tax rates have been added. bump major revision.

# ttbbeer 1.0.1

* 2016-07-10: updated documentation for the package.

# ttbbeer 1.0.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This package provides the **one** data set for materials used at U.S. breweries as listed in the [Beer Monthly Statistical Releases](https://www.ttb.gov/beer/beer-stats.shtml), and **eight** data sets for [historical tax rates](https://www.ttb.gov/tax_audit/94a01_4.shtml) of distilled spirits, wine, beer, champagne, and tobacco.

The motivation behind this package was to provide analytic-ready data sets as the original data for the `beermaterials` is in PDF format which can be difficult to read into R, given the small ecosystem of PDF parsing R packages such as: `tm`, and `tabulizer`. Other goals of this package are to provide more data sets to the R ecosystem for beer analytics from *open government data portals*.
The motivation behind this package was to provide analysis-ready data sets as the original data for the `beermaterials` is in PDF format which can be difficult to read into R, given the small ecosystem of PDF parsing R packages such as: `tm`, and `tabulizer`. Other goals of this package are to provide more data sets to the R ecosystem for beer analytics from *open government data portals*.

## How to install this package?

Expand All @@ -27,9 +27,9 @@ library(ttbbeer)

## How to use this package?

The components of the package are a data set called `beermaterials` which includes the materials used by U.S. breweries during beer production as reported on a monthly basis to the U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB) from 2006 to 2015. The other components of this package include eight data sets depicting the historical tax rate of distilled spirits, wine, beer, champagne, and tobacco.
The components of the package are a data set called `beermaterials` which includes the materials used by U.S. breweries during beer production as reported on a monthly basis to the U.S. Department of the Treasury, Alcohol and Tobacco Tax and Trade Bureau (TTB) from 2006 to 2015. The other components of this package include **eight data sets** depicting the historical tax rate of distilled spirits, wine, beer, champagne, and tobacco.

Several different types of data analysis projects can be conducted by using this data such as: Exploratory Data Analysis, and Time Series Analysis. The intended audience of this data is everyone but especially for those interested in open government data or beer analytics.
Several different types of data analysis projects can be conducted by using this data such as: **Exploratory Data Analysis**, and **Time Series Analysis**. The intended audience of this data is everyone but especially for those interested in open government data or beer analytics.

```r
data("beermaterials")
Expand All @@ -47,4 +47,4 @@ This project is released with a [Contributor Code of Conduct](https://github.com

## Contact

Author: Jasmine Dumas [@jasdumas](https://twitter.com/jasdumas) | [jasdumas.github.io](http://jasdumas.github.io/) | [Package Wiki](https://github.com/jasdumas/ttbbeer/wiki)
Package Author: Jasmine Dumas [@jasdumas](https://twitter.com/jasdumas) | [jasdumas.github.io](http://jasdumas.github.io/) | [Package Wiki](https://github.com/jasdumas/ttbbeer/wiki)
3 changes: 3 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# cran-comments.md

# ttbeer 1.1.0

## Test environments
* local Mac OS install, R 3.3.1
Expand All @@ -21,6 +22,8 @@ Additional Comments:

______

# ttbeer 1.0.0

## Test environments
* local Mac OS install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.1.2
Expand Down

0 comments on commit 40c9cdb

Please sign in to comment.