generics icon indicating copy to clipboard operation
generics copied to clipboard

Common generic methods

Results 8 generics issues
Sort by recently updated
recently updated
newest added

The generic for `bake()` currently lives in [recipes](https://github.com/tidymodels/recipes) but as outlined in rstudio/vetiver-r#179, this presents difficulties for providing `bake()` methods for other kinds of objects, like a [bundled](https://github.com/rstudio/bundle) recipe vetiver...

feature

This is a followup to #32, but an attempt to start answering "what should `augment()` look like"? I'm of the belief that `augment()` should be split into three different generics:...

feature

Would it be useful to move the dynamic doc code pieces over to `roxygen2`? What if you could just use `@dynamic` in the roxygen comments of any generic function, and...

documentation

These generics are used within `fable` models for producing a single model (`estimate()`) or a collection of models (`model()`) from model definitions. To avoid "namespace grabbing", these generics should probably...

feature

`hypothesize()` was added from #10, it would also be nice to export it as `hypothesise()` also.

feature

`varying_args()` has been superseded by `tune_args()`

upkeep

So that (e.g.) `?fit` provides something useful Currently the documentation is aimed at the developer, but most of the time the person reading them will be a user looking for...

documentation

`alt_text()` to return a character string that describes an object.