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

plyr still used some places #165

Open
tdhock opened this issue Nov 11, 2024 · 0 comments
Open

plyr still used some places #165

tdhock opened this issue Nov 11, 2024 · 0 comments

Comments

@tdhock
Copy link
Collaborator

tdhock commented Nov 11, 2024

would be good to convert these uses of plyr to data.table and then remove plyr from Suggests.

grep  -nH --null plyr *
helper-plot-data.r:6:    plyr::ddply(d, "PANEL", function(panel_data) {
test-compiler-animation.R:4:library(plyr)
test-compiler-fortify.r:35:  expect_equivalent(fortify(fake_sp), plyr::arrange(fortify(fake_sp2), id, order))
test-compiler-save-separate-chunks.R:2:library(plyr)
test-renderer1-hjust-text-anchor.R:43:objective <- plyr::ldply(objective$iteration, function(i) {
test-renderer1-interactivity.R:181:library(plyr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant