Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-26 Thread Pedro Venâncio
Awesome Nyall, I confirm, it's fixed now! Thank you very much! Pedro Nyall Dawson escreveu no dia segunda, 26/11/2018 à(s) 02:54: > On Fri, 16 Nov 2018 at 20:29, Pedro Venâncio > wrote: > > > > > I tried to install it on Windows 10, but I'm always getting this, when > running the test

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-25 Thread Nyall Dawson
On Fri, 16 Nov 2018 at 20:29, Pedro Venâncio wrote: > > I tried to install it on Windows 10, but I'm always getting this, when > running the test script: > > This algorithm cannot be run :-( > This algorithm requires R to be run. Unfortunately, it seems that R is not > installed in your

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
> 'C:\\Users\\pedro.venancio\\Documents\\R\\R-3.5.1\\bin\\x64\\Rscript.exe' > > Have you got "use 64" checked in the provider options? > Yes, I did Nyall. ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Nyall Dawson
On Fri, 16 Nov 2018 at 22:10, Pedro Venâncio wrote: > > Nyall, > > Running this on Python Console > > import os > from processing.core.ProcessingConfig import ProcessingConfig > > R_FOLDER = 'R_FOLDER' > > folder = ProcessingConfig.getSetting(R_FOLDER) > os.path.abspath(folder) if folder else ''

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Nyall, Running this on Python Console import os from processing.core.ProcessingConfig import ProcessingConfig R_FOLDER = 'R_FOLDER' folder = ProcessingConfig.getSetting(R_FOLDER) os.path.abspath(folder) if folder else '' bin_folder = folder executable = 'Rscript' exec_dir = 'x64'

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Hi Nyall, Nyall Dawson escreveu no dia sexta, 16/11/2018 à(s) 10:30: > > > What sub folder is your rscript.exe file in? > > I have it in two subfolders: C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\Rscript.exe C:\Users\pedro.venancio\Documents\R\R-3.5.1\bin\x64\Rscript.exe

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Nyall Dawson
On Fri., 16 Nov. 2018, 20:29 Pedro Venâncio Hi Nyall, > > Great work!!! > > I tried to install it on Windows 10, but I'm always getting this, when > running the test script: > > This algorithm cannot be run :-( > This algorithm requires R to be run. Unfortunately, it seems that R is not >

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Pedro Venâncio
Hi Nyall, Great work!!! I tried to install it on Windows 10, but I'm always getting this, when running the test script: This algorithm cannot be run :-( This algorithm requires R to be run. Unfortunately, it seems that R is not installed in your system, or it is not correctly configured to be

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-16 Thread Tim Sutton
Hi Tested here on macOS QGIS 3.4.1 (Williams build) here: I installed R.app into /Applications I unpacked the plugin and in settings for processing providers set my R folder like this: /usr/local/bin/ To test I ran the R-> test processing module but couldn’t actually figure out how to

Re: [QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-15 Thread Alex Mandel
Nyall, I can confirm the plugin loads without error on QGIS 3.4.1, Ubuntu 16.04 I'll need to find an R script or two to test with. Thanks this is very appreciated, Alex On 11/15/18 14:34, Nyall Dawson wrote: > Hi lists, > > Just a quick announcement that the Processing provider for R scripts >

[QGIS-Developer] QGIS Processing "R" Provider -- 3.x beta available

2018-11-15 Thread Nyall Dawson
Hi lists, Just a quick announcement that the Processing provider for R scripts in QGIS, which was dropped for QGIS 3.0, is now available as a beta for QGIS 3.4. It's now published as a standalone plugin which must be manually installed (together with manual installation of the underlying R