[R-pkg-devel] A Survey on Automated Unit Test in R Language

2017-07-04 Thread Luis Gustavo Uzai
Hi, my name is Luis Gustavo Uzai, I am a master's student at Federal Technology University in Brazil, I am studying Automated Unit Tests in the R. Could you help me with my research? To do so, could respond to this form: Https://goo.gl/forms/i4jN4NPFKylEt8bF2 Identification is optional. Thank yo

Re: [R-pkg-devel] Functions erroneously identified as S3 methods

2017-07-04 Thread Uwe Ligges
On 03.07.2017 12:53, John Reid wrote: Hi, I have some functions in my package that are getting confused for S3 methods. I named them `filter.genes` and `filter.cells` which in hindsight looks like a mistake as `filter` is a S3 method. S3 generic, actually. When I submit my package I recei