Skip to content

Commit

Permalink
remove unpaired bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
erblast committed Dec 6, 2023
1 parent 3451008 commit d3bde6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
needs: website
- name: Install dependencies
run: |
install.packages("devtools"))
install.packages("devtools")
system("git clone https://github.com/erblast/parcats.git")
devtools::install("parcats/", dependencies = TRUE)
shell: Rscript {0}
Expand Down

0 comments on commit d3bde6f

Please sign in to comment.