Skip to content

Commit bd04436

Browse files
committed
Resubmit to CRAN
1 parent 99a2909 commit bd04436

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

CRAN-SUBMISSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 0.9.3
2-
Date: 2024-03-11 03:14:12 UTC
3-
SHA: 9cc47fabfed54f1224e69357b840cc76c6474a9a
2+
Date: 2024-03-11 14:26:06 UTC
3+
SHA: 13322f4306cd9931a24c4182740aa00dcfb349ed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ metro_lines # rail_lines() for live
124124
[cran_link]: https://CRAN.R-project.org/package=metro
125125
[ga_badge]: https://github.com/k5cents/metro/workflows/R-CMD-check/badge.svg
126126
[ga_link]: https://github.com/k5cents/metro/actions
127-
[cov_badge]: https://img.shields.io/codecov/c/github/k5cents/metro/master.svg
127+
[cov_badge]: https://codecov.io/gh/k5cents/metro/graph/badge.svg?token=bQ3eAdcpjd
128128
[cov_link]: https://app.codecov.io/gh/k5cents/metro?branch=master'
129129
[dl_badge]: https://cranlogs.r-pkg.org/badges/grand-total/gluedown
130130
[tidy]: https://en.wikipedia.org/wiki/Tidy_data

README.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ experimental](https://img.shields.io/badge/lifecycle-stable-green)](https://life
1111
status](https://www.r-pkg.org/badges/version/metro)](https://CRAN.R-project.org/package=metro)
1212
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/gluedown)
1313
[![Codecov test
14-
coverage](https://img.shields.io/codecov/c/github/k5cents/metro/master.svg)](https://app.codecov.io/gh/k5cents/metro?branch=master')
14+
coverage](https://codecov.io/gh/k5cents/metro/graph/badge.svg?token=bQ3eAdcpjd)](https://app.codecov.io/gh/k5cents/metro?branch=master')
1515
[![R build
1616
status](https://github.com/k5cents/metro/workflows/R-CMD-check/badge.svg)](https://github.com/k5cents/metro/actions)
1717
<!-- badges: end -->
@@ -69,12 +69,12 @@ next_train(StationCodes = "A01")
6969
#> # A tibble: 6 × 9
7070
#> Car Destination DestinationCode DestinationName Group Line LocationCode LocationName Min
7171
#> <int> <chr> <chr> <chr> <int> <chr> <chr> <chr> <int>
72-
#> 1 6 Glenmont B11 Glenmont 1 RD A01 Metro Center 0
73-
#> 2 8 Friendship <NA> Friendship 2 RD A01 Metro Center 3
74-
#> 3 6 Glenmont B11 Glenmont 1 RD A01 Metro Center 8
75-
#> 4 8 Friendship <NA> Friendship 2 RD A01 Metro Center 10
76-
#> 5 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 15
77-
#> 6 8 Friendship <NA> Friendship 2 RD A01 Metro Center 18
72+
#> 1 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 0
73+
#> 2 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 2
74+
#> 3 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 5
75+
#> 4 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 8
76+
#> 5 8 Glenmont B11 Glenmont 1 RD A01 Metro Center 11
77+
#> 6 6 Shady Grove <NA> Shady Grove 2 RD A01 Metro Center 14
7878
```
7979

8080
### Coordinates
@@ -104,15 +104,17 @@ the UTC time zone (+5 hours).
104104

105105
``` r
106106
bus_position(RouteId = "33")[, 1:8]
107-
#> # A tibble: 6 × 8
107+
#> # A tibble: 8 × 8
108108
#> VehicleID Lat Lon Distance Deviation DateTime TripID RouteID
109109
#> <chr> <dbl> <dbl> <dbl> <dbl> <dttm> <chr> <chr>
110-
#> 1 4566 38.9 -77.0 NA 4 2024-03-11 02:50:44 9684010 33
111-
#> 2 7122 38.9 -77.1 NA 6 2024-03-11 02:50:45 1031010 33
112-
#> 3 4794 38.9 -77.1 NA 8 2024-03-11 02:50:44 18769010 33
113-
#> 4 4589 38.9 -77.1 NA 0 2024-03-11 02:50:50 30442010 33
114-
#> 5 4786 39.0 -77.1 NA 8 2024-03-11 02:51:00 10847010 33
115-
#> 6 4781 38.9 -77.0 NA 2 2024-03-11 02:50:43 47206010 33
110+
#> 1 7139 38.9 -77.0 NA 2 2024-03-11 15:24:28 45406020 33
111+
#> 2 4595 38.9 -77.1 NA -2 2024-03-11 15:24:48 3269020 33
112+
#> 3 7119 38.9 -77.0 NA -1 2024-03-11 15:24:30 9921020 33
113+
#> 4 4783 38.9 -77.1 NA -4 2024-03-11 15:24:45 33498020 33
114+
#> 5 4787 38.9 -77.1 NA 9 2024-03-11 15:24:48 6634020 33
115+
#> 6 7108 38.9 -77.0 NA -2 2024-03-11 15:24:46 3492020 33
116+
#> 7 4600 39.0 -77.1 NA 4 2024-03-11 15:24:28 33552020 33
117+
#> 8 4588 38.9 -77.0 NA 1 2024-03-11 15:24:27 20757020 33
116118
```
117119

118120
Time values are left in Eastern time and are represented using the class

0 commit comments

Comments
 (0)