Skip to content

Commit

Permalink
Update renv and rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Jul 8, 2024
1 parent 304eb6a commit e4d292b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
source("renv/activate.R")

.First <- function() {

options(
shiny.autoreload = TRUE
)

shiny::reactiveConsole(TRUE)

}
14 changes: 14 additions & 0 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,20 @@
],
"Hash": "543776ae6848fde2f48ff3816d0628bc"
},
"bsicons": {
"Package": "bsicons",
"Version": "0.1.2",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"cli",
"htmltools",
"rlang",
"utils"
],
"Hash": "d8f892fbd94d0b9b1f6d688b05b8633c"
},
"bslib": {
"Package": "bslib",
"Version": "0.7.0",
Expand Down

0 comments on commit e4d292b

Please sign in to comment.