Skip to content

Commit

Permalink
adjust redirecting URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 10, 2025
1 parent d5e9b35 commit 45d950e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ library(emo)

# anyflights <a href='https://anyflights.netlify.app/'><img src='https://raw.githubusercontent.com/simonpcouch/anyflights/main/figs/logo.png' align="right" height="300" /></a>

[![CRAN status](https://www.r-pkg.org/badges/version/anyflights)](https://cran.r-project.org/package=anyflights) [![R-CMD-check](https://github.com/simonpcouch/anyflights/workflows/R-CMD-check/badge.svg)](https://github.com/simonpcouch/anyflights/actions) [![Codecov test coverage](https://codecov.io/gh/simonpcouch/anyflights/branch/main/graph/badge.svg)](https://codecov.io/gh/simonpcouch/anyflights?branch=main) [![Netlify Status](https://api.netlify.com/api/v1/badges/da4987b7-5dce-4f76-bd5d-a40b0eaeca5a/deploy-status)](https://anyflights.netlify.app/)
[![CRAN status](https://www.r-pkg.org/badges/version/anyflights)](https://cran.r-project.org/package=anyflights) [![R-CMD-check](https://github.com/simonpcouch/anyflights/workflows/R-CMD-check/badge.svg)](https://github.com/simonpcouch/anyflights/actions) [![Codecov test coverage](https://codecov.io/gh/simonpcouch/anyflights/branch/main/graph/badge.svg)](https://app.codecov.io/gh/simonpcouch/anyflights?branch=main) [![Netlify Status](https://api.netlify.com/api/v1/badges/da4987b7-5dce-4f76-bd5d-a40b0eaeca5a/deploy-status)](https://anyflights.netlify.app/)

The `anyflights` package supplies a set of functions to generate air travel data (and data packages!) similar to [`nycflights13`](https://github.com/hadley/nycflights13). With a user-defined year and airport, the `anyflights` function will grab data on:
The `anyflights` package supplies a set of functions to generate air travel data (and data packages!) similar to [`nycflights13`](https://github.com/tidyverse/nycflights13). With a user-defined year and airport, the `anyflights` function will grab data on:

* `flights`: all flights that departed a given airport in a given year and month
* `weather`: hourly meterological data for a given airport in a given year and month
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
status](https://www.r-pkg.org/badges/version/anyflights)](https://cran.r-project.org/package=anyflights)
[![R-CMD-check](https://github.com/simonpcouch/anyflights/workflows/R-CMD-check/badge.svg)](https://github.com/simonpcouch/anyflights/actions)
[![Codecov test
coverage](https://codecov.io/gh/simonpcouch/anyflights/branch/main/graph/badge.svg)](https://codecov.io/gh/simonpcouch/anyflights?branch=main)
coverage](https://codecov.io/gh/simonpcouch/anyflights/branch/main/graph/badge.svg)](https://app.codecov.io/gh/simonpcouch/anyflights?branch=main)
[![Netlify
Status](https://api.netlify.com/api/v1/badges/da4987b7-5dce-4f76-bd5d-a40b0eaeca5a/deploy-status)](https://anyflights.netlify.app/)

The `anyflights` package supplies a set of functions to generate air
travel data (and data packages!) similar to
[`nycflights13`](https://github.com/hadley/nycflights13). With a
[`nycflights13`](https://github.com/tidyverse/nycflights13). With a
user-defined year and airport, the `anyflights` function will grab data
on:

Expand Down

0 comments on commit 45d950e

Please sign in to comment.