-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was causing new issue where internal data was not found!?
- Loading branch information
1 parent
ea18daa
commit ff8ffd6
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -400,3 +400,14 @@ fix_envs <- function(x, | |
|
||
x | ||
} | ||
|
||
region_info <- tibble::tribble( | ||
~Region, ~RegionFr, ~Email, ~Address, ~AddressFr, | ||
"Central and Arctic Region", "R\u00E9gion du Centre et de l'Arctique", "[email protected]", "501 University Cres.\\\\\\\\Winnipeg, MB\\\\enspace R3T 2N6", "501 University Cres.\\\\\\\\Winnipeg (MB) R3T 2N6", | ||
"Gulf Region", "R\u00E9gion du Golfe", "[email protected]", "343 Universit\u00E9 Ave.\\\\\\\\Moncton, NB\\\\enspace E1C 9B6", "343 Universit\u00E9 Ave.\\\\\\\\Moncton (N.-B.) E1C 9B6", | ||
"Maritimes Region", "R\u00E9gion des Maritimes", "[email protected]", "1 Challenger Dr.\\\\\\\\Dartmouth, NS\\\\enspace B2Y 4A2", "1 Challenger Dr.\\\\\\\\Dartmouth (N.-\u00C9.) B2Y 4A2", | ||
"National Capital Region", "R\u00E9gion de la capitale nationale", "[email protected]", "200 Kent St.\\\\\\\\Ottawa, ON\\\\enspace K1A 0E6", "200 Kent St.\\\\\\\\Ottawa (ON) K1A 0E6", | ||
"Newfoundland and Labrador Region", "R\u00E9gion de Terre-Neuve et Labrador", "[email protected]", "P.O. Box 5667\\\\\\\\St. John's, NL\\\\enspace A1C 5X1", "P.O. Box 5667\\\\\\\\St. John's (T.-N.-L.) A1C 5X1", | ||
"Pacific Region", "R\u00E9gion du Pacifique", "[email protected]", "3190 Hammond Bay Rd.\\\\\\\\Nanaimo, BC\\\\enspace V9T 6N7", "3190, chemin Hammond Bay\\\\\\\\Nanaimo (C.-B.) V9T 6N7", | ||
"Quebec Region", "R\u00E9gion du Qu\u00E9bec", "[email protected]", "850 route de la Mer, P.O. Box 1000\\\\\\\\Mont-Joli, QC\\\\enspace G5H 3Z4", "850 route de la Mer, P.O. Box 1000\\\\\\\\Mont-Joli (QC) G5H 3Z4" | ||
) |
Binary file not shown.