Skip to content

Commit

Permalink
Using remotes before remotes is installed
Browse files Browse the repository at this point in the history
Assumption this is why we have this error: https://github.com/epijim/episheet/actions/runs/7357960789/job/20030432815

Signed-off-by: James Black <[email protected]>
  • Loading branch information
epijim authored Dec 29, 2023
1 parent 9cead57 commit 0388b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env Rscript

# Install remotes
if (!require("remotes")) install.packages("remotes", upgrade = "never")

# Install latest ackages from Github
# Requires dev version of covr (>= 3.5.1.9003)
# Also install other package dependencies (for tests)
Expand Down

0 comments on commit 0388b16

Please sign in to comment.