✖ import_export_helpers.R:1148: @exportS3method is not a known tag.
✖ import_export_helpers.R:1150: S3 method `as.data.frame.bibliography` needs
@export or @exportS3method tag.
It works with @export, and I am not sure if @exportS3method would do anything different - so it might just be about removing that from the second error message?
produces
It works with
@export
, and I am not sure if@exportS3method
would do anything different - so it might just be about removing that from the second error message?