flightconflicts

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

commit 4ee3b6c94a29f814d2095fb5cd11667b2278cdd9
parent 02dba5e675237d39b97c3f1697996b35615cfee1
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date:   Fri, 20 May 2016 11:48:04 -0400

devtools::use_testthat()

Diffstat:
MDESCRIPTION | 3++-
Atests/testthat.R | 4++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/DESCRIPTION b/DESCRIPTION @@ -11,4 +11,5 @@ License: MIT LazyData: true RoxygenNote: 5.0.1 Imports: geosphere -Suggests: flightpathr +Suggests: flightpathr, + testthat diff --git a/tests/testthat.R b/tests/testthat.R @@ -0,0 +1,4 @@ +library(testthat) +library(flightconflicts) + +test_check("flightconflicts")