Skip to content

Commit 5438494

Browse files
committedMay 2, 2021
add renv
1 parent a71bff5 commit 5438494

File tree

6 files changed

+1443
-0
lines changed

6 files changed

+1443
-0
lines changed
 

‎.Rbuildignore

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

‎.Rprofile

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

0 commit comments

Comments
 (0)