Skip to content

Commit

Permalink
[r] Install required tiledb package version from r-universe (#1863) (#…
Browse files Browse the repository at this point in the history
…1881)

Co-authored-by: Dirk Eddelbuettel <[email protected]>
  • Loading branch information
github-actions[bot] and eddelbuettel authored Nov 6, 2023
1 parent e42e5c2 commit d994196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/r-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: apt update -qq && apt upgrade --yes && apt install --yes --no-install-recommends valgrind cmake git
- name: Package Dependencies
run: cd apis/r && R -q -e 'remotes::install_deps(".", dependencies=TRUE)'
- name: Fetch tiledb from r-universe
## DESCRIPTION has a 'hard' depends on a tiledb version not at CRAN and hence not in r2u
## So using a helper script from the `littler` package to fetch the Ubuntu binary from the given universe
run: cd apis/r && installRub.r -u eddelbuettel tiledb
- name: Build Package
run: cd apis/r && R CMD build --no-build-vignettes --no-manual .
- name: Check Package under valgrind
Expand Down

0 comments on commit d994196

Please sign in to comment.