-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
...
describe = S7::new_property(
class = S7::class_function | NULL,
default = my_describe
)
...Gives me the following warning:
❯ checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'Foo.Rd':
Foo
Code: function(.data = function() NULL, id = character(0),
description = character(0), describe = function (x,
..., max_print = 100) { UseMethod("my_describe")})
Docs: function(.data = function() NULL, id = character(0),
description = character(0), describe = function(x,
..., max_print = 100) { UseMethod("my_describe")})
Mismatches in argument default values:
Name: 'describe'
Code: function (x, ..., max_print = 100)
{
UseMethod("my_describe")
}
Docs: function(x, ..., max_print = 100) {
UseMethod("my_describe")
}
How hard will it be to lazy evaluate the my_describe here... Or should I post this issue to roxygen2?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels