Successfully implemented access to https://opensky-network.org, with manual API auth commitcb516d4dbdAuthor: eneller <erikneller@gmx.de> Date: Fri Jan 16 19:36:08 2026 +0100 chore: restore order commit3a73400ac8Author: lukasadrion <lukas.adrion@uni-ulm.de> Date: Wed Jan 14 19:31:05 2026 +0100 add oauth with openSkies api and plot one flight commitbdf075353cAuthor: lukasadrion <lukas.adrion@uni-ulm.de> Date: Mon Jan 5 14:17:16 2026 +0100 update to flightV5 commit09ca49ec99Author: lukasadrion <lukas.adrion@uni-ulm.de> Date: Mon Jan 5 13:51:54 2026 +0100 remove old csv file commitc925a49c80Author: lukasadrion <lukas.adrion@uni-ulm.de> Date: Mon Jan 5 13:49:56 2026 +0100 download flight data and select flight BEL40V
66 lines
967 B
Plaintext
66 lines
967 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/R
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=R
|
|
|
|
### R ###
|
|
# History files
|
|
.Rhistory
|
|
.Rapp.history
|
|
|
|
# Session Data files
|
|
.RData
|
|
.RDataTmp
|
|
|
|
# User-specific files
|
|
.Ruserdata
|
|
|
|
# Example code in package build process
|
|
*-Ex.R
|
|
|
|
# Output files from R CMD build
|
|
/*.tar.gz
|
|
|
|
# Output files from R CMD check
|
|
/*.Rcheck/
|
|
|
|
# RStudio files
|
|
.Rproj.user/
|
|
|
|
# produced vignettes
|
|
vignettes/*.html
|
|
vignettes/*.pdf
|
|
|
|
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
|
|
.httr-oauth
|
|
|
|
# knitr and R markdown default cache directories
|
|
*_cache/
|
|
/cache/
|
|
|
|
# Temporary files created by R markdown
|
|
*.utf8.md
|
|
*.knit.md
|
|
|
|
# R Environment Variables
|
|
.Renviron
|
|
|
|
# pkgdown site
|
|
docs/
|
|
|
|
# translation temp files
|
|
po/*~
|
|
|
|
# RStudio Connect folder
|
|
rsconnect/
|
|
|
|
### R.Bookdown Stack ###
|
|
# R package: bookdown caching files
|
|
/*_files/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/R
|
|
|
|
*.pdf
|
|
*.html
|
|
bib
|
|
|
|
.env
|