Re: [Qgis-developer] R Sextante error

2012-11-21 Thread rldhont
Hi Victor, I put a new patch for the bug #6545 Sextante doen't execute R command on Linux http://hub.qgis.org/issues/6545 If the solution is more robust, I think it will be interesting to apply the same changes to all the subprocess.Popen code. But I saw that some changes like the join has

Re: [Qgis-developer] R Sextante error

2012-10-22 Thread Alexander Bruy
BTW, SEXTANTE already have some test (developed by Camilo during GSoC). Currently this test are disabled in CMakeList.txt 2012/10/22 Victor Olaya : > Richard, > > Thanks for the link! That looks really interesting... > > What a pity I could not make it to Essen :-( > > Thanks again > > Victor > >

Re: [Qgis-developer] R Sextante error

2012-10-22 Thread Victor Olaya
Richard, Thanks for the link! That looks really interesting... What a pity I could not make it to Essen :-( Thanks again Victor 2012/10/21 Richard Duivenvoorde : > On 10/21/2012 09:35 PM, Victor Olaya wrote: > >> Any recomendation about unit testing for QGIS plugins? Any plugin that >> already

Re: [Qgis-developer] R Sextante error

2012-10-21 Thread Richard Duivenvoorde
On 10/21/2012 09:35 PM, Victor Olaya wrote: Any recomendation about unit testing for QGIS plugins? Any plugin that already has some good unit tests? Hi Victor, Not sure if you know, but Tim did a short talk in Essen about python unit testing. You can view it here: http://www.youtube.com/wa

Re: [Qgis-developer] R Sextante error

2012-10-21 Thread Victor Olaya
> Hi Victor, > I also apply for this privilege ;) you are already on top of the list :-) > I´m with Tim here: having a nice test suite that just check if each module > gives an output would be of paramount importance for both usage and bugfix. > Even better when we´ll be able to check the validit

Re: [Qgis-developer] R Sextante error

2012-10-21 Thread Victor Olaya
Agustin Thanks for your help I will write down how to use the git version so you can have a working version to test Once you get your scripts working (the ones you are trying now but do not work), the best way to help us test things is to write your own new scripts. If they work...perfect. If n

Re: [Qgis-developer] R Sextante error

2012-10-21 Thread Agustin Lobo
Victor, If my abstract is accepted, my presentation will be on geospatial capabilities of R, and I will devote a significant part on links to GIS packages. manageR and Sextante are very important, as they offer access to R from within a GIS platform. Obviously, I would like to present them as opera

Re: [Qgis-developer] R Sextante error

2012-10-21 Thread Paolo Cavallini
On Sat, 20 Oct 2012 21:14:16 +0200, Victor Olaya wrote: > 2)If you are doing a presentation about SEXTANTE, that puts you in my > list of "privileged" users :-) That means that you can (and you > should) ask me for direct help or to prepared a tailored version so > you have it ready for your pres

Re: [Qgis-developer] R Sextante error

2012-10-20 Thread Victor Olaya
Agustin 2 quick things: 1) I am going to prepare a document with instructions to use the latest version from git. That might help you and others as well. 2)If you are doing a presentation about SEXTANTE, that puts you in my list of "privileged" users :-) That means that you can (and you should)

Re: [Qgis-developer] R Sextante error

2012-10-20 Thread Agustin Lobo
i understand the hassle, but from the point of view of R scripts in Sextante this is not a bug, it is that Sextante is totally unusable for this purpose. My intention was to include this Sextante capability within my (hopefully) forthcoming presentation on geospatial capabilities of R in a R users

Re: [Qgis-developer] R Sextante error

2012-10-20 Thread Victor Olaya
Agustin, There are a few importante changes since last version, but I would like to close a couple of bugs before releasing a new version. The patch, I will apply it today and it will be in the github repo. In short, I guess you can count on a new version in less than a month (there is not a well

Re: [Qgis-developer] R Sextante error

2012-10-20 Thread Paolo Cavallini
Il 20/10/2012 14:17, Agustin Lobo ha scritto: > Great, Ii assume this solves the problem > Victor, > Will we have a new version of the Sextante plugin soon or do we have > to apply the patch ourselves? Hi all. This is part of the larger problem: how do we set up a core plugin release cycle indepen

Re: [Qgis-developer] R Sextante error

2012-10-20 Thread Agustin Lobo
Great, Ii assume this solves the problem Victor, Will we have a new version of the Sextante plugin soon or do we have to apply the patch ourselves? Agus On Fri, Oct 19, 2012 at 3:12 PM, Victor Olaya wrote: > Thanks! > > 2012/10/19 rldhont : >> Hi Victor, >> >> Ticket opens and patch supplies >> h

Re: [Qgis-developer] R Sextante error

2012-10-19 Thread Victor Olaya
Thanks! 2012/10/19 rldhont : > Hi Victor, > > Ticket opens and patch supplies > http://hub.qgis.org/issues/6545 > > René-Luc > > Le 19/10/2012 10:15, Victor Olaya a écrit : > >> That makes sense... >> >> Please open a ticket and provide a patch, and I will apply it ASAP >> >> Many thanks! >> >> Vi

Re: [Qgis-developer] R Sextante error

2012-10-19 Thread rldhont
Hi Victor, Ticket opens and patch supplies http://hub.qgis.org/issues/6545 René-Luc Le 19/10/2012 10:15, Victor Olaya a écrit : That makes sense... Please open a ticket and provide a patch, and I will apply it ASAP Many thanks! Victor 2012/10/19 rldhont : Hi all, With a friend of mine, w

Re: [Qgis-developer] R Sextante error

2012-10-19 Thread Victor Olaya
That makes sense... Please open a ticket and provide a patch, and I will apply it ASAP Many thanks! Victor 2012/10/19 rldhont : > Hi all, > > With a friend of mine, we identifying a bug on Ubuntu with R in sextante. > > The bug is : The python subprocess doesn't execute the command. > The solut

Re: [Qgis-developer] R Sextante error

2012-10-19 Thread rldhont
Hi all, With a friend of mine, we identifying a bug on Ubuntu with R in sextante. The bug is : The python subprocess doesn't execute the command. The solution put the parameter shell to False on linux for the subprocess Popen construction. Python doc http://docs.python.org/library/subprocess

Re: [Qgis-developer] R Sextante error

2012-10-19 Thread Victor Olaya
Agustin The most useful info here is in the Rlog file that you will find in [your-user-folder]/sextante That tells us what was the problem with R (if any). Could you please send it? thanks for your help Victor 2012/10/19 Agustin Lobo : > I find problem at trying to run R scripts within Sextan

[Qgis-developer] R Sextante error

2012-10-19 Thread Agustin Lobo
I find problem at trying to run R scripts within Sextante on ubuntu 10.04 + qgis 1.8 I include links to screen captures of the results at attempting to run the provided example script "Create random sample grid": http://dl.dropbox.com/u/3180464/Rsextante1.jpeg http://dl.dropbox.com/u/3180464/Rse