Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaxter439 authored Mar 4, 2021
1 parent 9de6a06 commit 5c5ee0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tryCatch(source("renv/activate.R"), error = function(e) message("`renv::activate()` not required in Docker\nIf you're not in Docker, something's gone wrong!"))
a <- readline("Do you want to use `renv::activate`? (Warning: not useable within Docker!) [Y/n]\n")

if (a != "n") {source("renv/activate.R")} else {message("renv not activated, continuing...")}

message('You are in your Teen Preg project')
pts <- function(size) return(size*5/14)

0 comments on commit 5c5ee0a

Please sign in to comment.