flightconflicts

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

commit 90466f1d9771389b507f05f01ef799d5e25c64f1
parent 3901bbf3eb23fcdc86272034500f052ad69f8781
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Fri, 16 Sep 2016 14:51:23 -0400

New work address and making flightpathr a requirement

Diffstat:
MDESCRIPTION | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION @@ -1,7 +1,7 @@ Package: flightconflicts Title: Analyze Conflicts Between Aircraft Version: 0.0.0.9000 -Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@tgobrien.com", +Authors@R: person("Eamon", "Caddigan", email = "eamon.caddigan@dsoft-tech.com", role = c("aut", "cre")) Description: This package contains tools to analyze aircraft trajectories and identify loss of well-clear (LoWC) and near mid-air collisions (NMAC). @@ -10,6 +10,6 @@ Depends: License: MIT LazyData: true RoxygenNote: 5.0.1 -Imports: geosphere -Suggests: flightpathr, - testthat +Imports: flightpathr, + geosphere +Suggests: testthat