From 966edd8dc711b5771de1493c4e63d04c48980851 Mon Sep 17 00:00:00 2001
From: mem48
Date: Thu, 31 Aug 2023 09:37:48 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ITSLeeds?=
=?UTF-8?q?/UK2GTFS@5094f1f4a447d65f2e14cea0b494c9c602192a24=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkgdown.yml | 2 +-
reference/atoc2gtfs.html | 6 +++---
reference/gtfs_split.html | 4 ++--
reference/nr2gtfs.html | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pkgdown.yml b/pkgdown.yml
index 8756fd7..2598130 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -5,5 +5,5 @@ articles:
ATOC: ATOC.html
GTFS: GTFS.html
transxchange: transxchange.html
-last_built: 2023-08-31T09:34Z
+last_built: 2023-08-31T09:37Z
diff --git a/reference/atoc2gtfs.html b/reference/atoc2gtfs.html
index 7540699..893a1e6 100644
--- a/reference/atoc2gtfs.html
+++ b/reference/atoc2gtfs.html
@@ -70,8 +70,8 @@ ATOC to GTFS
path_in ,
silent = TRUE ,
ncores = 1 ,
- locations = tiplocs ,
- agency = atoc_agency ,
+ locations = "tiplocs" ,
+ agency = "atoc_agency" ,
shapes = FALSE ,
transfers = TRUE ,
missing_tiplocs = TRUE
@@ -128,7 +128,7 @@ Details
`tiplocs` or a path to a csv file formatted like a GTFS stops.txt
Agency
The ATOC files do not contain the necessary information to build the
- agency.txt file. Therfore this data is provided with the package. You can
+ agency.txt file. Therefore this data is provided with the package. You can
also pass your own data frame of agency information.
diff --git a/reference/gtfs_split.html b/reference/gtfs_split.html
index 96ebd53..9aaea5b 100644
--- a/reference/gtfs_split.html
+++ b/reference/gtfs_split.html
@@ -1,7 +1,7 @@
Split a GTFS object — gtfs_split • UK2GTFS