forked from psu-stat380/weekly-summary-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenv.lock
34 lines (34 loc) · 736 Bytes
/
renv.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"R": {
"Version": "4.2.2",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://cran.rstudio.com"
}
]
},
"Packages": {
"jsonlite": {
"Package": "jsonlite",
"Version": "1.8.4",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"methods"
],
"Hash": "a4269a09a9b865579b2635c77e572374"
},
"renv": {
"Package": "renv",
"Version": "0.16.0-53",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "rstudio",
"RemoteRepo": "renv",
"RemoteRef": "0.16.0-53",
"RemoteSha": "8d5015741717b6cfb8e4ea88b4e57f497cd78420"
}
}
}