Exporting non-S3-methods with dots in the name using roxygen2 v4

后端 未结 2 490
南笙
南笙 2020-12-03 01:41

Since roxygen2 version 4.0.0, the @S3method tag has been deprecated in favour of using @export.

The package now t

2条回答
  •  温柔的废话
    2020-12-03 02:15

    Use @method generic class and @export instead of @S3method. Take a look at this thread: S3 method help (roxygen2)

提交回复
热议问题