-
In the introduction it seems that heatmaply supports shiny. However, I haven't found any discussion of how to incorporate heatmaply in shiny apps both in the package or in the forums. Is it still an o…
zji90 updated
7 years ago
-
I am trying to plot a simple two columned dataframe and receive the following error:
`Error: all(vapply(s, is.integer, NA)) is not TRUE`
The dataframe I'm working with has two columns each with …
-
Thanks for a nice model with a good implementation. I'm curious if I can use the model just to normalise my single cell counts. I'm not interested in a factor analysis but would like to remove batch e…
-
When trying to run the demo example using mtcars, I get:
Error: 'seriate_dendrogram' is not an exported object from 'namespace:dendextend'
Thanks for your help or fix,
Philipp
this is my session in…
-
Possibly disable [haven's labels](https://github.com/hadley/haven) when importing SPSS files. The attribute-filled objects do not play well with many already written processes. An added argument, `lab…
-
Hi David,
I also would like to thank you for having created such a nice package, I enjoy working with it alot.
I found that addPlot.pptx(..., vector.graphic = TRUE) has a problem when printing a ggp…
-
Such as arules
-
I'm not sure if this bug is related to dendextend rather than arules itself. It looks like there is a masking glitch here or there...
Anyway, here's how to reproduce the defect:
``` r
require(arules…
-
In a new R session I can repeatedly run this:
```
library(rbokeh)
figure() %>% ly_points(cars$speed, cars$dist)
```
However when I run this in an environment where I have my packages loaded, rbokeh …
ghost updated
9 years ago
-
After I execute `install.packages('caret')` on fresh installation of R 3.2.0 and RStudio 0.98.1103 on Windows 7 x64, some dependences did not get installed and I need to install them manually afterwar…
trebi updated
9 years ago