commit 355d59d913e453b135e214a6b51f4ed1305fb902
parent f86b336914c3f639578202bb4dbd1aeb23f1fac7
Author: eamoncaddigan <eamon.caddigan@gmail.com>
Date: Wed, 18 May 2016 09:30:59 -0400
Created with devtools::setup()
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/DESCRIPTION b/DESCRIPTION
@@ -0,0 +1,8 @@
+Package: flightconflicts
+Title: What the Package Does (one line, title case)
+Version: 0.0.0.9000
+Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre"))
+Description: What the package does (one paragraph).
+Depends: R (>= 3.2.3)
+License: What license is it under?
+LazyData: true
diff --git a/NAMESPACE b/NAMESPACE
@@ -0,0 +1 @@
+exportPattern("^[^\\.]")