stla

Results 306 comments of stla

> Hi, > > I found a dataset I'm not able to triangulate. There is no trick in this dataset such as co-circular points but I can't apply the `delaunayn`...

Hi, just take the means of the columns.

Sorry, my comment is wrong: if there are some points more concentrated on a region, they will be overrepresented in the calculation of the mean. You can use my package...

Hi, maybe this can help: https://github.com/jeroen/V8/issues/100

I don't think this is a bug. The conditional panel behavior is executed only once Shiny is connected, and this takes a fraction of time. You can do: ```r ui

See https://github.com/rstudio/shiny/issues/3979 There are two options: either you set `selectize=FALSE` in `selectInput`. Or if you want to use `selectize`, you have to get and include the HTML dependency and to...

Not sure it's possible like this, I don't know. Alternatively, you could use two observers, as in the last example of `?shiny::modalDialog`. Or you can use the **shinyalert** package, which...

This is GCC 12.2.0. I compile a big R package wrapping some 3D stuff of CGAL (almost everything dealing with meshes). [Here](https://win-builder.r-project.org/y1vLiJLDv6iS/00install.out) is a temporary link to the compilation report...

Sorry, this is **isomesh.cpp** I think. [Here it is](https://github.com/stla/cgalMeshes/blob/main/src/isomesh.cpp).

Here is this warning again but with CGAL 5.5.2: ``` In file included from D:/RCompile/CRANpkg/lib/4.4/RcppCGAL/include/CGAL/Polynomial.h:35, from cgalMesh.h:72: In member function 'void CGAL::Reference_counted::add_reference() [with T_ = CGAL::internal::Polynomial_rep]', inlined from 'CGAL::Handle_with_policy::Handle_with_policy(const Self&)...