Contributions
Contributions copied to clipboard
crisprViz
Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor
- Repository: https://github.com/Jfortin1/crisprViz
Confirm the following by editing each check box to '[x]'
-
[x ] I understand that by submitting my package to Bioconductor, the package source and all review commentary are visible to the general public.
-
[x ] I have read the Bioconductor Package Submission instructions. My package is consistent with the Bioconductor Package Guidelines.
-
[ x] I understand Bioconductor Package Naming Policy and acknowledge Bioconductor may retain use of package name.
-
[x ] 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.
-
[x ] My package addresses statistical or bioinformatic issues related to the analysis and comprehension of high throughput genomic data.
-
[ x] 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.
-
[ x] 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:
- [x ] The 'devel' branch for new packages and features.
- [x ] The stable 'release' branch, made available every six months, for bug fixes.
- [x ] Bioconductor version control using Git (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.
Hi @Jfortin1
Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.
The DESCRIPTION file for this package is:
Package: crisprViz
Title: Visualization Functions for CRISPR gRNAs
Version: 0.99.16
Authors@R: c(
person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre")),
person("Luke", "Hoberecht", email = "[email protected]", role = c("aut"))
)
Description: Provides functionalities to visualize and contextualize
CRISPR guide RNAs (gRNAs) across nucleases and applications.
Works in conjunction with the crisprBase and crisprDesign
Bioconductor packages. Plots are produced using the Gviz framework.
Depends: R (>= 4.2.0),
crisprBase (>= 0.99.15),
crisprDesign (>= 0.99.77)
Imports:
BiocGenerics,
Biostrings,
BSgenome,
GenomeInfoDb,
GenomicFeatures,
GenomicRanges,
grDevices,
Gviz,
IRanges,
methods,
S4Vectors
Suggests:
AnnotationHub,
BiocStyle,
BSgenome.Hsapiens.UCSC.hg38,
knitr,
rmarkdown,
rtracklayer,
testthat,
utils
biocViews:
CRISPR,
FunctionalGenomics,
GeneTarget
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
VignetteBuilder: knitr
BugReports: https://github.com/Jfortin1/crisprViz/issues
URL: https://github.com/Jfortin1/crisprViz
A reviewer has been assigned to your package. Learn what to expect during the review process.
IMPORTANT: Please read this documentation for setting up remotes to push to git.bioconductor.org. It is required to push a version bump to git.bioconductor.org to trigger a new build.
Bioconductor utilized your github ssh-keys for git.bioconductor.org access. To manage keys and future access you may want to active your Bioconductor Git Credentials Account
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
On one or more platforms, the build results were: "WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
@Jfortin1 - Thank you for submitting to Bioconductor. Please see the initial review of the package below. The required changes must be made while the suggested changes do not have to be (though we strongly encourage them). Comment back here with updates that have been made and when the package is ready for a re-review.
General package development
- [ ] REQUIRED: README installation instructions should also include Bioconductor
installation instructions. For the .Rmd file these instructions should be
included in an
eval = FALSEcode chunk.
DESCRIPTION
- [ ] SUGGESTION: I see 'testthat' listed under Suggests but you don't have any unit tests. I would suggest removing this package or adding in unit tests.
Data
- [ ] REQUIRED: Could you add a bit of source information to the two Ideogram data files? Where does this data come from?
- [ ] REQUIRED: I didn't see the Ideogram datasets used in the vignette or in code. Are these actually used somewhere?
Vignette
- [ ] REQUIRED: The installation sections needs to show users how to download
and load the package from Bioconductor, not github. This code can be included
in an
eval = FALSEcode chunk. - [ ] REQUIRED: The figure in the figures directory is not referenced in the vignette. It should be removed if not used.
Unit tests
- [ ] SUGGESTION: Consider adding unit tests.We strongly encourage them. See https://contributions.bioconductor.org/tests.html.
R code
- [ ] SUGGESTION: Avoid
suppressWarnings/*Messagesif possible (found 4 times) - [ ] SUGGESTION: For formatting reasons, consider shorter lines. There are 42 lines that are > 80 characters long.
- [ ] SUGGESTION: For formatting reasons, consider multiples of 4 spaces for line indents. There are 263 lines that are not.
Best, Kayla
Received a valid push on git.bioconductor.org; starting a build for commit id: 8d8b090a4eadae633f7c29283c42ed5c2d109838
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
On one or more platforms, the build results were: "ERROR, WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
Thank you Kayla for your review @Kayla-Morrell. Please find below my comments.
Best, JP
General package development
- [x] REQUIRED: README installation instructions should also include Bioconductor
installation instructions. For the .Rmd file these instructions should be
included in an
eval = FALSEcode chunk.
Done.
DESCRIPTION
- [x] SUGGESTION: I see 'testthat' listed under Suggests but you don't have any unit tests. I would suggest removing this package or adding in unit tests.
We have now added unit tests.
Data
- [x] REQUIRED: Could you add a bit of source information to the two Ideogram data files? Where does this data come from?
- [x] REQUIRED: I didn't see the Ideogram datasets used in the vignette or in code. Are these actually used somewhere?
Great catch, we have now removed those files as they are irrelevant to the current version of the package.
Vignette
- [x] REQUIRED: The installation sections needs to show users how to download
and load the package from Bioconductor, not github. This code can be included
in an
eval = FALSEcode chunk.
Done.
- [x] REQUIRED: The figure in the figures directory is not referenced in the vignette. It should be removed if not used.
Indeed, now removed.
Unit tests
- [x ] SUGGESTION: Consider adding unit tests.We strongly encourage them. See https://contributions.bioconductor.org/tests.html.
Thanks for the suggestion, we have now added unit tests.
R code
- [x] SUGGESTION: Avoid
suppressWarnings/*Messagesif possible (found 4 times)
Necessary for not-so-useful warnings from external packages.
- [x] SUGGESTION: For formatting reasons, consider shorter lines. There are 42 lines that are 80 characters long.
Done, besides a couple of lines that have long urls.
- [x] SUGGESTION: For formatting reasons, consider multiples of 4 spaces for line indents. There are 263 lines that are not.
Our (unpopular) indentation style for function parameters across our R packages is to align with the opening bracket, causing this BiocCheck warning.
Received a valid push on git.bioconductor.org; starting a build for commit id: b6e8bc6c29512046e3515737c00c9fc492d69968
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
On one or more platforms, the build results were: "WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
Received a valid push on git.bioconductor.org; starting a build for commit id: 169767cede9e1c193faf96032b0655957d3fa6a9
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
On one or more platforms, the build results were: "WARNINGS". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
Received a valid push on git.bioconductor.org; starting a build for commit id: cee850ec62bfce58768e92968fdcd8412a93f754
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
On one or more platforms, the build results were: "ERROR, skipped". This may mean there is a problem with the package that you need to fix. Or it may mean that there is a problem with the build system itself.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
Received a valid push on git.bioconductor.org; starting a build for commit id: a18f5c7b255a2d6f075e3923702101812bbac3b1
Dear Package contributor,
This is the automated single package builder at bioconductor.org.
Your package has been built on Linux, Mac, and Windows.
Congratulations! The package built without errors or warnings on all platforms.
Please see the build report for more details. This link will be active for 21 days.
Remember: if you submitted your package after July 7th, 2020,
when making changes to your repository push to
[email protected]:packages/crisprViz to trigger a new build.
A quick tutorial for setting up remotes and pushing to upstream can be found here.
Hi Kayla @Kayla-Morrell, is there anything else that I need to do from my side for this review?
Best, JP
Hello JP @Jfortin1 - I'm currently wrapping up an initial review of a multiple package submission which has used up the majority of my time. I'll work on reviewing the changes you made and get back to you in the next couple days. Sorry for the delay.
Best, Kayla
Thanks @Kayla-Morrell for the heads up!
@Jfortin1 - Thank you again for your patience and making the necessary changes. I have looked everything over and it all looks good. I'm more than happy to accept that package.
Best, Kayla
Your package has been accepted. It will be added to the Bioconductor nightly builds.
Thank you for contributing to Bioconductor!
Reviewers for Bioconductor packages are volunteers from the Bioconductor community. If you are interested in becoming a Bioconductor package reviewer, please see Reviewers Expectations.
Thank you @Kayla-Morrell !
Would it be possible to add the package to the nightly builds sometime this week? Thank you!
I'm very sorry for the delay. I will be ingesting packages later this afternoon and it should be on the nightly builds within 48 hours.
The master branch of your GitHub repository has been added to Bioconductor's git repository.
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/Jfortin1.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/ https://bioconductor.org/developers/how-to/git/sync-existing-repositories/
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 BiocManager::install("crisprViz"). The package 'landing page' will be created at
https://bioconductor.org/packages/crisprViz
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.