Skip to content

Commit

Permalink
remotes::install("RcppCore/Rcpp")
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 24, 2024
1 parent 0fd222d commit 7467f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
extra-packages: |
ms609/TreeDistData
phangorn=?ignore-before-r=4.1.0
RcppCore/Rcpp
needs: |
check
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name: mem-check

jobs:
mem-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

name: valgrind ${{ matrix.config.test }}, ubuntu, R release

Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_github('RcppCore/Rcpp')
remotes::install_cran("devtools")
shell: Rscript {0}

Expand Down

0 comments on commit 7467f5e

Please sign in to comment.