-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing renv caching from deploy script
- Loading branch information
Showing
3 changed files
with
1 addition
and
43 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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
.Rhistory | ||
.RData | ||
.Ruserdata | ||
/SQL_production/TM_data_issues.docx | ||
/SQL_production/TM_data_issues.docx |
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 |
---|---|---|
|
@@ -36,38 +36,3 @@ accessibility_panel <- function() { | |
) | ||
) | ||
} | ||
|
||
support_links <- function() { | ||
tabPanel( | ||
"Support and feedback", | ||
gov_main_layout( | ||
gov_row( | ||
column( | ||
width = 12, | ||
h2("Give us feedback"), | ||
"If you spot any errors or bugs while using this dashboard, please screenshot and email them to ", | ||
a(href = "mailto:[email protected]", "[email protected]", .noWS = c("after")), ".", | ||
br(), | ||
h2("Find more information on the data"), | ||
"The data used to produce the dashboard, along with methodological information can be found on ", | ||
a(href = "https://explore-education-statistics.service.gov.uk/", "Explore Education Statistics", .noWS = c("after")), | ||
".", | ||
br(), | ||
h2("Contact us"), | ||
"If you have questions about the dashboard or data within it, please contact us at ", | ||
a(href = "mailto:[email protected]", "[email protected]", .noWS = c("after")), br(), | ||
h2("See the source code"), | ||
"The source code for this dashboard is available in our ", | ||
a(href = "https://github.com/dfe-analytical-services/ks5-transition-matrices", "GitHub repository", .noWS = c("after")), | ||
".", | ||
br(), | ||
br(), | ||
br(), | ||
br(), | ||
br(), | ||
br() | ||
) | ||
) | ||
) | ||
) | ||
} |