From 761cf65edad92fe0c11e7b94a386965232308617 Mon Sep 17 00:00:00 2001 From: Malcolm Morgan Date: Mon, 17 Jul 2023 10:55:23 +0100 Subject: [PATCH] Update shapes message --- R/atoc.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/atoc.R b/R/atoc.R index eb74791..d77e411 100644 --- a/R/atoc.R +++ b/R/atoc.R @@ -214,7 +214,7 @@ atoc2gtfs <- function(path_in, # Build Shapes if (shapes) { - message("Shapes are not yet supported") + message("Shapes are not yet supported, try ATOC_shapes()") } return(timetables)