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

acast and dcast are generics with data.frame method. #62

Closed
wants to merge 3 commits into from
Closed

acast and dcast are generics with data.frame method. #62

wants to merge 3 commits into from

Conversation

arunsrinivasan
Copy link

  • cast is not exported.
  • acast.data.frame and dcast.data.frame are documented (material from cast).
  • ?acast and ?dcast redirect to the .data.frame methods (created an alias).
  • Examples are split from cast.
  • check() runs without any warnings/errors.
  • dev_help("cast") doesn't work anymore (as expected).

@arunsrinivasan
Copy link
Author

Are there still plans to make reshape2::dcast S3 generic?

@hadley
Copy link
Owner

hadley commented Jul 5, 2015

I'll look into it the next time I'm working on reshape2, but that's likely to be a while.

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

Successfully merging this pull request may close these issues.

None yet

2 participants