search for: ghiggi

Displaying 3 results from an estimated 3 matches for "ghiggi".

Did you mean: ghibli
2019 Jul 07
3
Possible bug in `class<-` when a class-specific '[[.' method is defined
Hi all ! I noticed a strange behaviour of the function `class<-` when a class-specific '[[.' method is defined. Here below a reproducible example : #-------------------------------------------------------------------. counttt <- 0 `[[.MYCLASS` = function(x, ...) { counttt <<- counttt + 1 # browser() x = NextMethod() return(x) } df <- as.data.frame(matrix(1:20,
2019 Jul 15
4
Possible bug in `class<-` when a class-specific '[[.' method is defined
...survey_3.35-1 [103] survival_2.44-1.1 timeDate_3043.102 tibble_2.1.1 [106] memoise_1.1.0 cluster_2.0.8 toOrdinal_1.1-0.0 [109] fitdistrplus_1.0-14 brew_1.0-6 Hope this helps, Rui Barradas ?s 13:16 de 15/07/19, Duncan Murdoch escreveu: > On 07/07/2019 11:49 a.m., Ghiggi Gionata wrote: >> Hi all ! >> >> I noticed a strange behaviour of the function `class<-` when a >> class-specific '[[.' method is defined. >> >> Here below a reproducible example : >> >> >> #------------------------------------------...
2019 Jul 15
0
[External] Re: Possible bug in `class<-` when a class-specific '[[.' method is defined
...imeDate_3043.102 tibble_2.1.1 > [106] memoise_1.1.0 cluster_2.0.8 toOrdinal_1.1-0.0 > [109] fitdistrplus_1.0-14 brew_1.0-6 > > > > Hope this helps, > > Rui Barradas > > > ?s 13:16 de 15/07/19, Duncan Murdoch escreveu: >> On 07/07/2019 11:49 a.m., Ghiggi Gionata wrote: >>> Hi all ! >>> >>> I noticed a strange behaviour of the function `class<-` when a >>> class-specific '[[.' method is defined. >>> >>> Here below a reproducible example : >>> >>> >>> #--...