-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.36 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: trainR
Title: An Interface to the National Rail Enquiries Systems
Version: 0.0.1.9000
Authors@R:
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "villegas.roberto@hotmail.com",
comment = c(ORCID = "0000-0001-5036-8661"))
Description: The goal of 'trainR' is to provide a simple interface to the
National Rail Enquiries (NRE) systems. There are few data feeds
available, the simplest of them is Darwin, which provides real-time
arrival and departure predictions, platform numbers, delay estimates,
schedule changes and cancellations. Other data feeds provide historical
data, Historic Service Performance (HSP), and much more. 'trainR'
simplifies the data retrieval, so that the users can focus on their
analyses. For more details visit
<https://www.nationalrail.co.uk/46391.aspx>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
URL: https://github.com/villegar/trainR/,
https://villegar.github.io/trainR/
BugReports: https://github.com/villegar/trainR/issues/
Language: en-GB
Imports:
RCurl,
crayon,
dplyr,
glue,
lubridate,
magrittr,
purrr,
stringr,
tibble,
tidyr,
usethis,
xml2
Suggests:
knitr,
openxlsx