-
Notifications
You must be signed in to change notification settings - Fork 25
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
resolve tidyomics conflicts and docs clean up #297
Conversation
for glmmSeq. i solved all those. i will push the changes in 3 hours |
@stemangiola sounds good. |
This glmmSeq PR should fix things up |
@stemangiola There's still this warning in workflow CMD check
There is one filter.tidybulk in R/dplyr-methods.R and one in Here are the possibilities listed by chatgpt:
I don't get this warning in local check so need to push commits here... |
@chilampoon I believe @noriakis solved the same problem in |
Thank you for the mention! The warning in the method lookup could be solved by moving |
Thanks! lets use the same github action as tidySingleCellExperiment and tidySummarizedExperiment then |
@stemangiola there are always new errors/warnings show up after fixing something... I think I better move on clearing up other docs rather than focusing on the RCMDcheck results... |
Yes there are few errors and warnings. I think they are easy to fix, but if you have something in mind feel free to suggest. I think it is better that you run github action on your master branch (so you don't need authorisation) and when they are warning free you can push to the main master. Yes tidybulk needs some work as it is the biggest and oldest repository of tidy transcriptomics. |
Sounds good, close this PR for now. Thanks @noriakis and @stemangiola ! |
Hi @chilampoon, just letting you know I am making some changes from commit #1a0c713 so that we don't duplicate our efforts. I am hoping to get this passing BiocCheck and R CMD CHECK (currently fixing existing issue in tidybulk as far as I can tell, not related to your improvements) in the next few days so that we can merge before too many changes are made to the main branch. You can see my changes here https://github.com/william-hutchison/tidybulk/tree/chilampoon-improve-documentation . Let me know if you have any suggestions and thanks for your work! |
Hi @william-hutchison looks good to me! Please keep me posted when you finish the updates |
clean up and refactor docs majorly in
dplyr_methods.R
andtidyr_methods.R
and some infuncitons(_se).R
andmethods(_se).R
I got notes when install the package so then tried to fix them
resolve warnings in some tests from
testthat
due to different adj pvalues . I am not sure if it's because of using a newer version of TMB packageresolve warnings:
TBD: a lot of notes
(right now try to do CI tests to see if any issues pop up)