<div dir="ltr"><div dir="ltr"><div>Nyall,</div><div><br></div><div>Running this on Python Console</div><div><br></div><div><span style="color:rgb(102,102,102)">import os<br>from processing.core.ProcessingConfig import ProcessingConfig<br><br>R_FOLDER = 'R_FOLDER'<br><br>folder = ProcessingConfig.getSetting(R_FOLDER)<br>os.path.abspath(folder) if folder else ''<br><br>bin_folder = folder<br>executable = 'Rscript'<br>exec_dir = 'x64'<br><br>os.path.join(bin_folder, 'bin', exec_dir, '{}.exe'.format(executable))</span><br></div><div><br></div><div>I get the correct path to 
Rscript:

</div><div><br><span style="color:rgb(56,118,29)">'C:\\Users\\pedro.venancio\\Documents\\R\\R-3.5.1\\bin\\x64\\Rscript.exe'</span></div><div><span style="color:rgb(56,118,29)"><br></span></div><div><span style="color:rgb(56,118,29)"></span><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">Pedro Venâncio <<a href="mailto:pedrongvenancio@gmail.com">pedrongvenancio@gmail.com</a>> escreveu no dia sexta, 16/11/2018 à(s) 10:38:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Nyall,<br><div><br><div class="gmail_quote"><div dir="ltr">Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>> escreveu no dia sexta, 16/11/2018 à(s) 10:30:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><br></div><div dir="auto"><br></div><div dir="auto">What sub folder is your rscript.exe file in?</div><div dir="auto"><br></div><div dir="auto"></div></div></blockquote><div><br></div>I have it in two subfolders:</div><div class="gmail_quote"><br></div><div class="gmail_quote">C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\Rscript.exe<br><br>C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\x64\Rscript.exe</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div></div></div>
</blockquote></div></div></div></div>
</blockquote></div>