We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0553c commit 6ab5946Copy full SHA for 6ab5946
2 files changed
R/data.R
@@ -1,3 +1,7 @@
1
+# .rda datasets in data/ that are used internally but also intended to be
2
+# available to users
3
+utils::globalVariables(c("cw_coef", "cw_sapling_adj"), package = "FIAstemmap")
4
+
5
#' Names of the FIADB TREE columns used by default in \pkg{FIAstemmap}
6
#'
7
#' `DEFAULT_TREE_COLUMNS` is a character vector of column names in the FIADB
R/utils.R
@@ -1,7 +1,3 @@
-# .rda datasets in data/ that are used internally but also intended to be
-# available to users
-utils::globalVariables(c("cw_coef", "cw_sapling_adj"), package = "FIAstemmap")
-
#' Get stem xy coordinates for a tree list
#' `.get_tree_list_xy()` returns a named list with two elemnts each containing
0 commit comments