Skip to content

Commit

Permalink
Added packages to DESCRIPTION file and updated gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Apr 17, 2024
1 parent ba4ca4d commit 4fb50b8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,7 @@ jobs:
steps:
- name: Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::gt
any::PHEindicatormethods
any::tidyverse
any::PostcodesioR
any::remotes
- name: Install packages
run:
install_github("nhs-r-community/NHSRpopulation")
install_github("nhs-r-community/NHSRpostcodetools")


- name: Checkout
uses: actions/checkout@v4

Expand Down
20 changes: 20 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Package: health-inequalities-notebook
Type: Book
Title: Health Inequalities Notebook
Version: 0.1
Authors@R:
person("NHS-R", "Community", , "[email protected]", role = c("aut", "cre"))
Description: This is not a package, but like https://github.com/hadley/r-pkgs/blob/main/DESCRIPTION use this file to declare
the dependencies of the site.
URL: health-inequalities-notebook
Imports:
gt,
knitr,
PHEindicatormethods,
PostcodesioR,
rmarkdown,
tidyverse
Encoding: UTF-8
Remotes:
nhs-r-community/NHSRpostcodetools
nhs-r-community/NHSRpopulation

0 comments on commit 4fb50b8

Please sign in to comment.