Closed BioinfoMonzino closed 6 years ago
Hi @BioinfoMonzino
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: GARS
Type: Package
Date: 2017-09-25
Title: GARS: a clustering-based Genetic Algorithm for the identification
of Robust Subsets of variables in high-dimensional and challenging
datasets
Version: 0.99.0
Author: Mattia Chiesa <mattia.chiesa@hotmail.it>,
Luca Piacentini <luca.piacentini@cardiologicomonzino.it>
Maintainer: Mattia Chiesa <mattia.chiesa@hotmail.it>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
biocViews: Classification, FeatureExtraction
Imports: DaMiRseq, MLSeq, stats, methods
Suggests: BiocStyle, knitr, testthat
Depends: R (>= 3.4), ggplot2, cluster
A reviewer has been assigned to your package Learn What to Expect during the review process.
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.
Looks like the Description: field needs updating.
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 build report for more details.
Received a valid push; starting a build. Commits are:
2a7f362 update DESCRIPTION file
We have modified and updated the Description file as suggested. We have also bumped the version from 0.99.0 to 0.99.1.
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 build report for more details.
Dear reviewers, GARS is in ERROR status in OS X system. This is due to the dependency "DaMiRseq" that depends on FSelector and, in turn, on RWeka/RWekajars, which is in ERROR in the OS X system (https://cran.r-project.org/web/checks/check_results_RWeka.html). By the way, I have the same problem with "DaMiRseq" package, which is OK in the current version (all systems), OK in Windows and Unix (devel version) and ERROR in OS X (devel version). How could I handle this issue?
For now you can ignore the MAC ERROR, we will look into it on our end. It may be that the binaries are not yet available for MAC which is still an issue with a number of CRAN packages, once those binaries are available this will clear up. I will look if it there is something additional to this.
In the meantime, I will review your package in the next day or two and have an official review for you.
Thank you for your submission to Biocoductor. Please see the comments below:
Build Report
?globalVariables
Organizational
man For your data object can you please explain in more detail how the objects were created.
vignette
R CODE In general the code looks good and well formatted.
Please address the above issues, when ready ensure that a new build report is created with a version bump and please comment back here with what has been updated or comments to address any concerns.
Cheers, Lori
Received a valid push; starting a build. Commits are:
50f3513 GARS version 0.99.2
Dear Lori, thanks for your suggestions, which have been really useful! We addressed most of your issues:
<U+2714> checking Rd cross-references
W checking for missing documentation entries
Undocumented S4 classes:
'GarsSelectedFeatures'
Undocumented S4 methods:
generic 'AllPop' and siglist 'GarsSelectedFeatures'
generic 'FitScore' and siglist 'GarsSelectedFeatures'
generic 'LastPop' and siglist 'GarsSelectedFeatures'
generic 'MatrixFeatures' and siglist 'GarsSelectedFeatures'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
<U+2714> checking for code/documentation mismatches
W checking Rd \usage sections
Objects in \usage without \alias in documentation object 'AllPop methods':
'\S4method{AllPop}{GarsSelectedFeatures}'
Objects in \usage without \alias in documentation object 'FitScore methods':
'\S4method{FitScore}{GarsSelectedFeatures}'
Objects in \usage without \alias in documentation object 'LastPop methods':
'\S4method{LastPop}{GarsSelectedFeatures}'
Objects in \usage without \alias in documentation object 'MatrixFeatures methods':
'\S4method{MatrixFeatures}{GarsSelectedFeatures}'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Please, do you have any suggestions?
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, 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 build report for more details.
Thank you for your updates a few minor comments below:
Build Report
[ ] You do use variables and functions that are not defined - these are globalVariables and global functions - variables should be remedied see globalVariables
and functions should be properly imported in the NAMESPACE with importFrom
* checking R code for possible problems ... [26s/24s] NOTE
GARS_FitFun: no visible global function definition for assay
GARS_GA: no visible global function definition for assay
GARS_PlotFeaturesUsage: no visible binding for global variable
Feature
GARS_PlotFeaturesUsage: no visible binding for global variable Times
GARS_PlotFitnessEvolution: no visible binding for global variable V1
GARS_PlotFitnessEvolution: no visible binding for global variable
fit_list
GARS_create_rnd_population: no visible global function definition for
assay
Undefined global functions or variables:
Feature Times V1 assay fit_list
[ ] Are the suggested biocViews of Clustering and Regression also valid? If so please add to DESCRIPTION biocViews
[ ] documentation warnings: I think The @name needs to be GarsSelectedFeatures-class and I think you might have to @exportClass GarsSelectedFeatures or @export GarsSelectedFeaturesfor it to register the class. Similar for the generics I think you would have to change the tag to @exportMethod MatrixFeatures.
man
Cheers,
Received a valid push; starting a build. Commits are:
7aa8317 update version 0.99.3
Dear Lori, thanks for your suggestions! We addressed all your issues except the last one. In particular:
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 build report for more details.
The last point about a GARS package page in documentation -
Would be to create a man packaga for GARS or having an \alias{GARS} so that a users could type ?GARS
and be directed to a man page describing the package and the main function or directly to the main function of the package.
Received a valid push; starting a build. Commits are:
e4dbf35 updates version 0.99.4
Dear @lshep , we added the man package for GARS. You can check it, typing ?GARS Thanks.
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 build report for more details.
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 build report for more details.
One last minor comment: In the vignette: when you run the GARS_GA function - you show two plots in the vignette but only one is produced when running the function in linux - could it be worth saying how you would generate Figure 1: Fitness Evolution plot - Or changing the plotting output to depict both par(mfrow=c(2,1)) ?
Received a valid push; starting a build. Commits are:
77215b8 updates 0.99.5
Dear @lshep, following your suggestion we tried par(mfrow=c(2,1)) inside GARS_GA. However, it does not seem to have effect on plots generated by ggplot2. So, we decided to modify the vignette: in the first chunk, we launched GARS_GA with plot = “no”. Then, we added a paragraph and a new chunk, where we explained how to use the functions GARS_PlotFitnessEvolution() and GARS_PlotFeaturesUsage(). Could it be ok, now? Thanks again!
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.
Your package has been accepted. It will be added to the Bioconductor Git repository and nightly builds. Additional information will be posed to this issue in the next several days.
Thank you for contributing to Bioconductor!
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/BioinfoMonzino.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 biocLite(\"GARS\")
. The package 'landing page' will be created at
https://bioconductor.org/packages/GARS
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]'
[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 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.
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.