Skip to content

Commit

Permalink
set mirror globally
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley committed Nov 8, 2024
1 parent 2cc4d6c commit 6aa06a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/document-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
_R_CHECK_FORCE_SUGGESTS_: "false"
R_DEFAULT_REPOS: 'https://cloud.r-project.org/'

jobs:
document-and-deploy:
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
- name: Create documentation
run: |
R -e "
options(repos = c(CRAN = 'https://cloud.r-project.org/'));
install.packages(c('rcmdcheck', 'roxygen2', 'devtools'));
file.remove('NAMESPACE');
descr <- readLines('DESCRIPTION');
Expand Down

0 comments on commit 6aa06a8

Please sign in to comment.