Skip to content

Commit

Permalink
Merge pull request #8 from mattssca/test_branch
Browse files Browse the repository at this point in the history
test push
  • Loading branch information
mattssca authored Jan 10, 2024
2 parents a211fbd + 4be865e commit e06265e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
27 changes: 16 additions & 11 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,27 @@ on:
branches: [main]

jobs:
build:
build-check-tests:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}

steps:
- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
any::devtools
- name: Check out repository
uses: actions/checkout@v3

- name: Build package
run:
Rscript -e "devtools::install()"
run: Rscript -e "devtools::install()"

- name: Check package
run:
Rscript -e "devtools::check(vignettes = FALSE)"
run: Rscript -e "devtools::check(vignettes = FALSE)"

- name: Run unit tests
run:
Rscript -e "devtools::test()"
run: Rscript -e "devtools::test()"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ A package with convenience functions for generic genomic analysis within R.
Standardized, generic functions as well as bundled data objects that can be
called in various settings in the scope of biological analysis in R.
This package is specialized to provide bioinformatics infrastructure that can be
used in a variety of analysis.
used in a variety of analysis.

0 comments on commit e06265e

Please sign in to comment.