From 32f850a0fee1b1771606a6e3ecfd79ab77f15a43 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Fri, 13 Oct 2023 13:58:39 -0600 Subject: [PATCH] [skip-ci] minor --- R/terra-raster-utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/terra-raster-utils.R b/R/terra-raster-utils.R index 3c3300e1..5a1fd094 100644 --- a/R/terra-raster-utils.R +++ b/R/terra-raster-utils.R @@ -1,5 +1,5 @@ utils::globalVariables(c( - "variable", "value" + "value", "variable" )) ## TODO: Ceres: these functions can be improved by using options(reproducible...),