Skip to content

Commit

Permalink
Add markdown R package to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
domjarkey committed Sep 22, 2022
1 parent 281e4bc commit 3306a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Query dependencies
run: |
install.packages('remotes')
install.packages(c('remotes', 'markdown'))
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
shell: Rscript {0}
Expand Down

0 comments on commit 3306a2f

Please sign in to comment.