Prechádzať zdrojové kódy

add rprofile message, and change text in notinlabreport file

julien colomb 1 rok pred
rodič
commit
26c9f74c8b
2 zmenil súbory, kde vykonal 9 pridanie a 2 odobranie
  1. 7 0
      .Rprófile
  2. 2 2
      .notinlabreport.txt

+ 7 - 0
.Rprófile

@@ -0,0 +1,7 @@
+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")

+ 2 - 2
.notinlabreport.txt

@@ -1,6 +1,6 @@
-Please run the initiation script, you will need SSH access to the repository.
+Please run the GIN initiation script (datalad scripts is not doing this (yet?).
 
-This will initialise this template, populating submodules folders and erasing the history.
+This will push the dissemination and figures to the lab report repository.
 
 
 This file will also be removed.