Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/environment/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ r44 = {features = ["r44"]}
[dependencies]
"gsl" = "*"
"bioconductor-bioccheck" = "*"
"r-rcpparmadillo" = ">=15"
"r-devtools" = "*"
"r-rcmdcheck" = "*"
"r-covr" = "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build:
requirements:
build:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- ${{ compiler('cxx') }}
- ${{ compiler('fortran') }}
host:
- bioconductor-iranges
- bioconductor-qvalue
Expand Down
12 changes: 12 additions & 0 deletions .github/recipe/variant_r43.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib_version:
- if: linux
then: 2.17
- if: osx
then: 11.0
c_stdlib:
- if: linux
then: sysroot
- if: osx
then: macosx_deployment_target
r_base:
- 4.3
12 changes: 12 additions & 0 deletions .github/recipe/variant_r44.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
c_stdlib_version:
- if: linux
then: 2.17
- if: osx
then: 11.0
c_stdlib:
- if: linux
then: sysroot
- if: osx
then: macosx_deployment_target
r_base:
- 4.4
34 changes: 1 addition & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,47 +44,15 @@ jobs:

#- name: Run BiocCheck
#run: pixi run bioccheck

ci_osx-64:
name: osx-64 CI
runs-on: macos-13
strategy:
fail-fast: false
matrix:
environment: ["r43", "r44"]

steps:
- name: Checkout pull request branch
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Create TOML from recipe
run: .github/workflows/create_toml_from_yaml.sh ${GITHUB_WORKSPACE}

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.2

- name: Run unit tests
run: pixi run --environment ${{ matrix.environment }} devtools_test

#- name: Run R CMD CHECK
#run: pixi run rcmdcheck

#- name: Run BiocCheckGitClone
#run: pixi run bioccheck_git_clone

#- name: Run BiocCheck
#run: pixi run bioccheck

ci_osx-arm64:
name: osx-arm64 CI
runs-on: macos-14
strategy:
fail-fast: false
matrix:
environment: ["r43", "r44"]

steps:
- name: Checkout pull request branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ LinkingTo:
RcppGSL
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Loading