Skip to content

Commit 7b19c48

Browse files
committed
initialize a new project
1 parent 0d0c4f7 commit 7b19c48

File tree

5 files changed

+702
-0
lines changed

5 files changed

+702
-0
lines changed

.Rprofile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source("renv/activate.R")

renv.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
library/
2+
local/
3+
lock/
4+
python/
5+
staging/

0 commit comments

Comments
 (0)