Skip to content

Commit ee233f1

Browse files
Merge pull request #15 from OxfordIHTM:dev
add repos option to .Rprofile
2 parents 2b6e66b + 96de657 commit ee233f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.Rprofile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
## Set repos options ----
2+
options(
3+
repos = c(
4+
CRAN = "https://cloud.r-project.org",
5+
IHTM = "https://oxfordihtm.r-universe.dev"
6+
)
7+
)
8+
19
source("renv/activate.R")

renv.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
},
472472
"data.table": {
473473
"Package": "data.table",
474-
"Version": "1.17.6",
474+
"Version": "1.17.8",
475475
"Source": "Repository",
476476
"Title": "Extension of `data.frame`",
477477
"Depends": [

0 commit comments

Comments
 (0)