Skip to content

Commit b5a3c02

Browse files
authored
Update Rfast installation
1 parent b27d73b commit b5a3c02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/document.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ jobs:
2222
- uses: r-lib/actions/setup-r@v2
2323
with:
2424
use-public-rspm: true
25-
26-
- name: Install system dependencies
27-
# required for Rfast
28-
run: sudo apt-get install -y libgomp1
2925

3026
- uses: r-lib/actions/setup-r-dependencies@v2
3127
with:
3228
extra-packages: any::roxygen2
3329
needs: pr-document
30+
31+
- name: Specific Rfast dependency
32+
run: |
33+
install.packages("remotes")
34+
remotes::install_version("Rfast", version = "2.0.8") # Ensure Rfast is installed
35+
shell: Rscript {0}
3436

3537
- name: Document
3638
run: roxygen2::roxygenise()

0 commit comments

Comments
 (0)