flightpathr

Tools to analyze aircraft and flight path data.
git clone https://git.eamoncaddigan.net/flightpathr.git
Log | Files | Refs | README | LICENSE

.gitignore (314B)


      1 # History files
      2 .Rhistory
      3 .Rapp.history
      4 
      5 # Session Data files
      6 .RData
      7 
      8 # Example code in package build process
      9 *-Ex.R
     10 
     11 # RStudio files
     12 .Rproj.user/
     13 flightpathr.Rproj
     14 
     15 # produced vignettes
     16 vignettes/*.html
     17 vignettes/*.pdf
     18 
     19 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
     20 .httr-oauth
     21 .Rproj.user