-
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
sketchR #3284
Comments
Hi @csoneson Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
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, |
I think the timeout here (on macOS only) comes from building the |
Hi Charlotte, We've made some changes to how basilisk's cache is set up on nebbiolo1 and merida1. Now it's shared between the daily builds (BBS) and SPB. This should help a little bit with Can you bump the version of the package? We'll see how it goes. Note that there will still be a substantial amount of stuff that needs to be reinstalled over and over each time you bump the version of the package (this is how basilisk was designed, I can't think of an easy way to avoid that), but the cache also contains a significant amount of stuff that is version-independent. That part won't be reinstalled. Best |
Received a valid push on git.bioconductor.org; starting a build for commit id: 01368738c25fc831dfa87529bf545215173c865d |
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, |
hmm... 😞 I'll take a look... |
Thanks Hervé! Let me know if there's something else I should try (I can probably reduce the run time of the vignette a little by using a smaller data set to start with, but I'm not sure that has a big impact compared to the time spent building the environment). |
Turns out that the SPB was still using the old cache location ( Can you please try again? 🤞 |
Received a valid push on git.bioconductor.org; starting a build for commit id: 96ab3a4fe2e1925eaa0df8200991305d47070ae6 |
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, |
Bummer! 😞 FWIW I was able to manually build sketchR in an interactive session on merida1 in 9m32s (see Bioconductor/BBS#400), but that was when the daily builds were not running so I guess that gave me a small advantage. Anyways, even though sharing the cache seems to help a little bit, it's not enough. Let me think about what else we can do about this. |
Thanks again - just let me know if there's something I can do! |
Hi -- when you say "build the package locally in 10 min" does that include all the miniconda activities for a version bump? |
For me when I did it on merida1 it did include all the miniconda activities, yes. Anyways, it doesn't seem fair to take into account the time it takes to set up the basilisk environment. This is just a one-time overhead and doesn't reflect the efficiency of the code in the package itself. One way to ignore the overhead would be to have the SPB (and BBS) run In the meantime, I'm going to manually restart a build. If it passes |
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, |
Build and check each took about 2 min on nebbiolo1 and merida1. Yeah! |
Yes, I think so (at least as far as I can tell), and it was rebuilding the environment (but may potentially have used some previously downloaded and cached packages rather than re-downloading them, I didn't actually check that in detail).
Yay!! |
A reviewer hasn't looked at the package yet. I can take a more in depth look this week. |
When I'm trying to build locally I'm getting the following ERROR is there something I should do to resolve?
|
I've seen this happening when some packages needed to be reinstalled (from source) since |
hmm... I just tried re-instaling Matrix from source but it still didnt work. Maybe I'll try re-installing R ... |
I think reinstalling Matrix itself is not enough, also the packages linking to it must be reinstalled (the ones in the linked post). |
tried both Matrix and TFBSTools and still same... |
What about irlba and/or lme4? |
I deleted out and re-installed Matrix, TFBSTools, lme4, and irlba .... and that seemed to work. I'll try to have a review by tomorrow |
A few quick comments:
vignette
man
|
Received a valid push on git.bioconductor.org; starting a build for commit id: 42162d80e81623fdf816638722ea1581828b2355 |
Thanks! We've addressed the comments here: https://github.com/fmicompbio/sketchR/pull/13/files
Actually yes - from what we understand the copyright year should be when the software was first made available to the public, and in this case the package has been on GitHub since 2022.
We've expanded the introduction to cover these aspects.
Yep, good catch, I forgot that - added. |
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, |
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/csoneson.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/sketchR 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: