Skip to content

Commit 4391559

Browse files
committed
Added renv to the project
1 parent 9518e72 commit 4391559

File tree

7 files changed

+2067
-0
lines changed

7 files changed

+2067
-0
lines changed

Diff for: .Rbuildignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
^renv$
2+
^renv\.lock$
13
^.*\.Rproj$
24
^\.Rproj\.user$
35
^data-raw$

Diff for: .Rprofile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source("renv/activate.R")

Diff for: inst/WORDLIST

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
UI
12
golem
23
th

0 commit comments

Comments
 (0)