search for: saren

Displaying 14 results from an estimated 14 matches for "saren".

Did you mean: aren
2019 Mar 29
2
Bug in the "reformulate" function in stats package
...names with spaces and current solution doesn't solve it. I have a solution, which works for me and maybe also for others. Either, someone can register me to bugzilla or I can post it here, which could give some direction to developers. I don't mind whichever is preferred here. Best, Saren On 29.03.19 09:29, Martin Maechler wrote: >>>>>> Saren Tasciyan >>>>>> on Thu, 28 Mar 2019 17:02:10 +0100 writes: > > Hi, > > I have found a bug in reformulate function and have a solution for it. I > > was wondering, where...
2019 Mar 28
2
Bug in the "reformulate" function in stats package
Hi, I have found a bug in reformulate function and have a solution for it. I was wondering, where I can submit it? Best, Saren -- Saren Tasciyan /PhD Student / Sixt Group/ Institute of Science and Technology Austria Am Campus 1 3400 Klosterneuburg, Austria
2019 Mar 29
2
Bug in the "reformulate" function in stats package
...is to post the "small reproducible example". > > My (rather long term experience) can be written > > if (exists("reproducible example") ) { > DeveloperFixHappens() > } else { > NULL > } > > JN > > On 2019-03-29 11:38 a.m., Saren Tasciyan wrote: >> Well, first I can't sign in bugzilla myself, that is why I wrote here first. Also, I don't know if I have the time at >> the moment to provide tests, multiple examples or more. If that is not ok or welcomed, that is fine, I can come back, >> whenever I h...
2019 Apr 18
3
Bug in the "reformulate" function in stats package
...equires that term labels are not "ticked". I think this is better, since it is easier to have column names unticked. New development function is IMO unnecessarily complicated. It requires strings to be ticked or as.name(). It is more intuitive to have a vector of column names. Best, Saren On 05.04.19 09:38, Martin Maechler wrote: >>>>>> Ben Bolker >>>>>> on Thu, 4 Apr 2019 12:46:37 -0400 writes: > > Proposed patch > > Thank you Ben! > > > [the rest is technical nit-picking .. but hopefully interesting > to the s...
2019 Apr 04
2
Bug in the "reformulate" function in stats package
...> >> > >> if (exists("reproducible example") ) { > >> DeveloperFixHappens() > >> } else { > >> NULL > >> } > >> > >> JN > >> > >> On 2019-03-29 11:38 a.m., Saren Tasciyan wrote: > >>> Well, first I can't sign in bugzilla myself, that is why I wrote here first. Also, I don't know if I have the time at > >>> the moment to provide tests, multiple examples or more. If that is not ok or welcomed, that is fine, I can come b...
2019 Mar 29
0
Bug in the "reformulate" function in stats package
The main thing is to post the "small reproducible example". My (rather long term experience) can be written if (exists("reproducible example") ) { DeveloperFixHappens() } else { NULL } JN On 2019-03-29 11:38 a.m., Saren Tasciyan wrote: > Well, first I can't sign in bugzilla myself, that is why I wrote here first. Also, I don't know if I have the time at > the moment to provide tests, multiple examples or more. If that is not ok or welcomed, that is fine, I can come back, > whenever I have more tim...
2019 Nov 24
2
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
Hi, Yes I am aware of it. And yes, I have libicu60 installed. Is it the configure script making a mistake? Best, Saren On 11/22/19 4:12 PM, Jeroen Ooms wrote: > On Fri, Nov 22, 2019 at 2:58 PM Saren Tasciyan <saren.tasciyan at ist.ac.at> wrote: >> Hi, >> >> I am trying to build a more recent version (3.6.1 or 3.5.3) of R on >> Ubuntu 18.04 LTS. > Are you aware you can get up-to-...
2019 Apr 18
1
Bug in the "reformulate" function in stats package
...t. Actually, I had in mind a more complex but cleaner solution with recursive functions to implement any kind of reformulation (not only with "+"). But I simple lack the big picture on R expressions, I need to read more. Maybe I will come back with that in the future. Cheers to all, Saren On 18.04.19 17:51, Ben Bolker wrote: > I appreciate your enthusiasm and persistence for this issue, but I > suspect you may have trouble convincing R-core to adopt your changes -- > they are "better", "easier", "more intuitive" for you ... but how sure &gt...
2019 Apr 18
0
Bug in the "reformulate" function in stats package
...completely backward compatible, have no performance issues, will not break in unusual cases ... ? Hopefully someone here will set up a bugzilla account so you can post your patch/it can be further discussed there, if you want to purseu this ... cheers Ben Bolker On 2019-04-18 7:30 a.m., Saren Tasciyan wrote: > Hi, > > Sorry for writing this late, I was very busy. I started this discussion > here. I wish I could write to bugs.r-project.org, but I don't have an > account and I will write here instead. > > Meanwhile, I solved my problem with a simpler fix (please...
2019 Apr 04
0
Bug in the "reformulate" function in stats package
...t; My (rather long term experience) can be written >> >> if (exists("reproducible example") ) { >> DeveloperFixHappens() >> } else { >> NULL >> } >> >> JN >> >> On 2019-03-29 11:38 a.m., Saren Tasciyan wrote: >>> Well, first I can't sign in bugzilla myself, that is why I wrote here first. Also, I don't know if I have the time at >>> the moment to provide tests, multiple examples or more. If that is not ok or welcomed, that is fine, I can come back, &...
2019 Nov 21
3
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
...ed make[1]: *** [R] Error 1 make[1]: Leaving directory '/home/user/Desktop/R-3.6.1/src' Makefile:60: recipe for target 'R' failed make: *** [R] Error 1 I found some suggestiong related to libicu* libraries, but I have those libs insalled. Any ideas, where this is failing? Best, SarenT
2019 Apr 05
0
Bug in the "reformulate" function in stats package
...;> if (exists("reproducible example") ) { >> >> DeveloperFixHappens() >> >> } else { >> >> NULL >> >> } >> >> >> >> JN >> >> >> >> On 2019-03-29 11:38 a.m., Saren Tasciyan wrote: >> >>> Well, first I can't sign in bugzilla myself, that is why I wrote here first. Also, I don't know if I have the time at >> >>> the moment to provide tests, multiple examples or more. If that is not ok or welcomed, that is fine, I ca...
2019 Mar 29
0
Bug in the "reformulate" function in stats package
>>>>> Saren Tasciyan >>>>> on Thu, 28 Mar 2019 17:02:10 +0100 writes: > Hi, > I have found a bug in reformulate function and have a solution for it. I > was wondering, where I can submit it? > Best, > Saren Well, you could have given a small reproduci...
2019 Nov 22
0
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
On Fri, Nov 22, 2019 at 2:58 PM Saren Tasciyan <saren.tasciyan at ist.ac.at> wrote: > > Hi, > > I am trying to build a more recent version (3.6.1 or 3.5.3) of R on > Ubuntu 18.04 LTS. Are you aware you can get up-to-date binaries either from PPA or CRAN: sudo add-apt-repository ppa:marutter/rrutter sudo apt-g...