Skip to content

Commit

Permalink
Merge pull request #26 from dfe-analytical-services/development
Browse files Browse the repository at this point in the history
Deploy updates
  • Loading branch information
Chris-bennettWk authored Nov 20, 2024
2 parents c7b0234 + d43ddde commit 3c9d787
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 223 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-shiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: 4.4.1


- name: Set env vars (dev)
if: endsWith(github.ref, '/development')
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
/SQL_production/TM_data_issues.docx
rsconnect
3 changes: 1 addition & 2 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ shhh(library(metathis))
shhh(library(tidyr))
shhh(library(stringr))
shhh(library(reshape2))
shhh(library(rsconnect))

# Functions ---------------------------------------------------------------------------------

# Set global variables --------------------------------------------------------

site_title <- "16 to 18 Transition Matrices" # name of app
parent_pub_name <- "Statistical publication" # name of source publication
parent_pub_name <- "A level and other 16 to 18 results" # name of source publication
parent_publication <- # link to source publication
"https://explore-education-statistics.service.gov.uk/find-statistics/a-level-and-other-16-to-18-results"

Expand Down
Loading

0 comments on commit 3c9d787

Please sign in to comment.