Skip to content

Commit

Permalink
covery mydata to a tibble
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarslaw committed Mar 29, 2018
1 parent 2d90c94 commit f23ad6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Expand Up @@ -4,6 +4,7 @@
- make sure all strip colours are white for `openair` objects
- fix bug in `polarPlot` when `statistic = "cpf"` when using tibbles
- fix bug in `polarCluster` with exported data (date was not correctly merged to produce single date column)
- convert internal `mydata` to a 'tibble' for easier printing.

## openair 2.3-0

Expand Down
2 changes: 1 addition & 1 deletion R/mydata.R
Expand Up @@ -4,7 +4,7 @@
##' package. The dataset contains hourly measurements of air pollutant
##' concentrations, wind speed and wind direction collected at the Marylebone
##' (London) air quality monitoring supersite between 1st January 1998 and 23rd
##' June 2005.
##' June 2005. The data set is a tibble.
##'
##' \code{mydata} is supplied with the \code{openair} package as an example
##' dataset for use with documented examples.
Expand Down
Binary file modified data/mydata.rda
Binary file not shown.

0 comments on commit f23ad6a

Please sign in to comment.