Skip to content

Commit

Permalink
Import function from tibble and release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 27, 2017
1 parent 69c314b commit bc52598
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nycflights13
Title: Flights that Departed NYC in 2013
Version: 0.2.1.9000
Version: 0.2.2
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("RStudio", role = "cph")
Expand All @@ -17,4 +17,4 @@ Suggests:
dplyr
URL: http://github.com/hadley/nycflights13
BugReports: https://github.com/hadley/nycflights13/issues
RoxygenNote: 5.0.1
RoxygenNote: 5.0.1.9000
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by roxygen2: do not edit by hand

importFrom(tibble,tibble)
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# nycflights13 0.2.1.9000
# nycflights13 0.2.2

* Import function from tibble to suppress R CMD check NOTE.

# nycflights13 0.2.1

Expand Down
4 changes: 4 additions & 0 deletions R/flights.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
#' Along with \code{origin}, can be used to join flights data to weather data.}
#' }
"flights"


#' @importFrom tibble tibble
NULL
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This is a minor update to fix the NOTE I accidentally introduced in the last release.

---

## Test environments
* local OS X install, R 3.3.2
* ubuntu 12.04 (on travis-ci), R 3.3.2
Expand Down
1 change: 0 additions & 1 deletion man/airlines.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/airports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/flights.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/planes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/weather.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc52598

Please sign in to comment.