Skip to content

Commit 6ab5946

Browse files
committed
move globalVariables declaration from utils.R to data.R
1 parent fd0553c commit 6ab5946

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

R/data.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
#' Names of the FIADB TREE columns used by default in \pkg{FIAstemmap}
26
#'
37
#' `DEFAULT_TREE_COLUMNS` is a character vector of column names in the FIADB

R/utils.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
#' Get stem xy coordinates for a tree list
62
#'
73
#' `.get_tree_list_xy()` returns a named list with two elemnts each containing

0 commit comments

Comments
 (0)