Skip to content

Commit

Permalink
Setup renv needed for shiny-deploy Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-m-blimkie committed Dec 1, 2023
1 parent 28895ae commit b4b6ba2
Show file tree
Hide file tree
Showing 6 changed files with 2,546 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
Loading

0 comments on commit b4b6ba2

Please sign in to comment.