Michael Kane

Results 14 issues of Michael Kane

Please note that this appears to be related to, but not quite the same as, issue #13. The following R Markdown header: ```{r} --- title: "Trelliscope Test" output: html_document: self_contained:...

The Windows build is having trouble linking to the uuid library. If anyone could fix this it would be appreciated.

From an email to bigmemoryauthors: I've been trying to use the "bigmemory" R package but I'm having some issues when trying to remove all duplicated rows (across all columns) from...

See [here](https://github.com/kalibera/rprotect/blob/master/reports/bigmemory/bigmemory.so.bcheck).

``` * using log directory 'd:/RCompile/CRANguest/R-devel/bigmemory.Rcheck' * using R Under development (unstable) (2017-03-24 r72390) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'bigmemory/DESCRIPTION' ......

While checking reverse dependencies Brian Ripley recently pointed me at [this](https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-gcc/NMF-00check.html). He claims it happen's about 10% of the time. It looks like it may be a parallel seed issue....

``` Error in loadNamespace(package, c(which.lib.loc, lib.loc)) : in package ‘Rllvm’ classes functionType were specified for export but not defined ```

There is an actively supported interface to bittrex at https://github.com/ropensci/bittrex/. It may be helpful for integrating the exchange.

If `a`, `b`, and `c` are columns in a matrix, I may only want to see those columns that are highly correlated with `a`. That is, I might not care...