diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:59:40 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 20:59:40 +0000 |
| commit | 624f97ccb383bd887eb6f477a294574803b28365 (patch) | |
| tree | dd278df3f57de19aad5616bdf2330d35f7b8d08b | |
| parent | use binary package instead of install from source (diff) | |
| download | SyncRNG-624f97ccb383bd887eb6f477a294574803b28365.tar.gz SyncRNG-624f97ccb383bd887eb6f477a294574803b28365.zip | |
remove option binary
doens't work on github actions
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe4867b..b2068e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,6 @@ jobs: - name: Install R dependencies run: | - options(pkgType = 'binary') install.packages('remotes') remotes::install_deps(pkgdir='./R/', dependencies=T) remotes::install_cran('testthat') |
