roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

S3 diagnostics suggests correction with typo

Open sven-stodtmann opened this issue 1 year ago • 0 comments

When missing @exportS3Method, I get the following, potentially very helpful message: S3 method method.cls needs @export or @exportS3method tag. However, when copy-pasting the suggestion, it leads to an error since "method" must be capitalized. It should be S3 method method.cls needs @export or @exportS3Method tag. instead.

sven-stodtmann avatar Jan 30 '24 09:01 sven-stodtmann