{"id":32207626,"url":"https://github.com/openintrostat/airports","last_synced_at":"2026-02-22T19:05:27.924Z","repository":{"id":56936196,"uuid":"272937326","full_name":"OpenIntroStat/airports","owner":"OpenIntroStat","description":"📦 R package for data on airports 🛫","archived":false,"fork":false,"pushed_at":"2024-01-10T01:08:05.000Z","size":3229,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-09T20:37:31.390Z","etag":null,"topics":["data","openintro","rstats","rstats-package"],"latest_commit_sha":null,"homepage":"http://openintrostat.github.io/airports","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenIntroStat.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-17T09:50:27.000Z","updated_at":"2025-07-12T21:36:03.000Z","dependencies_parsed_at":"2022-08-21T01:10:28.377Z","dependency_job_id":null,"html_url":"https://github.com/OpenIntroStat/airports","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OpenIntroStat/airports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Fairports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Fairports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Fairports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Fairports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenIntroStat","download_url":"https://codeload.github.com/OpenIntroStat/airports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Fairports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29723574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","openintro","rstats","rstats-package"],"created_at":"2025-10-22T05:56:19.800Z","updated_at":"2026-02-22T19:05:27.920Z","avatar_url":"https://github.com/OpenIntroStat.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# airports \u003ca href=\"https://openintrostat.github.io/airports\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" alt=\"Package hex logo\" height=\"120\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/airports)](https://CRAN.R-project.org/package=airports)\n[![R-CMD-check](https://github.com/OpenIntroStat/airports/workflows/R-CMD-check/badge.svg)](https://github.com/OpenIntroStat/airports/actions)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/airports)](https://cran.r-project.org/package=airports)\n\u003c!-- badges: end --\u003e\n\nThis package contains geographic, use, and property related data on airports.\n\n## Installation\n\nYou can install the package from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"airports\")\n```\n\nAdditionally, you can install the development version of airports from GitHub with:\n\n```r\n#install.packages(\"devtools\")\nlibrary(devtools)\ninstall_github(\"OpenIntroStat/airports\")\n```\n\n## Usage\n\nThe datasets from this package can be used in a teaching context for data visualization and data manipulation exercises.\n\n## airports and openintro\n\nThe datasets from this package are used in [OpenIntro](https://www.openintro.org/) textbooks and other  resources.\nThese datasets originally lived in the [**openintro**](http://openintrostat.github.io/openintro/) package, up until openintro 2.0.0.\nThe 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.\nFor 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.\n\n## Questions, bugs, feature requests\n\nYou can file an issue to get help, report a bug, or make a feature request.\n\nWhen 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. \nIf you haven't heard of or used reprex before, you're in for a treat! \nSee [here](https://www.tidyverse.org/help/) for additional reprex pointers.\n\nBefore 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. \nBy default, the search will be pre-populated with `is:issue is:open`. \nYou can [edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/)  (e.g. `is:pr`, `is:closed`) as needed. \nFor example, you'd simply remove `is:open` to search _all_ issues in the repo, open or closed.\n\n## Code of Conduct\n  \nPlease note that the airports project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). \nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenintrostat%2Fairports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenintrostat%2Fairports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenintrostat%2Fairports/lists"}