-
Notifications
You must be signed in to change notification settings - Fork 34
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
dandelionR #3680
Comments
Hi @zktuong Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
I currently cannot get the package to build for local testing
|
hi @lshep, i'm told that it should work – as the bioconcductor 3.20 release has that argument in In anycase, we have since gona back to edit the vignette to exclude the argument |
Your package is building against devel not release_3_20 and that argument does not exist there https://code.bioconductor.org/browse/scRepertoire/blob/devel/R/combineContigs.R#L52 . Through this review process make sure you are testing against R-devel and Bioc devel (soon to be 3.21) |
ok thanks for that! seems like the Bioc-devel version of |
Hi @lshep, we are ready for this to be reviewed again. our tests are passing when built against R-devel and Bioc-devel https://github.com/tuonglab/dandelionR/actions/runs/12441168543 |
Your package has been added to git.bioconductor.org to continue the IMPORTANT: Please read this documentation for setting Bioconductor utilized your github ssh-keys for git.bioconductor.org |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 4f31e0fc66a85460216cef29b64e7f7f8b6e3ee4 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 1a94ac148261043e07fa5134e03a20b09b39e8ef |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: d1a41fd7b0c2cbc16f15c256e0ae820de30319ca |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. Congratulations! The package built without errors or warnings Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 5e64785d2a96a6f0bf183e2ee31f2e0fd7eb47c1 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. Congratulations! The package built without errors or warnings Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
A reviewer has been assigned to your package for an indepth review. |
Received a valid push on git.bioconductor.org; starting a build for commit id: 985d192a4fb6a24fa2d1df65d0a9d61a2fe20988 |
Received a valid push on git.bioconductor.org; starting a build for commit id: 015a651a4c1d827cbd7df19968f1f98a28a671a0 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "WARNINGS". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Received a valid push on git.bioconductor.org; starting a build for commit id: 0aeecf700aeb57995d26e4989e5db9aaabb36c40 |
Received a valid push on git.bioconductor.org; starting a build for commit id: 121379f891c659abaf1e1e59edc74dc2bd7ce4c8 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. On one or more platforms, the build results were: "ERROR". Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. Congratulations! The package built without errors or warnings Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Hi @zktuong, could you please provide a point-by-point response to my review? This will help me efficiently verify how each comment has been addressed. Thank you! |
Hi @mireia-bioinfo, sure thing. Please see below for our response: General
We removed
We removed README
We included in the if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("dandelionR") NAMESPACE
We have removed where we were importing miloR and used Man pages
Done R code
Done. Now there's a verbose option with Default as TRUE.
We have went through and removed all
We have changed all of these to using
We have added Check
We have fixed all of the notes and there's no more BiocCheck Notes. Vignette
We have renamed the notebook accordingly to
We have added this to the top of the two markdown documents.
This is now removed completely and evaluated properly later when the destiny section comes on.
|
Hi @zktuong, Thank you for addressing all the points in my review. I just have a few remaining minor comments: Vignette dandelionR.Rmd
As soon as these are addressed I will proceed with accepting the package. |
Received a valid push on git.bioconductor.org; starting a build for commit id: 4b4b57bcdf1292fb7151b149f19a035db84aae7e |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Single Package Builder. Congratulations! The package built without errors or warnings Please see the build report for more details. The following are build products from R CMD build on the Single Package Builder: Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
hi @mireia-bioinfo, thanks again. I've fixed all of the below. Vignette dandelionR.Rmd[x] When I mentioned that it would be useful to include the code for accessing the second vignette in the main one, I meant to make it visible to the users reading the vignette, so they can easely acess it if they're interested. Something like:
[x] The hierarchy of sections in the vignette is not well-structured. Currently, everything is placed under the 'Foreword' section. Please adjust the section headings to properly reflect the content structure. This has been fixed/reordered. [x] Could you also make the vignette title more descriptive? It currently is "Starting From scRepertoire", which is a bit vague. For example, it could be something like "Single-cell immune repertoire trajectory analysis with dandelionR". Yes sorry this is fixed now. |
Hi @zktuong, Thank you for addressing my comments. I'll go ahead and accept the package now. Thank you for your contribution to Bioconductor! |
Your package has been accepted. It will be added to the Thank you for contributing to Bioconductor! Reviewers for Bioconductor packages are volunteers from the Bioconductor |
The default branch of your GitHub repository has been added to Bioconductor's To use the git.bioconductor.org repository, we need an 'ssh' key to associate with your github user name. If your GitHub account already has ssh public keys (https://github.com/zktuong.keys is not empty), then no further steps are required. Otherwise, do the following: See further instructions at https://bioconductor.org/developers/how-to/git/ for working with this repository. See especially https://bioconductor.org/developers/how-to/git/new-package-workflow/ to keep your GitHub and Bioconductor repositories in sync. Your package will be included in the next nigthly 'devel' build (check-out from git at about 6 pm Eastern; build completion around 2pm Eastern the next day) at https://bioconductor.org/checkResults/ (Builds sometimes fail, so ensure that the date stamps on the main landing page are consistent with the addition of your package). Once the package builds successfully, you package will be available for download in the 'Devel' version of Bioconductor using https://bioconductor.org/packages/dandelionR If you have any questions, please contact the bioc-devel mailing list (https://stat.ethz.ch/mailman/listinfo/bioc-devel); this issue will not be monitored further. |
Update the following URL to point to the GitHub repository of
the package you wish to submit to Bioconductor
Confirm the following by editing each check box to '[x]'
I understand that by submitting my package to Bioconductor,
the package source and all review commentary are visible to the
general public.
I have read the Bioconductor Package Submission
instructions. My package is consistent with the Bioconductor
Package Guidelines.
I understand Bioconductor Package Naming Policy and acknowledge
Bioconductor may retain use of package name.
I understand that a minimum requirement for package acceptance
is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
Passing these checks does not result in automatic acceptance. The
package will then undergo a formal review and recommendations for
acceptance regarding other Bioconductor standards will be addressed.
My package addresses statistical or bioinformatic issues related
to the analysis and comprehension of high throughput genomic data.
I am committed to the long-term maintenance of my package. This
includes monitoring the support site for issues that users may
have, subscribing to the bioc-devel mailing list to stay aware
of developments in the Bioconductor community, responding promptly
to requests for updates from the Core team in response to changes in
R or underlying software.
I am familiar with the Bioconductor code of conduct and
agree to abide by it.
I am familiar with the essential aspects of Bioconductor software
management, including:
months, for bug fixes.
(optionally via GitHub).
For questions/help about the submission process, including questions about
the output of the automatic reports generated by the SPB (Single Package
Builder), please use the #package-submission channel of our Community Slack.
Follow the link on the home page of the Bioconductor website to sign up.
The text was updated successfully, but these errors were encountered: