Skip to content

Commit

Permalink
Call devtools::build instead of devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrptr authored Oct 18, 2023
1 parent 5c8428d commit c7487c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devtools_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: devtools(binary=TRUE)
run: devtools::build(binary=TRUE)
shell: Rscript {0}

0 comments on commit c7487c5

Please sign in to comment.