Skip to content

Commit 005b5d9

Browse files
committed
Remove := R CMD Check notes
1 parent 95c5072 commit 005b5d9

5 files changed

Lines changed: 33 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Imports:
1313
mipfp,
1414
purrr,
1515
readr,
16+
rlang,
1617
stringr,
1718
tidyr
1819
Encoding: UTF-8
@@ -24,7 +25,6 @@ Suggests:
2425
here,
2526
knitr,
2627
pointblank,
27-
rlang,
2828
rmarkdown,
2929
testthat (>= 3.0.0),
3030
tibble

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export(get_faostat_data)
1313
export(get_file_path)
1414
export(get_processing_coefs)
1515
export(get_wide_cbs)
16+
importFrom(rlang,":=")

R/WHEP-package.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
4+
## usethis namespace: start
5+
#' @importFrom rlang :=
6+
## usethis namespace: end
7+
NULL

R/utils.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ utils::globalVariables(
2727
"Name",
2828
"No",
2929
"proc",
30+
"process",
31+
"process_code",
3032
"processeditem",
3133
"product_fraction",
3234
"SACO_link",

man/WHEP-package.Rd

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)