Repository of the TRanslational ONCOlogy library, which includes various algorithms (such as CAPRESE and CAPRI) and the Pipeline for Cancer Inference (PICNIC).
and other similar assignments in the global environment.
Specific issues
I think those assignments are dangerous as they would overwrite variables with that name defined by the user, they are using/setting global variables, etc.
I do not understand why we get the note on one version and not the other, when both versions have those lines.
Using the stable version of TRONCO (2.6.1) for BioC (3.4) if we do
we get
which looks somewhat worrisome. Doing that with the current devel version (2.7.0) for, well, BioC devel (3.5), that does not happen.
Taking a look at the code, I see the following lines in
capri.hypotheses.R
:and other similar assignments in the global environment.
Specific issues
I think those assignments are dangerous as they would overwrite variables with that name defined by the user, they are using/setting global variables, etc.
I do not understand why we get the note on one version and not the other, when both versions have those lines.