From d95834bf30416cce8a5afa262a39153d1aaaee3a Mon Sep 17 00:00:00 2001 From: Cidree Date: Thu, 12 Dec 2024 16:50:30 +0100 Subject: [PATCH] add global vars --- R/globals.R | 2 +- man/fd_inventory_spain.Rd | 2 +- man/process_ifn.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/globals.R b/R/globals.R index 0d20959..d4cbca8 100644 --- a/R/globals.R +++ b/R/globals.R @@ -36,7 +36,7 @@ utils::globalVariables( "d_mm", "Ht", "Hcopa", "OrdenIf2", "tree_id", "data_lst", "Dn1", "Dn2", "Ordenif3", "Diametro1", "Diametro2", "NumOrden", "Altura", "h_m", "Provincia", "province_fix", "geometry", - "dclass", "n", "h_mean", "n_ha", "g_ha", + "dclass", "n", "h_mean", "n_ha", "g_ha", "CoorX", ".cumtrees", ".do", ".nmax", "d", "h", "nt" )) diff --git a/man/fd_inventory_spain.Rd b/man/fd_inventory_spain.Rd index fef6924..d3e2d67 100644 --- a/man/fd_inventory_spain.Rd +++ b/man/fd_inventory_spain.Rd @@ -40,7 +40,7 @@ Download the tables and SIG data from the Spanish Forest Inventory The IFN2 doesn't have 'gis' data for Asturias, Cantabria and Navarra. } \examples{ -\donttest{ +\dontrun{ # Download MFE50 for Canary Islands canarias_ifn4_lst <- fd_inventory_spain("Canarias") diff --git a/man/process_ifn.Rd b/man/process_ifn.Rd index 47dc613..9dd0e5a 100644 --- a/man/process_ifn.Rd +++ b/man/process_ifn.Rd @@ -5,7 +5,7 @@ \title{Process a list returned by fd_iventory_spain (Internal) Helper process IFN3 or IFN4 data} \usage{ -process_ifn(data, process_level = 1, ifn = 4) +process_ifn(data, process_level = 1, ifn = 4, province_fix) } \value{ An \code{sf} object