statquant

Results 32 issues of statquant
trafficstars

If my understanding is correct there is no way to indicate that an argument is required and not specify a default value. I raised the question : http://stackoverflow.com/questions/35252547/can-i-specify-mandatory-arguments-with-optparse Am I...

enhancement

I have a very noob question, would httpgd works for javascript libs like plotly ? I cannot seem to have the plotly graphs rendered in the httpgd "window" ``` library(httpgd)...

enhancement

Hello, When I call scancel to cancel all tasks submitted to a slurm cluster by future.batchtools then hit CTRL-C to get the terminal back, R displays an error per task...

When I use progress and some logging at the same time, the bar gets messed up by the text bing printed. Would that be possible to have the bar always...

Hello, would you consider adding the colReorder extension support ? It's done in [DT](https://rstudio.github.io/DT/extensions.html) (see [here](https://datatables.net/extensions/colreorder/) for JS) I personally find it very useful. In any case thanks for the...

enhancement

If the filetype.vim was in a ftdetect dir there would be no need to move it.

Hello and happy new year. In kdb a very useful feature of [lj](https://code.kx.com/q/ref/lj/) is that when a the right table keys are matching the left table the values of common...

enhancement

Hello, I found having a fast bar function (taking a vector x and making n groups of same frequency) extremely useful when it comes to data munging. One way to...

enhancement

Hello and thanks for providing this package. I find myself constantly in the need of updating a list with another list, like [a=1, b=2]

Hello, looking at the doumentation I see in `?reactable` > details: Additional content to display when expanding a row. An R function that takes the row index and column name...