Skip to content

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

Closed
arunsrinivasan wants to merge 3 commits intohadley:masterfrom
arunsrinivasan:cast-generic
Closed

acast and dcast are generics with data.frame method.#62
arunsrinivasan wants to merge 3 commits intohadley:masterfrom
arunsrinivasan:cast-generic

Conversation

@arunsrinivasan
Copy link
Copy Markdown

  • 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
Copy Markdown
Author

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

@hadley
Copy link
Copy Markdown
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.

2 participants