Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Nov 7, 2023
1 parent 40aa7d3 commit 31f569e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
}
# Write the updated DESCRIPTION file back
writeLines(description_dat, con = description_file_path)
writeLines(description_dat, con = "DESCRIPTION")
if (!requireNamespace("rcmdcheck", quietly = TRUE)) install.packages("rcmdcheck")
options(crayon.enabled = TRUE)
Expand All @@ -121,7 +121,7 @@ jobs:
)
# Write back initial description file
writeLines(description_dat, con = description_file_path)
writeLines(description_dat, con = "DESCRIPTION")
shell: Rscript {0}

- name: Upload check results
Expand Down

0 comments on commit 31f569e

Please sign in to comment.