.Rprofile 474 B

123456789101112
  1. source("~/.Rprofile")
  2. message ("\n
  3. ")
  4. message ("This is a tonic repository with submodule, use git functionalities of Rstudio only with care.
  5. You may want to make a project out of the data analysis submodule to control the versions of the code.
  6. Refer to https://gindata.biologie.hu-berlin.de/G-Node/info/wiki/Working+with+Rstudio.
  7. To update all the data in all repositories
  8. Use the sync script or run `datalad get -n -r .` in the terminal ;)")