Skip to content

Commit

Permalink
R Env fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieflipside committed Feb 1, 2023
1 parent fe08cae commit a4cf561
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
28 changes: 14 additions & 14 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"Rcpp": {
"Package": "Rcpp",
"Version": "1.0.9",
"Version": "1.0.10",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "e9c08b94391e9f3f97355841229124f2",
"Hash": "e749cae40fa9ef469b6050959517453c",
"Requirements": []
},
"base64enc": {
Expand Down Expand Up @@ -64,10 +64,10 @@
},
"cli": {
"Package": "cli",
"Version": "3.4.1",
"Version": "3.6.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "0d297d01734d2bcea40197bd4971a764",
"Hash": "3177a5a16c243adc199ba33117bd9657",
"Requirements": []
},
"commonmark": {
Expand Down Expand Up @@ -142,21 +142,21 @@
},
"fontawesome": {
"Package": "fontawesome",
"Version": "0.4.0",
"Version": "0.5.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c5a628c2570aa86a96cc6ef739d8bfda",
"Hash": "e80750aec5717dedc019ad7ee40e4a7c",
"Requirements": [
"htmltools",
"rlang"
]
},
"fs": {
"Package": "fs",
"Version": "1.5.2",
"Version": "1.6.0",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "7c89603d81793f0d5486d91ab1fc6f1d",
"Hash": "0120e8c933bace1141e0b0d376b0c010",
"Requirements": []
},
"generics": {
Expand Down Expand Up @@ -191,10 +191,10 @@
},
"httpuv": {
"Package": "httpuv",
"Version": "1.6.7",
"Version": "1.6.8",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "13fdc650c853fffbffee66b2a5b9fdbf",
"Hash": "08e611aee165b27f8ff18770285fb535",
"Requirements": [
"R6",
"Rcpp",
Expand Down Expand Up @@ -334,10 +334,10 @@
},
"sass": {
"Package": "sass",
"Version": "0.4.4",
"Version": "0.4.5",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "c76cbac7ca04ce82d8c38e29729987a3",
"Hash": "2bb4371a4c80115518261866eab6ab11",
"Requirements": [
"R6",
"fs",
Expand Down Expand Up @@ -377,10 +377,10 @@
},
"sourcetools": {
"Package": "sourcetools",
"Version": "0.1.7",
"Version": "0.1.7-1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "947e4e02a79effa5d512473e10f41797",
"Hash": "5f5a7629f956619d519205ec475fe647",
"Requirements": []
},
"tibble": {
Expand Down
10 changes: 0 additions & 10 deletions renv/settings.dcf

This file was deleted.

1 change: 0 additions & 1 deletion research-subsite/global.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
library(dplyr)

# Load Entries ----
entries <- read.csv(file = "entries.csv", row.names = NULL)
Expand Down

0 comments on commit a4cf561

Please sign in to comment.