-
Notifications
You must be signed in to change notification settings - Fork 12
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
Documentation revision #71
Documentation revision #71
Conversation
R CMD CHECK passes Consideration: - ttservice::bind_rows() - ttservice::bind_cols()
Consideration: - Changes in vignette
print_method.R tibble_methods.R tidyr_methods.R utilities.R
devtools::document() warning free
Another score! Thanks @noriakis! I don't want to point you to other challenges specifically, as you have already done a lot; if you want to know more, you know when to find me :) |
Thank you very much for merging the PR, and I’m willing to contribute more to this important project! |
Since you took care of the |
Thank you for the reply. Happy to do the same for |
The code within
R
oftidyseurat
has been revised to be in line with tidySingleCellExperiment.In the example for
bind_rows
andbind_cols
, currentlyttservice::bind_rows
andttservice::bind_cols
are being used. The codes withinvignettes
andtests
are currently not touched.R CMD CHECK
passes without errors or warnings.I would be grateful if you could review the changes.