OLEG MELNIKOV

Results 9 comments of OLEG MELNIKOV

When I ran your code, it took 2000 iterations for the 1st and last cases, but 2nd case returned: ``` > res.custom@extra list() ```

In your minimal example, what is `exprs(eset)` ? Could you use some common data set in R or a randomly generated set? This example is not reproducible. Cheers!

It seems to work fine in my R 3.3.0 32 bit on Win 7 OS in RStudio 0.99.902. My `nmf` version is 0.22. Make sure your system and tools are...

Update: even if rank-1 NMF seems to run, yielding expected variance, coefficients, a basis and consensus objects, it still errors on plotting: ``` > basismap(nmf(USArrests, rank=1, seed='ica')) Error in cut.default(x,...

Thanks for reply. NMF: 0.20.6 R: 3.3.0 RStudio: 0.99.902 OS: Windows 7 I'll try the new version.

Running into dependencies issues with new NMF install. `NMF` 0.22 requires `pkgmaker` (>= 0.25.7), which requires repotools, which is not available for R 3.3.0. My current version of `pkgmaker` is...

Now I have `ReportingTools` v2.12.2, `pkgmaker` v0.25.10. When trying `install_github('renozao/NMF')` (with or w/o vignette), a message box pops up asking if I want to install additional build tools. Regardless of...

Yes, Rtools 3.3 have been installed all this time. I checked it first. It seems to be the latest version available on CRAN. Something else must be missing. Is there...

Reinstalled `Rtools33.exe` and was able to successfully install `NMF` v0.22. However, the original error still persists: ``` > evar(nmf(USArrests, rank=1, seed='nndsvd'), as.matrix(USArrests)) Error in U[, i] : subscript out of...