https://github.com/openintrostat/airports
📦 R package for data on airports 🛫
https://github.com/openintrostat/airports
data openintro rstats rstats-package
Last synced: 4 months ago
JSON representation
📦 R package for data on airports 🛫
- Host: GitHub
- URL: https://github.com/openintrostat/airports
- Owner: OpenIntroStat
- License: gpl-3.0
- Created: 2020-06-17T09:50:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T01:08:05.000Z (over 2 years ago)
- Last Synced: 2025-12-09T20:37:31.390Z (6 months ago)
- Topics: data, openintro, rstats, rstats-package
- Language: R
- Homepage: http://openintrostat.github.io/airports
- Size: 3.08 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://CRAN.R-project.org/package=airports)
[](https://github.com/OpenIntroStat/airports/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://cran.r-project.org/package=airports)
This package contains geographic, use, and property related data on airports.
## Installation
You can install the package from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("airports")
```
Additionally, you can install the development version of airports from GitHub with:
```r
#install.packages("devtools")
library(devtools)
install_github("OpenIntroStat/airports")
```
## Usage
The datasets from this package can be used in a teaching context for data visualization and data manipulation exercises.
## airports and openintro
The datasets from this package are used in [OpenIntro](https://www.openintro.org/) textbooks and other resources.
These datasets originally lived in the [**openintro**](http://openintrostat.github.io/openintro/) package, up until openintro 2.0.0.
The motivation for extracting these datasets out of the openintro package was to create a new package where we can continue to add more data on airports from all over the world.
For those looking for a seamless experience with OpenIntro resources, note that the contents of this package will be loaded along with the openintro package as well, so that you can run `library(openintro)` and use the datasets from airports.
## Questions, bugs, feature requests
You can file an issue to get help, report a bug, or make a feature request.
When filing an issue to get help or report a bug, please make a minimal **repr**oducible **ex**ample using the [reprex](https://reprex.tidyverse.org/) package.
If you haven't heard of or used reprex before, you're in for a treat!
See [here](https://www.tidyverse.org/help/) for additional reprex pointers.
Before opening a new issue, be sure to [search issues and pull requests](https://github.com/openintrostat/airports/issues) to make sure the bug hasn't been reported and/or already fixed in the development version.
By default, the search will be pre-populated with `is:issue is:open`.
You can [edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/) (e.g. `is:pr`, `is:closed`) as needed.
For example, you'd simply remove `is:open` to search _all_ issues in the repo, open or closed.
## Code of Conduct
Please note that the airports project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
