-
Notifications
You must be signed in to change notification settings - Fork 33
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
(inactive) RNASeqHelper #3261
Comments
Hi @mtekman Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
Please use |
Added changes:
|
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: "TIMEOUT, skipped". 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: 8cffbf9ba1202d8a2d1100548feb12715c30f246 |
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: 8d787e511e4c283fc431cd2ffebcce187d840803 |
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: 297e7fb08038a4708dd73dcbc076163263f3cd0a |
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, |
I keep hitting this error with svglite. It's definitely a required module for the It builds fine locally on my machine, but it seems to fail on the CI. Any ideas? |
I just did a quick check and the version is 2.1.2 on merdia1 but 2.1.3 is required. @jwokaty can you check why this CRAN package is not picking up the most recent version on CRAN; https://cran.r-project.org/web/packages/svglite/index.html. I will note I just restarted the linux builder and checked the version there and that is 2.1.3 so on the next try hopefully you would get farther on that OS check |
okay, I will push tomorrow just in case more time is needed, thanks! |
@mtekman |
Received a valid push on git.bioconductor.org; starting a build for commit id: 24db05b29d1e244576bafeaee21a952e34b2d5c7 |
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, |
Thanks all! The message I am getting now is:
My examples (and indeed the vignette) require at least 1000 features to function properly. Too small, the dispersion of the DESeq2 fitting become useless, and clustering produces nonsensical clustering that serves no educational purpose. Is the 10min limit a hard requirement? |
It will be important to try and cut back on the check time as much as possible. |
A reviewer has been assigned to your package for an indepth review. |
In your vignette, you currently are writing to the home directory when you are doing |
Hi @lshep, thanks for the warning! I've also noticed that my code falls apart if there is no "time" component in my phenotype data, so this is something I will fix before I ask you to review it again. Cheers! |
Received a valid push on git.bioconductor.org; starting a build for commit id: 1ea73ad44b62b0a6a8dbbd13653dedd62e6a629d |
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, |
Hello again, new version with:
Hopefully this is the one! |
I have evaluated the software and have major revisions to request, mainly about improved Bioconductor interoperability..
|
Dear Dario, Thank you for your comprehensive review, you have definitely given me a
Thanks for these hints, I will do these changes!
I do not have too much experience with edgeR, but I think you're right that it would be a huge win to incorporate it into the library, and it would even offer a nice "keepgenes" alternative method.
I will remove tidyverse variable types, but can I at least keep dplyr
All of my functions were previously camelCase, but I was told that I failed many linting checks, and so changed them all to snake_case at the behest of lintr. Since the default lintr rules do not seem to be encouraged, may I ask which lintr rules are? I found this, but the rules do not seem to work with the current version of lintr.
I find it much easier to keep things in a single R file, since I only need to mentally grapple with a single buffer. It also greatly helps when I produce a dependency map of my code (see image below). Is this a strict requirement? Thanks again, |
The coding style requirements are in R Code chapter. You may keep functions in one file. How about base R pipe |
You just blew my mind about the base R pipe, I genuinely thought that was a dplyr implementation only. I guess I will try |
This issue is being closed because there has been no progress Thank you for your interest in Bioconductor. |
TODO:
|
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: