-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenv.lock
68 lines (68 loc) · 1.45 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"R": {
"Version": "4.3.2",
"Repositories": [
{
"Name": "CRAN",
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
"Packages": {
"MASS": {
"Package": "MASS",
"Version": "7.3-60.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"graphics",
"methods",
"stats",
"utils"
],
"Hash": "b765b28387acc8ec9e9c1530713cb19c"
},
"gdata": {
"Package": "gdata",
"Version": "3.0.0",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"gtools",
"methods",
"stats",
"utils"
],
"Hash": "d3d6e4c174b8a5f251fd273f245f2471"
},
"gtools": {
"Package": "gtools",
"Version": "3.9.5",
"Source": "Repository",
"Repository": "RSPM",
"Requirements": [
"methods",
"stats",
"utils"
],
"Hash": "588d091c35389f1f4a9d533c8d709b35"
},
"renv": {
"Package": "renv",
"Version": "1.0.0.9000",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "rstudio",
"RemoteRepo": "renv",
"RemoteRef": "main",
"RemoteSha": "1490ee1d41db6c2f38848ae18af5607a549bfdde",
"Requirements": [
"utils"
],
"Hash": "34c71aef5d2d71bfa331e17b926f12c4"
}
}
}