.Rprófile 408 B

1234567
  1. source("~/.Rprofile")
  2. setHook("rstudio.sessionInit", function(newSession) {
  3. cat("\014")
  4. cat ("This is a tonic repository with submodule, use git functionalities of Rstudio only with care, You may want to make a project out of the data analysis submodule to control the versions of the code. Refer to https://gindata.biologie.hu-berlin.de/G-Node/info/wiki/Working+with+Rstudio. ")
  5. }, action = "append")