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

S4 classes should importClass external ancestors #11

Open
hadley opened this issue Sep 17, 2012 · 1 comment
Open

S4 classes should importClass external ancestors #11

hadley opened this issue Sep 17, 2012 · 1 comment

Comments

@hadley
Copy link
Owner

hadley commented Sep 17, 2012

No description provided.

@hadley
Copy link
Owner Author

hadley commented Sep 17, 2012

(From Michael Lawrence)

If a class is included in a method signature, or is passed in "contains" to setClass(), and it is not defined within the package, Roxygen should search the dependent packages for a class of the same name and generate an importClassesFrom() directive. User should be able to override, just in case it picks the wrong package.

When a method is defined for a generic not defined in the package, search the dependencies and importFrom() it.

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

1 participant