Skip to content

Commit

Permalink
Use dev version of rworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Oct 27, 2023
1 parent bdb88d7 commit 1320178
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ name: rworkflows
branches:
- master
- main
- devel
- RELEASE_**
pull_request:
branches:
- master
- main
- devel
- RELEASE_**
jobs:
rworkflows:
permissions: write-all
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
container: ${{ matrix.config.cont }}
Expand All @@ -31,7 +34,7 @@ jobs:
# r: latest
# bioc: release
steps:
- uses: neurogenomics/rworkflows@master
- uses: neurogenomics/rworkflows@dev
with:
run_bioccheck: ${{ true }}
run_rcmdcheck: ${{ true }}
Expand All @@ -42,7 +45,7 @@ jobs:
run_pkgdown: ${{ true }}
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ true }}
docker_user: almurphy
docker_org: neurogenomicslab
Expand Down
2 changes: 1 addition & 1 deletion vignettes/MungeSumstats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ To do this, simply run the following:
```{r}
eduAttainOkbayPth <- system.file("extdata", "eduAttainOkbay.txt",
package = "MungeSumstats")
formatted_path <- tempfile(fileext = "eduAttainOkbay_standardised.tsv.gz")
formatted_path <- tempfile(fileext = "_eduAttainOkbay_standardised.tsv.gz")
#### 1. Read in the data and standardise header names ####
Expand Down

0 comments on commit 1320178

Please sign in to comment.