Skip to content

Commit

Permalink
Merge branch 'master' into sept-update-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 authored Sep 28, 2023
2 parents 9635e0c + 6e866cd commit b11c89e
Show file tree
Hide file tree
Showing 9 changed files with 152 additions and 38 deletions.
16 changes: 16 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ADPE
adtf
arrivalmode
arth
atlassian
attendcat
aut
bedday
Expand All @@ -16,8 +17,10 @@ callr
Canx
carehome
careinspectorate
categorises
cattend
CCYY
cdn
cennum
chp
chpstart
Expand All @@ -27,6 +30,7 @@ cls
cmh
CNWs
Comhairle
codecov
commhosp
congen
costincdnas
Expand All @@ -35,6 +39,7 @@ costsfy
covr
cph
createslf
customise
dataframe
datamart
datazone
Expand All @@ -47,7 +52,9 @@ dbconnect
dbplyr
deathdiag
demog
devhints
dfc
Diagramme
disch
dischloc
dischto
Expand Down Expand Up @@ -94,9 +101,11 @@ homev
hscdiip
hscp
hscpnames
htmlwidgets
IDPC
infyyear
ipdc
issuenumber
itle
iwalk
jaccard
Expand All @@ -110,12 +119,14 @@ keytimex
kis
lazydt
lgl
lintr
los
ltc
ltcs
lubridate
magrittr
Matern
markdownguide
Mcbride
mcmahon
MMMYY
Expand Down Expand Up @@ -145,6 +156,7 @@ PCEC
phs
phsmethods
phsopendata
pkgdown
placeinc
plics
PMS
Expand All @@ -156,6 +168,7 @@ praccode
ptypes
purrr
quickstart
rankdir
Rbuildignore
rcmdcheck
rdd
Expand All @@ -167,6 +180,7 @@ readr
readxl
reasonwait
recid
reflectoring
refsource
renviron
rlang
Expand All @@ -176,6 +190,7 @@ Rprofile
Rscript
rspm
RStudio
rstudio
rstudioapi
Rtype
SDcols
Expand All @@ -187,6 +202,7 @@ setnames
Siar
sigfac
simd
SLF
slf
slfhelper
smr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clean_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Pull Request
if: contains(env.isPR, 'true')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down
160 changes: 129 additions & 31 deletions R_development_SOP.md

Large diffs are not rendered by default.

0 comments on commit b11c89e

Please sign in to comment.