Skip to content

Commit

Permalink
Update globals.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Sep 11, 2024
1 parent 6c1296f commit b8961d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ utils::globalVariables(c(
'agency_lang','agency_id', 'Freq',
'UID','hash','vehicle_type','running_board','service_number',
'operator_code','route_id',
'speed_after','distance','school_terms','distance_after','historic_bank_holidays'
'speed_after','distance','school_terms','distance_after','historic_bank_holidays',
'runs_monday','runs_tuesday','runs_wednesday','runs_thursday','runs_friday',
'runs_saturday','runs_sunday', 'total_sunday',
'runs_Mon','runs_Tue','runs_Wed','runs_Thu','runs_Fri',
'runs_Sat','runs_Sun',
'tot_Mon','tot_Tue','tot_Wed','tot_Thu','tot_Fri',
'tot_Sat','tot_Sun',
'service_id','zone_id','time_bands','stop_name'
))

0 comments on commit b8961d6

Please sign in to comment.