Search code examples
What is the correct way of extending an S3 class from another package in R...


rr-packager-s3

Read More
Create print method for class based on existing class (i.e., print `tibbles` longer)...


rpackager-s3

Read More
Replacing list elements while preserving their attributes...


rr-s3

Read More
How to access original expression that is passed to an overwritten generic in R?...


rexpressionmetaprogrammingr-s3

Read More
What is the purpose/effect of providing the 'generic' argument to `NextMethod()`?...


rgenericsmethodsr-s3

Read More
Why do packages loaded inside `test_that()` provide their methods outside of `test_that()` and how c...


rtestthatr-s3

Read More
"no applicable method" for S3 generic despite existence of default method...


rr-packageroxygen2r-s3

Read More
How do I conditionally provide S3 methods for S3 generics from another package?...


rr-packager-s3

Read More
How to set the additional arguments of a new generic to be the same as their default values in the d...


rgenericsargumentsr-s3

Read More
Define S3 Group generics for incompatible classes...


rclassgenericsr-s3

Read More
How can I write a `%*%` method for a base matrix S3 subclass?...


rmatrixr-s4r-s3

Read More
How to overload S4 slot selector `@` to be a generic function...


rgenericsr-s4r-s3

Read More
Why is my method as.character.haven_labelled() not working in my package?...


rr-packager-s3

Read More
R: plot: Error in as.double(x): cannot coerce type 'S4' to vector of type 'double'...


rr-packager-s4r-s3

Read More
Why are the rounding functions S4 generics rather than S3?...


rroundingr-s4r-s3

Read More
R generic dispatching to attached environment...


rr-s3

Read More
R: how to use and extend data.table in an S3 class...


rdata.tabler-s3

Read More
Error in getMethod("summary", signature = "FitDiff")...


rclassr-s4r-lavaanr-s3

Read More
s3 is there a way to combine prop.table for character variables?...


rsummaryr-s3proportions

Read More
purrr::map executes mapping function in different environments for named functions and formula funct...


rpurrrplumberr-s3

Read More
S3 template which can take different formulas and numeric vectors as arguments...


rr-s3

Read More
How can I define an S3 method for an unevaluated assignment expression?...


rr-s3non-standard-evaluation

Read More
How does an S3 object invoke a method?...


robjectplotsummaryr-s3

Read More
How does R find S3 methods? Why can't R find my S3 `+` method?...


rmethodsr-s3search-pathmethod-dispatch

Read More
defining custom dplyr methods in R package...


rdplyrr-packagetidyverser-s3

Read More
How to use ggplot_add inside another package...


rggplot2r-s3

Read More
Difference between 'generic' and 'method'?...


rr-s3

Read More
How can I apply custom-formatting to tibble list-columns using vctrs?...


rtibbler-s3vctrs

Read More
How to override the implementation of a non-generic function in R...


rr-s3

Read More
R package check stuck on "checking use of S3 registration ..."...


rr-packagecranr-s3

Read More
BackNext