Displaying 5 results from an estimated 5 matches for "bibauw".
Did you mean:
sbibauw
2017 May 15
2
[bug] droplevels() also drop object attributes (comment…)
Hi,
Just reporting a small bug? not really a big deal, but I don?t think that is intended: droplevels()?also drops all object?s attributes.
Example:
> > test <- c("hello", "something", "hi")
> > test <- factor(test)
> > comment(test) <- "this is a test"
> > attr(test, "description") <- "this is another
2017 Jun 06
1
[bug] droplevels() also drop object attributes (comment…)
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Tue, 16 May 2017 11:01:23 +0200 writes:
>>>>> Serge Bibauw <sbibauw at gmail.com>
>>>>> on Mon, 15 May 2017 11:59:32 -0400 writes:
>> Hi,
>> Just reporting a small bug? not really a big deal, but I
>> don?t think that is intended: droplevels()?also drops all
>> object?s attributes.
>...
2017 Jun 14
1
[bug] droplevels() also drop object attributes (comment…)
...quot; attribute.
--------------------------------------------
On Sat, 10/6/17, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
Subject: Re: [Rd] [bug] droplevels() also drop object attributes (comment?)
To: "R Development" <R-devel at r-project.org>
Cc: "Serge Bibauw" <sbibauw at gmail.com>, "Suharto Anggono" <suharto_anggono
Date: Saturday, 10 June, 2017, 5:54 AM
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org>
>>>>>? ?? on Thu, 8 Jun 2017 16:43:48 +0000 writes:
? ? >...
2017 May 16
0
[bug] droplevels() also drop object attributes (comment…)
>>>>> Serge Bibauw <sbibauw at gmail.com>
>>>>> on Mon, 15 May 2017 11:59:32 -0400 writes:
> Hi,
> Just reporting a small bug? not really a big deal, but I don?t think that is intended: droplevels()?also drops all object?s attributes.
Yes. The help page for droplevels (or th...
2017 Jun 08
0
[bug] droplevels() also drop object attributes (comment…)
...tags/R-3-4-0/src/library/base/R/factor.R) still uses 'sort.list', not 'order'.
--------------------------------
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Tue, 16 May 2017 11:01:23 +0200 writes:
>>>>> Serge Bibauw <sbibauw at gmail.com>
>>>>> on Mon, 15 May 2017 11:59:32 -0400 writes:
>> Hi,
>> Just reporting a small bug? not really a big deal, but I
>> don?t think that is intended: droplevels() also drops all
>> object?s attributes.
>...