From b9ab8e20df4198ddfd86d1c9c8a24e7089b2991c Mon Sep 17 00:00:00 2001 From: Kiernan Nicholls Date: Mon, 1 Mar 2021 10:13:42 -0500 Subject: [PATCH] Replace UTF-8 dash in documentation [skip ci] --- R/bus-routes.R | 2 +- R/data.R | 2 +- man/bus_routes.Rd | 2 +- man/metro_routes.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/bus-routes.R b/R/bus-routes.R index 725eed8..b574eb2 100644 --- a/R/bus-routes.R +++ b/R/bus-routes.R @@ -8,7 +8,7 @@ #' \item{RouteID}{Unique identifier for a given route variant. Can be used in #' various other bus-related methods.} #' \item{Name}{Descriptive name of the route variant.} -#' \item{LineDescription}{Denotes the route variant's grouping – lines are a +#' \item{LineDescription}{Denotes the route variant's grouping - lines are a #' combination of routes which lie in the same corridor and which have #' significant portions of their paths along the same roadways.} #' } diff --git a/R/data.R b/R/data.R index 86ecf81..f4c5e47 100644 --- a/R/data.R +++ b/R/data.R @@ -61,7 +61,7 @@ #' \item{RouteID}{Unique identifier for a given route variant. Can be used in #' various other bus-related methods.} #' \item{Name}{Descriptive name of the route variant.} -#' \item{LineDescription}{Denotes the route variant's grouping – lines are a +#' \item{LineDescription}{Denotes the route variant's grouping - lines are a #' combination of routes which lie in the same corridor and which have #' significant portions of their paths along the same roadways.} #' } diff --git a/man/bus_routes.Rd b/man/bus_routes.Rd index 03ba930..df257cd 100644 --- a/man/bus_routes.Rd +++ b/man/bus_routes.Rd @@ -9,7 +9,7 @@ A tibble with 3 variables and one row per route variant: \item{RouteID}{Unique identifier for a given route variant. Can be used in various other bus-related methods.} \item{Name}{Descriptive name of the route variant.} -\item{LineDescription}{Denotes the route variant's grouping – lines are a +\item{LineDescription}{Denotes the route variant's grouping - lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.} } diff --git a/man/metro_routes.Rd b/man/metro_routes.Rd index e58e1be..ac737f2 100644 --- a/man/metro_routes.Rd +++ b/man/metro_routes.Rd @@ -10,7 +10,7 @@ A tibble 322 rows and 3 variables: \item{RouteID}{Unique identifier for a given route variant. Can be used in various other bus-related methods.} \item{Name}{Descriptive name of the route variant.} -\item{LineDescription}{Denotes the route variant's grouping – lines are a +\item{LineDescription}{Denotes the route variant's grouping - lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.} }