statquant

Results 32 issues of statquant
trafficstars

Hello, this is more a question than an issue. Is radian doing anything different than R console for displaying graphs ? I like the fact that in say Rstudio one...

It seems that writing in color in Rmd is not supported ? I tried `Roses are \textcolor{red}{red}, violets are \textcolor{blue}{blue}. ` without success

Hello, I'd like to do the following: when I create a project repo I usually create the `README.md` from a `README.Rmd`, now I'd like to be able to `render` my...

Hello, I wanted to suggest packages additions and removals - [nanotime ](https://github.com/eddelbuettel/nanotime) is the first package to handle nanos in R, I think it should be used in replacement of...

Hello, I am using the following options `let g:jupytext_fmt = 'R:spin'` as allowed by `jupyter --help` As a matter of fact the following works perfectly ``` jupytext --set-formats R:spin,ipynb,Rmd --sync...

Hello, for some reasons that elude me and that I cannot reproduce (yeah that's not much to go to), sometimes I cannot send jobs to my slurm grid. What happen...

Using `clustermq` as a `foreach` backend does not work as expected. Typically the very important `.errorhandling` option does not seem to work, when `.errorhandling = "pass"` any error happening on...

enhancement

Hello, I want to use powerline fonts for vim-airline. I use a centOS6.6 distro on which I am no admin. Executing the script works as intended you@nyzls68c:~/.vim/bundle/fonts$ ./install.sh Copying fonts......

Hello, first, many thanks for implementing language server in R it works great and out of the box ! I use languageserver in vim via [coc-r-lsp](https://github.com/neoclide/coc-r-lsp) and in combination with...

Whether this POST: stackoverflow.com/questions/34230391/how-to-send-r-markdown-report-in-body-of-email shows how to send html embeded in body, mine (new) is still a problem with interactive plots like when using dygraphs http://stackoverflow.com/questions/34694775/how-can-i-embeded-an-interactive-chart-in-an-email-body Cheers