Browse code

fix bug in workflow

Joshua D. Campbell authored on 13/09/2021 18:09:55
Showing 1 changed files

... ...
@@ -43,7 +43,7 @@ jobs:
43 43
 
44 44
       - name: Install bluster from GitHub
45 45
         run: |
46
-           install.packages(devtools)
46
+           install.packages("devtools")
47 47
            devtools::install_github("LTLA/bluster")
48 48
         shell: Rscript {0}
49 49