We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca747d8 commit 5999889Copy full SHA for 5999889
.github/workflows/pr-commands.yaml
@@ -14,7 +14,7 @@ jobs:
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
- uses: r-lib/actions/setup-r@master
16
- name: Install dependencies
17
- run: Rscript -e 'install.packages(c("remotes", "roxygen2"))' -e 'remotes::install_deps(dependencies = TRUE, type = "binary"'
+ run: Rscript -e 'install.packages(c("remotes", "roxygen2"))' -e 'remotes::install_deps(dependencies = TRUE, type = "binary")'
18
- name: Document
19
run: Rscript -e 'roxygen2::roxygenise()'
20
- name: commit
0 commit comments