Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos: @exportS3method -> @exportS3Method #1591

Open
HenrikBengtsson opened this issue Feb 4, 2024 · 1 comment
Open

Typos: @exportS3method -> @exportS3Method #1591

HenrikBengtsson opened this issue Feb 4, 2024 · 1 comment

Comments

@HenrikBengtsson
Copy link
Contributor

TL;DR

There are several instances of @exportS3method that I think should be @exportS3Method. See PR #1590 for what I think needs to be fixed.

Background

✖ Future-class.R:862: S3 method `packages.Future` needs @export or @exportS3method tag.
✖ Future-class.R:855: S3 method `globals.Future` needs @export or @exportS3method tag.

Following these instructions, I then got:

✖ Future-class.R:854: @exportS3method is not a known tag.
✖ Future-class.R:861: @exportS3method is not a known tag.
✖ Future-class.R:862: S3 method `packages.Future` needs @export or @exportS3method tag.
✖ Future-class.R:855: S3 method `globals.Future` needs @export or @exportS3method tag.
@llrs
Copy link

llrs commented Feb 6, 2024

There are several related issues to this: #1585 and #1587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants