R/globals.R

# Due to the use of dplyr/NSE in the package functions, R CMD Check
# gets confused into thinking the following column names are undefined
# variables.
utils::globalVariables(c(
  "category",
  "geo",
  "weight",
  "category",
  "x",
  "ID",
  "weight",
  "marg",
  "total",
  "new2",
  "new_weight",
  "old",
  "abs_diff",
  "key",
  "target",
  "category",
  "total",
  "avg_weight",
  "geo",
  "weight",
  "total_weight",
  "min_weight",
  "max_weight",
  "abs_diff",
  "weight_factor",
  "label",
  "target",
  "pid",
  "key",
  "target",
  "rel_fac",
  "category",
  "total",
  "avg_weight",
  "geo",
  "weight",
  "SUMVAL",
  "SUMVALSQ",
  "min_weight",
  "max_weight",
  "total_weight",
  "abs_diff",
  "new_id"
))

Try the ipfr package in your browser

Any scripts or data that you put into this service are public.

ipfr documentation built on April 2, 2020, 1:12 a.m.