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 scrip
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 system,
> '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: https://lists.osgeo.org/
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 ''
>
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'
os.path.join
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
_
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
> installe
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 us
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 provid
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
>
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 softwar
11 matches
Mail list logo