We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0c4f7 commit 7b19c48Copy full SHA for 7b19c48
.Rprofile
@@ -0,0 +1 @@
1
+source("renv/activate.R")
renv.lock
@@ -0,0 +1,20 @@
+{
2
+ "R": {
3
+ "Version": "4.1.1",
4
+ "Repositories": [
5
+ {
6
+ "Name": "CRAN",
7
+ "URL": "https://cloud.r-project.org"
8
+ }
9
+ ]
10
+ },
11
+ "Packages": {
12
+ "renv": {
13
+ "Package": "renv",
14
+ "Version": "0.14.0",
15
+ "Source": "Repository",
16
+ "Repository": "CRAN",
17
+ "Hash": "30e5eba91b67f7f4d75d31de14bbfbdc"
18
19
20
+}
renv/.gitignore
@@ -0,0 +1,5 @@
+library/
+local/
+lock/
+python/
+staging/
0 commit comments