R/globals.R

# bypass R CMD Check notes, related to tidyverse non-standard evaluation
# https://www.r-bloggers.com/2019/08/no-visible-binding-for-global-variable/
utils::globalVariables(c(
  ".",
  "n",
  "fav",
  "recipe_index",
  "index",
  "last_eaten",
  "rank_last_eaten"
))
dzhang32/autorecipes documentation built on April 15, 2022, 3:29 a.m.