Tazinho / Advanced-R-Solutions

Set of solutions for the Advanced R programming book
https://advanced-r-solutions.rbind.io/
290 stars 118 forks source link

S3 Ex 3.5 changes in solution? #250

Closed Tazinho closed 3 years ago

Tazinho commented 4 years ago

Q5: What generics does the ecdf class have methods for? ...

In this exercise we/Hadley write that g.default return c(1,1) without executing it. However, when I do, I get an error. (This is probably, because it is a named argument within the generic.) Is this somehow changing behaviour (R 4.0). We should carefully check if this affects the solution and adjust it accordingly.

Tazinho commented 3 years ago

Closed in favor of #254