-
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
gatom #3170
Comments
Hi @assaron 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 Build System. On one or more platforms, the build results were: "WARNINGS, skipped, ERROR". Please see the build report for more details. The following are build products from R CMD build on the Bioconductor Build 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: 225fb9d89580da6434fc8e1f4f9cf7aab48f306e |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Build System. 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 Bioconductor Build Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
Thank you for your submission. Please see some initial comments: data and data-raw
inst
man
vignette
Please make updates and push changes. When ready please comment here on updates. |
Received a valid push on git.bioconductor.org; starting a build for commit id: b59259c944421bce38b097712d716abda71f15f9 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Build System. 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 Bioconductor Build 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: 0e4fdf624316e23600f55be5699a1bca0dfa2c09 |
Dear Package contributor, This is the automated single package builder at bioconductor.org. Your package has been built on the Bioconductor Build System. 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 Bioconductor Build Links above active for 21 days. Remember: if you submitted your package after July 7th, 2020, |
@lshep thank you for the comments, we've updated the package to address them.
We've moved these files into
We've added
We've added a package level man page.
We've added more comments and references in the
We've added a few introduction paragraphs with references to the examples of the pipeline usage.
We've expanded vignette descriptions with more detailed steps and more references.
Graph layout is randomly initialized, so we used
We had a similar problem at some point, but it was resolved somehow. Also the vignette appears to be correctly rendered on the Bioconductor servers (there are no problems in the html files included in the generated package archives). If you still have the problem, can you please provide more details on the steps you are doing, along with your session info?
We've added |
Bioconductor servers would not be running or testing the shiny apps as its not interactive. And yes I continue to have this issue when trying to run the shiny function
|
@lshep Just to clarify That said, it's still strange that you have this problem. I'm sorry, but I have to ask you for more details, as we can't reproduce it on our side yet (we've tried several people and several machines):
|
I don't get anything. I get a file not found error again when I run it as before I am not using Rstudio. I run R on a terminal and provided the sessionInfo above. Yes if I do No I also cannot run the vignette for boxly. But then if something else needs to be installed for things to work correctly they should be specified. |
Thank you, that clarifies things a bit! It still works for us though, even in the bare R. We have the following behavior: calling
|
|
I'm not sure what to do in this case. It seems it depends on some kind of
system configuration, but I'm not sure what exactly should be done, or how
to mention this in the documentation.
…On Mon, Oct 16, 2023, 11:58 lshep ***@***.***> wrote:
1. It is in the browser that I get the file not found error.
2. The file does exist. If I do firefox index.html on the file it
gives file not found. If I open the file with google-chrome index.html
it works.
3. saving the file and then opening in browseURL works (and opens in
firefox)
—
Reply to this email directly, view it on GitHub
<#3170 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH56WJRZYQIQEVBDYSKORDX7VRR3AVCNFSM6AAAAAA5J2DBLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRUHA4TOMRRGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sounds good. I agree this shouldn't hold up since it seems a configuration issue but good to know in case others encounter and at least there seems to be some workarounds. I'm okay with accepting |
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 |
@lshep thank you for your comments! Regarding the issue, actually I think I know what could be the problem. Apparently there is an issue that Firefox installed using snap can't open files from /tmp folder: https://support.mozilla.org/en-US/questions/1377872 and https://bugs.launchpad.net/snapd/+bug/1972762 I think we'll just add recommendation to use these interactive widgets with RStudio or in markdown files. |
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/assaron.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/gatom 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: