Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Dan Tenenbaum
A Bioconductor package cannot depend on act version of a package that is not available in Bioconductor or CRAN. So he needs to make sure this new version if available in CRAN ASAP. On February 25, 2016 8:48:49 AM PST, Luca De Sano wrote: >I think that the answer of Marco Scutari, the maintai

Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Luca De Sano
I think that the answer of Marco Scutari, the maintainer of bnlearn, is the best solution. Using bnlearn 4.0-20160212 everything works in the right way: Status: 0 ERROR, 0 WARNINGs, 0 NOTE Thank you Marco Scutari says: *Hi Morgan, Hi Luca, this problem is known to me and I have fixe

Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Joris Meys
Also not an expert, but I've looked at the dependencies and realized the following: The problem is likely due to import of Rgraphviz before bnlearn. Rgraphviz is dependent on graph, and graph also has a nodes generic. When bnlearn gets loaded, the nodes generic from the graph package is not visibl

Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Dan Tenenbaum
Rgraphviz import in the generated NAMESPACE, which causes this problem. Dan - Original Message - > From: "Luca De Sano" > To: "Vincent Carey" > Cc: "bioc-devel" > Sent: Thursday, February 25, 2016 7:56:58 AM > Subject: Re: [Bioc-devel] R CMD

Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Luca De Sano
The problem is that the NAMESPACE is regenerated every time I execute the document() command. At the moment, in the description file I've added bnlean Depends: R (>= 3.1), bnlearn, doParallel, to prevent this: > library(devtools) > document() Updating TRONCO documentation Loading TR

Re: [Bioc-devel] R CMD check problems

2016-02-25 Thread Vincent Carey
I am evidently not expert in this topic. However I was able to get past the warning/halt you identified by moving the importFrom(bnlearn,...) statements to the top of the NAMESPACE. I cannot see in the WRE manual how the order of namespace imports/exports should be controlled. Other minds will b

[Bioc-devel] R CMD check problems

2016-02-25 Thread Luca De Sano
Hi all, I'm working on a package named TRONCO ( http://bioconductor.org/packages/devel/bioc/html/TRONCO.html ) which was released last year on bioconductor. Everytime I run R CMD check I get these two warnings: * checking whether the namespace can be loaded with stated dependencies ... WARNING Err