stla

Results 73 issues of stla

Hello, In `?subplot`, the link is provided. It is not correct. The correct link is .

Hello, I have a [problem with amcharts4 graphics in a dashboard](https://stackoverflow.com/q/73791828/1100107). The dashboard has several pages and there is one chart in each page. When opening it, the chart at...

question

Hello, I have just installed libboost and rcppbugs (CRAN version) on a Ubuntu machine. When running [this example](https://github.com/armstrtw/rcppbugs.examples/blob/master/eight.schools.stan.comparison.r) I get the following error: ``` > theta y.hat.user

Hello, With these data one gets some negative neighbours in the Delaunay tessellation: ```r > pts del del$neighbours[[899]] [1] 1273 900 -18717 897 ``` [pts.csv](https://github.com/davidcsterratt/geometry/files/7784018/pts.csv)

In order to use a Shiny widget in a DT table with **shiny** `< 1.8`, we used the following options: ```r options = list( preDrawCallback = JS('function() { Shiny.unbindAll(this.api().table().node()); }'),...

Hello, Consider this app: ``` library(shiny) library(ggplot2) ui

Hello, The [example](https://plotly-r.com/supplying-custom-data) in the **plotly** book with the images appearing on hovering does no longer work. That's because `Plotly.d3` is undefined in recent versions of **plotly.js**. This had been...

Hello, I get this warning when compiling with gcc: ``` CGAL/Handle_with_policy.h:188: warning: pointer used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free] ``` I'm using CGAL 5.4 (I can't upgrade).

Warnings
Pkg::STL_Extension

Hello, I'm doing [some images with 'hip'](https://github.com/stla/HaskellImages). Very good library, thanks. Me and another guy on StackOverflow, we tried to reproduce an 'hip' image with R. We start from an...

@yihui The latest version of **dataTables** has a [dark mode](https://datatables.net/manual/styling/dark-mode). Do you think we can enable it and how if we upgrade?