R/globals.R

utils::globalVariables(
  c(
    # . ----
    ".model_desc",
    ".value",

    # C ----
    "center_id",
    "checkout_price",
    "cuisine",

    # D ----
    "demand_cate_table",
    "dropout_loss",

    # E ----
    "end",

    # I ----
    "id",
    "idx",

    # L ----
    "label",

    # M ----
    "meal_id",

    # N ----
    "num_orders",

    # S ----
    "start_week",

    # T ----
    "ts_id",

    # V ----
    "variable",

    # W ----
    "week"
  )
)
gouthaman87/FoodDemandApp documentation built on Jan. 3, 2023, 12:09 p.m.