Skip to content

Commit

Permalink
include repo for r-universe installation
Browse files Browse the repository at this point in the history
ernestguevarra committed Aug 4, 2024
1 parent 5d7e276 commit e1b8a9d
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
source("renv/activate.R")

options(
repos = c('https://panukatan.r-universe.dev', 'https://cloud.r-project.org')
)
2 changes: 1 addition & 1 deletion .github/workflows/deploy-targets-releases.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: deploy targets releases

on:
schedule:
- cron: "0 5 * * *"
- cron: "0 17 * * 7"
workflow_dispatch:
branches:
- '*'

0 comments on commit e1b8a9d

Please sign in to comment.