flightconflicts

Tools to analyze conflicts between aircraft.
git clone https://git.eamoncaddigan.net/flightconflicts.git
Log | Files | Refs | README | LICENSE

.gitignore (366B)


      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 
     14 # produced vignettes
     15 vignettes/*.html
     16 vignettes/*.pdf
     17 
     18 # Let the people use their own RStudio options
     19 flightconflicts.Rproj
     20 
     21 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
     22 .httr-oauth
     23 .Rproj.user