From 32e9a2d0026c4d00a8855a04c965685f426fcdbc Mon Sep 17 00:00:00 2001 From: Xihao Li Date: Wed, 3 Jul 2024 23:15:04 -0400 Subject: [PATCH] MetaSTAAR v0.9.6.3 --- .github/workflows/R-CMD-check.yaml | 6 +++++- README.md | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 6a2f641..7f15568 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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 @@ -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} diff --git a/README.md b/README.md index cb39547..8acc567 100644 --- a/README.md +++ b/README.md @@ -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)