-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (27 loc) · 940 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Type: Package
Package: airac
Title: Helper functions to get ICAO AIRAC ID and intervals as used in
Aeronautical Information Services and Publications
Version: 0.2.0
Authors@R: c(
person("Enrico", "Spinielli", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8584-9131")),
person("EUROCONTROL", role = c("cph", "fnd"))
)
Maintainer: Enrico Spinielli <[email protected]>
Description: Derive AIRAC ID and relevant intervals both as used
internationally and by the data services of the European Network
Manager, i.e. the CFMU AIRAC.
License: MIT + file LICENSE
URL: https://eurocontrol.github.io/airac/
BugReports: https://github.com/eurocontrol/airac/issues
Imports:
lubridate (>= 1.1.0)
Suggests:
testthat (>= 3.0.0),
roxygen2
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)