require s3fs >= 0.1.7
This commit is contained in:
parent
c934f8e598
commit
fdcff516b3
4 changed files with 2 additions and 4 deletions
|
|
@ -37,7 +37,6 @@ steps:
|
|||
- rm -rf /mnt/cache/R-pkgs/00LOCK-arm64-r-binaries /mnt/cache/R-pkgs/00LOCK-rBinaries
|
||||
# for some reason this one is often corrupt on redhat-9
|
||||
- rm -rf /mnt/cache/R-pkgs/RPostgres /mnt/cache/pkgcache/R/pkgcache
|
||||
- R -q -e 'pak::pak("dyfanjones/s3fs")'
|
||||
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||
- mkdir -p /root/.R && /bin/bash -c 'echo -e "CXX_STD = CXX14\nCC=ccache gcc\nCPP=ccache gcc\nCXX=ccache g++\nCXX11=ccache g++\nCXX14=ccache g++\nCXX17=ccache g++\nF77=ccache /usr/bin/gfortran\nFC=ccache /usr/bin/gfortran" >> /root/.R/Makevars'
|
||||
# manually install some packages into the cache so that some builds don't fail
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ steps:
|
|||
- rm -rf /mnt/cache/R-pkgs/00LOCK-arm64-r-binaries /mnt/cache/R-pkgs/00LOCK-rBinaries
|
||||
# for some reason this one is often corrupt on redhat-9
|
||||
- rm -rf /mnt/cache/R-pkgs/RPostgres /mnt/cache/pkgcache/R/pkgcache
|
||||
- R -q -e 'pak::pak("dyfanjones/s3fs")'
|
||||
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||
- mkdir -p /root/.R && /bin/bash -c 'echo -e "CXX_STD = CXX14\nCC=ccache gcc\nCPP=ccache gcc\nCXX=ccache g++\nCXX11=ccache g++\nCXX14=ccache g++\nCXX17=ccache g++\nF77=ccache /usr/bin/gfortran\nFC=ccache /usr/bin/gfortran" > /root/.R/Makevars'
|
||||
# manually install some packages into the cache so that some builds don't fail
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ steps:
|
|||
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/arm64-r-binaries.git .
|
||||
- rm -rf /mnt/cache/packages/*
|
||||
- R -q -e 'devtools::install(); packageVersion("rBinaries")'
|
||||
- R -q -e 'pak::pak(c("dyfanjones/s3fs", "pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
||||
- R -q -e 'pak::pak(c("pat-s/desc@description-from-remote", "pat-s/cranlike@s3"))'
|
||||
- cd /mnt/cache/packages
|
||||
- R -q -e 'options(crayon.enabled = TRUE); library(rBinaries); future::plan("multisession", workers = 4); library(progressr); handlers(global = TRUE); handlers("progress"); upload_package_index()'
|
||||
backend_options:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Imports:
|
|||
progressr,
|
||||
purrr,
|
||||
RPostgres,
|
||||
s3fs,
|
||||
s3fs (>= 0.1.7),
|
||||
xml2
|
||||
Suggests:
|
||||
dbplyr
|
||||
|
|
|
|||
Loading…
Reference in a new issue