Skip to content

Commit

Permalink
Merge branch 'production' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Sep 9, 2024
2 parents d357eb2 + 995634c commit e842787
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Commit and create a Pull Request on development
if: ${{ github.ref == 'refs/heads/development' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Update documentation"
branch: document_development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.6.3
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
clean: false
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Commit and create a Pull Request on production
if: ${{ github.ref == 'refs/heads/production' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Render `README.md` after changes to the `.Rmd` version"
branch: render_readme
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Commit and create a Pull Request on development
if: ${{ github.ref == 'refs/heads/development' }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Style package"
branch: document_development
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: slfhelper
Title: Useful functions for working with the Source Linkage Files
Version: 0.10.2
Version: 0.10.3
Authors@R: c(
person("Public Health Scotland", , , "phs.source@phs.scot", role = "cph"),
person("James", "McMahon", , "james.mcmahon@phs.scot", role = c("aut"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# slfhelper 0.10.3

# slfhelper 0.10.2

# slfhelper 0.10.1
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,23 @@ install.packages("pak")
pak::pak("Public-Health-Scotland/slfhelper")
```

## Additional Documentation

### SLFhelper Articles

We have created some additional documentation to help with using
SLFhelper. The new documentation can be found here: https://public-health-scotland.github.io/slfhelper/
by selecting the drop down for Articles.

This includes:
* Memory usage when using SLFs in Posit
* Using the arrow package with SLFs
* Example questions which have been answered using the SLFs (full code available)

If you find this useful and would like to see other topics included in
future documentation, please get in touch with the team.


## Usage

### Read a file
Expand Down

0 comments on commit e842787

Please sign in to comment.