stla

Results 72 issues of stla

Hello, I have an array like this: `["Africa/Abidjan", "Africa/Accra", "America/Argentina/Cordoba", "America/Argentina/Jujuy"]` I am able to convert it to an array of nodes: ``` [ { label: "Africa", value: "africa", children:...

enhancement

Hello, maybe the authors of the animation package would be interested in including such functions in the package. I am not sure they work on Windows, I only tried on...

Hello, I have such a header: ``` Factors Estimated parameters Linear regression Quadratic regression A B C D E F G ``` When I export to xlsx, Excel has to...

Hello, I'm under the impression something has changed. The stuff below is taken from my package `shinyMergely`. Here is the file input: ```r fileInput( "files", NULL, multiple = TRUE, buttonLabel...

**Describe the bug** The 'net-server' and 'network' icons appear in grey: ![muiicons](https://user-images.githubusercontent.com/4466543/174588107-2824c047-06f5-4bf1-95a9-99ff8abfa59d.png) **To Reproduce** ```html ``` **Expected behavior** There should appear in white. **Screenshots** ![muiicons](https://user-images.githubusercontent.com/4466543/174588497-31df52af-d003-4253-9bbf-257f958725b5.png) **Desktop (please complete the following...

Hello, Here is a model with two between variances: ``` library(rstanarm) rstanarm

Hello, About three or four years ago, I wrapped Qhull in a [Haskell library](https://github.com/stla/qhull). Currently I'm wrapping it in R now. I've just seen that there was an update in...

Hello, I have a package containing a Shiny app. Obviously the functions of the package which are used in the Shiny app do not contribute to the coverage. But I...

Fix #389 Just changing ` if (!is.null(source)) cols[[i]]$source = source` to ` if (!is.null(source)) cols[[i]]$source = as.list(source)` at line 448.

Hello, According to the help topic of `?hot_col`, for the `source` argument: > a vector of choices for select, dropdown and autocomplete column types However *if the `source` has only...