diff --git a/env.R b/env.R index 191a5ae16522d3eb494f79e7079a72c8d8edb15a..f0b55a1a3ec650ac161cf1bb0bd4c2cf96b175ae 100644 --- a/env.R +++ b/env.R @@ -14,7 +14,7 @@ repoParams$user <- repoParams$info[[7]] # use this guess to set a data path # default -dPath <- "unkown - fix your code!" +dPath <- "unkown - find this line in env.R and fix it!" if (repoParams$nodename == "srv02405") { # we're on the UoS RStudio server so we can set the data path to J: (as mounted) dPath <- path.expand("/mnt/SERG_data/")