소스 검색

correct Rprofile

julien colomb 1 년 전
부모
커밋
26bf42eb37
2개의 변경된 파일12개의 추가작업 그리고 7개의 파일을 삭제
  1. 12 0
      .Rprofile
  2. 0 7
      .Rprófile

+ 12 - 0
.Rprofile

@@ -0,0 +1,12 @@
+source("~/.Rprofile")
+message ("\n
+         ")
+message ("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.  
+         
+To update all the data in all repositories 
+  Use the sync script or run  `datalad get -n -r .` in the terminal ;)")
+  
+
+

+ 0 - 7
.Rprófile

@@ -1,7 +0,0 @@
-source("~/.Rprofile")
-
-setHook("rstudio.sessionInit", function(newSession) {
-  cat("\014")
-  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.  ")
-
-}, action = "append")