Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
villegar committed Jan 16, 2021
1 parent d04433f commit a8c3c43
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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. There are other data feeds that
provide historical data, Historic Service Performance (HSP), and much
more. 'trainR' simplifies the data retrieval, so the users can focus
on their analyses. For more details visit
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
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ 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. There are other data feeds that
provide historical data, Historic Service Performance (HSP), and much
more. `trainR` simplifies the data retrieval, so the users can focus
on their analyses. For more details visit
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.

## Installation
Expand Down
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ 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. There are other data feeds that provide
historical data, Historic Service Performance (HSP), and much more.
`trainR` simplifies the data retrieval, so the users can focus on their
analyses. For more details visit
<https://www.nationalrail.co.uk/46391.aspx>.
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>.

## Installation

Expand Down Expand Up @@ -72,23 +71,24 @@ library(trainR)

### Arrivals board at Reading Station (RDG)

Generated on 2021-01-16 19:44:48.
Generated on 2021-01-16 19:59:12.

``` r
rdg_arr <- trainR::GetArrBoardWithDetailsRequest("RDG")
print(rdg_arr)
#> Reading (RDG) Station Board on 2021-01-16 19:44:48
#> Reading (RDG) Station Board on 2021-01-16 19:59:13
#> Time From Plat Expected
#> 19:39 Manchester Piccadilly 13 19:44
#> 19:41 London Waterloo 4 19:43
#> 19:44 London Paddington 12 On time
#> 19:45 London Paddington 7B On time
#> 19:46 London Paddington 9 On time
#> 19:50 Swansea 11 19:52
#> 19:51 Gatwick Airport 5 On time
#> 19:58 Great Malvern 10A On time
#> 19:58 Great Malvern 10A 19:55
#> 19:59 Basingstoke 2 On time
#> 20:01 Didcot Parkway 15 On time
#> 20:08 London Paddington 8 On time
#> 20:11 London Waterloo 6 On time
#> 20:13 London Paddington 14 On time
#> 20:16 London Paddington 9 On time
#> 20:21 Bedwyn 11 On time
#> 20:27 Basingstoke 2 On time
#> Time From Plat Expected
#> 20:13 Swindon (Wilts) BUS On time
```

<!-- Inspect the `rdg_arr` object: -->
Expand All @@ -97,24 +97,24 @@ print(rdg_arr)

### Departures board at Reading Station (RDG)

Generated on 2021-01-16 19:44:48.
Generated on 2021-01-16 19:59:13.

``` r
rdg_dep <- trainR::GetDepBoardWithDetailsRequest("RDG")
print(rdg_dep)
#> Reading (RDG) Station Board on 2021-01-16 19:44:48
#> Reading (RDG) Station Board on 2021-01-16 19:59:13
#> Time To Plat Expected
#> 19:42 London Waterloo 5 On time
#> 19:47 Bedwyn 7B On time
#> 19:49 Oxford 9 On time
#> 19:52 Basingstoke 2 On time
#> 19:52 Ealing Broadway 14 On time
#> 19:53 Didcot Parkway 12 On time
#> 19:55 London Paddington 11 On time
#> 20:00 London Paddington 10A On time
#> 20:01 Redhill 6 On time
#> 20:10 Swansea 8 On time
#> 20:12 London Waterloo 4 On time
#> 20:14 Newbury 1 On time
#> 20:15 Ealing Broadway 15 On time
#> 20:15 Manchester Piccadilly 13 On time
#> 20:19 Great Malvern 9 On time
#> 20:22 Ealing Broadway 14 On time
#> Time To Plat Expected
#> 19:55 Swindon (Wilts) BUS On time
#> 20:20 Swindon (Wilts) BUS On time
```

<!-- #### Previous calling points -->
Expand Down

0 comments on commit a8c3c43

Please sign in to comment.