Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaxter439 authored Mar 5, 2021
1 parent 5c5ee0a commit 980c4f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
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...")}
if (readline() == "a") {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 980c4f0

Please sign in to comment.