Closed tjh48 closed 7 years ago
Hi @tjh48
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: clusterSeq
Type: Package
Title: Clustering of high-throughput sequencing data by identifying co-expression patterns
Version: 0.99.0
Depends: R (>= 3.3.0), methods, BiocParallel
Suggests: baySeq, BiocStyle
Date: 2016-01-19
Author: Thomas J. Hardcastle & Irene Papatheodorou
Maintainer: Thomas J. Hardcastle <tjh48@cam.ac.uk>
Description: Identification of clusters of co-expressed genes based on their expression across multiple (replicated) biological samples.
License: GPL-3
LazyLoad: yes
biocViews: Sequencing, DifferentialExpression, MultipleComparison
Your package has been approved for building. Your package is now submitted to our queue.
IMPORTANT: Please read the instructions for setting up a push hook on your repository, or further changes to your repository will NOT trigger a new build.
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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160907202349.html
Thank you for your submission.
I will review and work through your code and respond back with any suggestions or comments soon. In the meantime, we would appreciate if you could work on fixing some of the WARNINGS and NOTES generated in the build report.
R CMD build --resave-data clusterSeq
This will create a tarball that has the data files compressed as small as possible. Untar this file and copy the data files in it over the ones in your git working copy and then recommit those. ?globalVariables
I will respond with any further comments or suggestions shortly. Thank you.
Fixed these, except for 5, in line with R manual guidance on documenting data sets:
2.1.2 Documenting data sets The structure of Rd files which document R data sets is slightly different. Sections such as \arguments and \value are not needed but the format and source of the data should be explained.
Thanks
Tom
Can you please push these changes and do a version bump in the DESCRIPTION so a new build is started.
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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160915073428.html
Thank you for making those changes. Please see the following:
General:
Vignette:
R code:
Man pages:
Also, it seemed like the autobuild after the Description version bump didn't happen. This could have been on our end as we were making some updates to the build system earlier in the week but if you could check that your webhook is set up we would appreciate it.
Thank you Lori
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: "abnormal". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160922081929.html
Received a valid push; starting a build. Commits are:
9ede837 bump
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: "abnormal". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160922082057.html
Hi Lori. Updates made.
There seems to be a problem with the builder (or my implementation of the webhook). I've pulled the current clusterSeq off github and built it on a new machine, which works perfectly well, but the bioconductor builder fails badly.
Thanks,
Tom
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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160922102002.html
Seems to be fixed now - thanks!
Thank you for your recent updates. A few more minor changes below to address:
VIGNETTE Please add a section for installation before the library call
source("http://www.bioconductor.org/biocLite.R")
biocLite("clusterSeq")
MAN
ratThymus-data.Rd
Mixed " ' " and " " for matrix(
mobData')
kcluster.Rd It would be nice to see a demonstration using a countData object in addition to the matrix.
R code
as(current_list, "NumericList")
Received a valid push; starting a build. Commits are:
d52ab37 changed to use seq_len internally; IntegerLists as...
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, ERROR". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20160930182342.html
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, ERROR". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161003072023.html
Hello, It looks like you saved a .Random.seed when you saved your data object in cD.ratThymus.RData . Please remove this.
> load("cD.ratThymus.RData")
> ls(all.names=TRUE)
[1] "cD.ratThymus" ".Random.seed"
This may be causing the new ERROR.
I don't think this has anything to do with the saved object, but appears because a baySeq object is loaded, which causes the required packages (specifically, BiocGenerics) to import into the R session. I can duplicate this behaviour thusly:
library(BiocGenerics) ls(all.names = TRUE) [1] ".Random.seed"
The errors in the build report seem to be a failure of the parallelisation on the build servers. I will look at disabling this for the vignette/examples.
Were you planning on resubmitting before the release deadline (tomorrow)?
Sorry - other projects had to take priority. I guess this package will have to wait for the next release.
Received a valid push; starting a build. Commits are:
d915074 biocParallel fixing
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 code 414.
Message: Request-URI Too Long.
Error code explanation: 414 = URI is too long.. ". 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 following build report for more details: http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161104101555.html
looking into this issue.
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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161104110042.html
You can ignore the warning about the version number; this is on our end. I will review and get back to you. On a quick glance, it seems like with the recent changes the build and check times have almost doubled. Is this expected?
Not entirely expected, but probably due to changes I've made to the default BiocParallel settings for out-of-the-box running on Windows operating system.
The package has to be able to run R CMD check --no-build-vignettes in under 5 minutes. Is there a way to simplify the examples or vignette, or reduce size of the data object utilized?
Some additional points:
Received a valid push; starting a build. Commits are:
1f225fc parallel fixes
Testing on build - will check to see time taken for examples. Build is rapid on my test machine so trying to find time on Bioconductor builds.
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: "skipped, 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161129055907.html
Received a valid push; starting a build. Commits are:
a2d80fc version bump
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: "skipped, ERROR". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161129062620.html
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: "skipped, ERROR". 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 following build report for more details:
http://bioconductor.org/spb_reports/clusterSeq_buildreport_20161207084324.html
I'm not exactly sure what is causing the latex ERROR. I went on the system and built and checked the package manually and it seemed to be okay. I will accept the package but please be advised once the package is moved to the daily build system if this ERROR persists we would expect you attention in a timely manner. Please keep the issue open until you receive svn instructions via email for upload to Bioconductor. Thank you for your time and effort.
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 am familiar with the essential aspects of Bioconductor software management, including:
For help with submitting your package, please subscribe and post questions to the bioc-devel mailing list.