Browse code

testing install of bluster from GitHub for Actions R CMD check

Joshua D. Campbell authored on 13/09/2021 17:58:01
Showing 1 changed files

... ...
@@ -22,8 +22,8 @@ jobs:
22 22
       fail-fast: false
23 23
       matrix:
24 24
         config:
25
-          - {os: macOS-latest,   r: 'release'}
26
-          - {os: windows-latest, r: 'release'}
25
+#          - {os: macOS-latest,   r: 'release'}
26
+#          - {os: windows-latest, r: 'release'}
27 27
           - {os: ubuntu-latest, r: 'release'}
28 28
 
29 29
     env:
... ...
@@ -41,6 +41,12 @@ jobs:
41 41
           http-user-agent: ${{ matrix.config.http-user-agent }}
42 42
           use-public-rspm: true
43 43
 
44
+      - name: Install bluster from GitHub
45
+        run: |
46
+           install.packages(devtools)
47
+           devtools::install_github("LTLA/bluster")
48
+        shell: Rscript {0}
49
+
44 50
       - name: Install XQuartz on macOS
45 51
         if: runner.os == 'macOS'
46 52
         run: brew install xquartz --cask