search for: projectstart2

Displaying 1 result from an estimated 1 matches for "projectstart2".

Did you mean: projectstart
2012 Sep 27
1
Is there a way to source from a specific Git repository without hardcoding the location everywhere?
...elow) would be read into the R session prior to use, at least during development. projectStart.r # untracked setwd("c:\yada\") # or setwd("L:\foo\bar\sharedRemote\wet\") -- this is the only difference among repository locations. source("projectStart2.r") projectStart2.r # tracked source("func1.r") source("func2.r") source("func3.r") ... func1.r # tracked func2.r # tracked func3.r # tracked ... Is there...