Skip to content

Commit

Permalink
MetaSTAAR v0.9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaoli committed Jul 4, 2024
1 parent fb58e3c commit 32e9a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
run: |
brew install imagemagick@6
brew install libgit2
- uses: actions/checkout@v3
curl -O https://mac.r-project.org/tools/gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz
sudo tar fxz gfortran-12.0.1-20220312-is-darwin20-arm64.tar.xz -C /
export PATH=$PATH:/opt/R/arm64/gfortran/bin
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: 4.2.3
Expand All @@ -26,6 +29,7 @@ jobs:
needs: |
website
coverage
install-pandoc: true
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![R build status](https://github.com/xihaoli/MetaSTAAR/workflows/R-CMD-check/badge.svg)](https://github.com/xihaoli/MetaSTAAR/actions)
[![Build Status](https://travis-ci.com/xihaoli/MetaSTAAR.svg?branch=main)](https://app.travis-ci.com/github/xihaoli/MetaSTAAR)
[![Build status](https://ci.appveyor.com/api/projects/status/jt95g3hy0y9rt0kg/branch/main?svg=true)](https://ci.appveyor.com/project/xihaoli/metastaar/branch/main)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Expand Down

0 comments on commit 32e9a2d

Please sign in to comment.