We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b6e66b + 96de657 commit ee233f1Copy full SHA for ee233f1
.Rprofile
@@ -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
+
9
source("renv/activate.R")
renv.lock
@@ -471,7 +471,7 @@
471
},
472
"data.table": {
473
"Package": "data.table",
474
- "Version": "1.17.6",
+ "Version": "1.17.8",
475
"Source": "Repository",
476
"Title": "Extension of `data.frame`",
477
"Depends": [
0 commit comments