From ff1dfe03c846665bf2a7d878a979fec701fec1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20A=2E=20G=C3=B6rgen?= Date: Tue, 30 Apr 2024 10:35:04 +0200 Subject: [PATCH] remove bad url from teow --- R/get_teow.R | 1 - man/teow.Rd | 3 --- 2 files changed, 4 deletions(-) diff --git a/R/get_teow.R b/R/get_teow.R index c2d17c52..ac75f397 100644 --- a/R/get_teow.R +++ b/R/get_teow.R @@ -17,7 +17,6 @@ #' J. F., Wettengel, W. W., Hedao, P., Kassem, K. R. 2001. Terrestrial ecoregions of #' the world: a new map of life on Earth. Bioscience 51(11):933-938. #' \doi{https://doi.org/10.1641/0006-3568(2001)051[0933:TEOTWA]2.0.CO;2} -#' @source \url{https://www.worldwildlife.org} #' @importFrom utils unzip #' @include register.R #' @export diff --git a/man/teow.Rd b/man/teow.Rd index 900f2b77..9c5af2b7 100644 --- a/man/teow.Rd +++ b/man/teow.Rd @@ -4,9 +4,6 @@ \alias{teow} \alias{get_teow} \title{Terrestrial Ecoregions of the World (TEOW) Polygon} -\source{ -\url{https://www.worldwildlife.org} -} \usage{ get_teow() }