<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>When trying to run the following:<br><i><b><br>v.class.mlR --verbose segments_map=seg_stats_vec@<wbr>MAP1 training_map=seg_stats_train_<wbr>val@MAP1 raster_segments_map=seg_<wbr>optimum_clump@MAP1 classified_map=out train_class_column=class output_class_column=vote output_prob_column=prob folds=5 partitions=10 tunelength=10 weighting_metric=accuracy processes=6<br><br></b></i></div>I get the following error:<br><b><br><i>Running R now. Following output is R output.<br>During startup - Warning messages:<br>1: Setting LC_CTYPE=en_GB.cp1252 failed <br>2: Setting LC_COLLATE=en_GB.cp1252 failed <br>3: Setting LC_TIME=en_GB.cp1252 failed <br>4: Setting LC_MONETARY=en_GB.cp1252 failed <br>Loading required package: caret<br>Loading required package: lattice<br>Loading required package: ggplot2<br>Error: '\S' is an unrecognized escape in character string starting ""C:\S"<br>Execution halted<br>ERROR: There was an error in the execution of the R script.<br>Please check the R output.<br>(Wed May 24 11:05:30 2017) Command finished (17 sec)</i><br><br></b></div>My GRASS mapset is located in - <i><b>C:\Sandbox\RGRASS\TEST\MAP1<br><br></b></i></div>Given that R takes paths with <i><b>/</b><b> </b></i>rather than <i><b>\</b></i>, I think the issue lies at the start of the R part of the script which reads:<br><b><br>require(caret)<br>features <- read.csv("C:\Sandbox\RGRASS\<wbr>TEST\MAP1\.tmp/unknown\5636.0"<wbr>, sep="|", header=TRUE, row.names=1)<br>training <- read.csv("C:\Sandbox\RGRASS\<wbr>TEST\MAP1\.tmp/unknown\5636.1"<wbr>, sep="|", header=TRUE, row.names=1)</b><br><br></div>I have run v.class.mlR on an osgeolive build before, but not on Windows. Is this a Windows specific issue that needs addressing?<br><br></div><div>I'm using GRASS 7.3.svn (2017).<br></div><div><br></div>Kind regards<br></div><div><br></div>James<br></div>