-
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
CPSM #3518
Comments
Hi @hks5august Thanks for submitting your package. We are taking a quick The DESCRIPTION file for this package is:
|
Please don't use the export pattern to export all functions. Please list exported function explicitly and avoid exporting internal/helper functions.
There is a error in the tests
SurvPredPipe does not appear to be on CRAN or Bioconductor and cannot be used in your package. All dependencies must be on CRAN or Bioconductor. |
may we expect updates soon? |
Thank you for reaching out to me.
Yes, I am working on it. Hopefully, soon everything will works fine.
…On Tue, Sep 24, 2024 at 1:42 PM lshep ***@***.***> wrote:
may we expect updates soon?
—
Reply to this email directly, view it on GitHub
<#3518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALEXFF7ZELN5XTURZUJ7ZJLZYGQA7AVCNFSM6AAAAABMU4HKZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRHEZDANRUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This issue is being closed because there has been no progress Thank you for your interest in Bioconductor. |
Hello, I have updated the package and wanted to re-open the issue. |
Hello,
I have updated the package and tried to resolve the issues. Now, I want to
re-open the issue.
Best Regards
Harpreet Kaur, Ph.D
…On Fri, Nov 8, 2024 at 9:58 AM bioc-issue-bot ***@***.***> wrote:
This issue is being closed because there has been no progress
for an extended period of time. You may reopen the issue when
you have the time to actively participate in the review /
submission process. Please also keep in mind that a package
accepted to Bioconductor requires a commitment on your part to
ongoing maintenance.
Thank you for your interest in Bioconductor.
—
Reply to this email directly, view it on GitHub
<#3518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALEXFFZW6O3ZJ6VAT2HBLOLZ7TGQRAVCNFSM6AAAAABMU4HKZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRUHE3DSMBWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank You for re-opening. We have fixed the issues. It should work now. |
Thank You
Best Regards
Harpreet Kaur, Ph.D
…On Thu, Nov 21, 2024 at 7:37 AM lshep ***@***.***> wrote:
Reopened #3518 <#3518>
.
—
Reply to this email directly, view it on GitHub
<#3518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALEXFFZLO4Q5QJ7VUV2P2P32BXHW5AVCNFSM6AAAAABMU4HKZ6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGM4DCMRUHA2DIMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As mentioned before I see you import SummarizedExperiment but currently don't see it utilized. Given the data is samples and features with expression values, it seems appropriate that your functions should work with a SummarizedExperiment and that this should be shown in perhaps a secondary vignette rather than utilizing data.frames. Bioconductor requires interoperability with standardized Bioconductor class objects . We also recommend renaming the vignette to something more distictive to avoid load |
Thank You for your suggestions.
I believe updated CPSM package should works now. Thank You for your Consideration. Harpreet Kaur, Ph.D |
You likely want to create accessor methods to retrieve commonly used values. For instance instead of parsing your list with |
Yes, We have implemented accessor methods to retrieve commonly used values, designed to integrate seamlessly with functions that automatically partition the dataset based on user-provided arguments. For instance, users can specify the column number where the expression values begin, and a dedicated variable accepts this input. The accessor methods then retrieve the corresponding values efficiently. This approach simplifies the process of using the example dataset and allows users to easily prepare and analyze their own datasets with flexibility and ease. Thank You Regards |
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, 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, |
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, 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, |
Dear Bioconductor Team, Thank you for your notification regarding the build error for my package, CPSM. Upon reviewing the build report, it appears that the error is related to missing dependencies (MTLR, SurvMetrics, and pec). These packages are integral components of CPSM, and I believe their unavailability on the build system caused the error. To address this issue, I would like to confirm:
Regards, |
If they are current packages on CRAN/Bioconductor they should be available. We can look into why they were not being installed. You did specify them in the DESCRIPTION? |
Yes, they are mentioned under Import in the DESCRIPTION file. Thank You |
We've made sure they are installed and I just kicked off a new build manually. You should get a new report soon |
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 Bioconductor Team,
Maintainer: Harpreet Kaur hks04180@gmail.com b. Redundant 'stop' and 'warn' in Signal Conditions* I have addressed all actionable items, resolved errors, and clarified why specific notes cannot be resolved at this time. Please let me know if further adjustments are required for the package's acceptance. Best regards, |
Can you please do a version bump and push to git.bioconductor.org to trigger a new build report |
Hello, Thank You Harpreet Kaur, Ph.D |
You need to push to git.bioconductor.org to trigger a new build report. See the previous comment #3518 (comment) |
Hi, "FATAL: W any hks5august/CPSM hks5august DENIED by fallthru Please make sure you have the correct access rights I have checked i have permission of "R and W" for CPSM with Bioctedentials I am unable to understand above issue. Thank You Harpreet Kaur, Ph.D |
Please share |
git remote -v bioconductor git@git.bioconductor.org:hks5august/CPSM.git (fetch) |
and the branch you are on locally is called main |
Received a valid push on git.bioconductor.org; starting a build for commit id: f9f657b51245c5039c5b72c44f3f5df1c188f1ab |
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: dc4e3774401758a4df4c7dc1d0e815fc18df777e |
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: 0b74789b02021f74b7bf857dc430a9f0d464db65 |
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: 511690277553cc33d202e9fc3f081b492fe83763 |
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, |
Dear Bioconductor Team, Thank you for your detailed feedback on the CPSM package submission. After carefully reviewing the identified issues in the build report, I have made the necessary updates and addressed them accordingly. Below is a summary of the build report of updated version of the package and concerns raised and the actions taken to resolve them: BiocCheck v1.43.2 Results R CMD CHECK Results BiocCheck ('CPSM_0.99.4.tar.gz') Results Details on Unresolved Notes Note: Avoid 'suppressWarnings'/'suppressMessages' if possible (found 2 times). Note: The recommended function length is 50 lines or less. There are 7 functions greater than 50 lines. Note: Consider multiples of 4 spaces for line indents; 569 lines (26%) are not. Summary Thank you for your time and consideration. Best regards, |
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: