From f334d16a895501c6824014ca509e00590a4d5bf1 Mon Sep 17 00:00:00 2001 From: jack-davison Date: Tue, 7 Jan 2025 13:05:51 +0000 Subject: [PATCH] chore: fix remaining old URL --- vignettes/articles/deweather.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles/deweather.Rmd b/vignettes/articles/deweather.Rmd index 4c13d52..101ae0c 100644 --- a/vignettes/articles/deweather.Rmd +++ b/vignettes/articles/deweather.Rmd @@ -25,7 +25,7 @@ The **deweather** package uses a powerful statistical technique based on *booste The **deweather** package comes with a comprehensive data set of air quality and meteorological data. The air quality data is from Marylebone Road in central London (obtained from the `{openair}` package) and the meteorological data from Heathrow Airport (obtained from the `{worldmet}` package). -The `road_data` data frame contains various pollutants such a NO~x~, NO~2~, ethane and isoprene as well as meteorological data including wind speed, wind direction, relative humidity, ambient temperature and cloud cover. Code to obtain this data directly can be found [here](https://github.com/davidcarslaw/deweather/blob/master/data-raw/road_data.R). +The `road_data` data frame contains various pollutants such a NO~x~, NO~2~, ethane and isoprene as well as meteorological data including wind speed, wind direction, relative humidity, ambient temperature and cloud cover. Code to obtain this data directly can be found [here](https://github.com/openair-project/deweather/blob/master/data-raw/road_data.R). ```{r} #| label: "load-pkg"