From 9b8ab0cf39dfe5f0dc96a707d5a08055a8547b9f Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Wed, 21 Aug 2024 14:47:27 +0100 Subject: [PATCH] Update pkg docs --- R/data.R | 2 +- man/si_oa_wpz_d.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/data.R b/R/data.R index d811fdc..534c30f 100644 --- a/R/data.R +++ b/R/data.R @@ -114,7 +114,7 @@ NULL #' This dataset contains the number of trips destined for each workplace zone (WPZ) in Leeds. #' #' See [wicid.ukdataservice.ac.uk](https://wicid.ukdataservice.ac.uk/flowdata/cider/wicid/downloads.php) for details on the data source -#' and [data-raw/leeds_wpz.R](data-raw/si_oa_wpz.qmd) for details on how the example dataset was generated. +#' and the file `data-raw/si_oa_wpz.qmd` in the package repo for details on how the example dataset was generated. #' #' @docType data #' @keywords datasets diff --git a/man/si_oa_wpz_d.Rd b/man/si_oa_wpz_d.Rd index 8e84bbc..81b1f49 100644 --- a/man/si_oa_wpz_d.Rd +++ b/man/si_oa_wpz_d.Rd @@ -9,7 +9,7 @@ This dataset contains the number of trips destined for each workplace zone (WPZ) } \details{ See \href{https://wicid.ukdataservice.ac.uk/flowdata/cider/wicid/downloads.php}{wicid.ukdataservice.ac.uk} for details on the data source -and \href{data-raw/si_oa_wpz.qmd}{data-raw/leeds_wpz.R} for details on how the example dataset was generated. +and the file \code{data-raw/si_oa_wpz.qmd} in the package repo for details on how the example dataset was generated. } \examples{ head(si_oa_wpz_d)