stla

Results 306 comments of stla

Hello @Dailer I never saw a non-convex Voronoï cell. Does that exist? If I'm right, the convex hull of the cell is nothing but the cell. I would use the...

I included it in the package now. Function `cellVolume`.

That would be interesting, but on the other hand I would be embarrassed if the codes creating a **DT** table with custom JavaScript will no longer work. Maybe a package...

From the documentation: > When you replace the data in an existing table, please make sure the new data has the same number of columns as the current data. So...

I think the reason can also be found in `?replaceData`: > When you have enabled column filters, you should also make sure the attributes of every column remain the same,...

You're definitely a bug finder! But again, this is not related to the `jstree` in `renderUI`: remove `jstreeOutput('jstree_tree_ui')` and you will see the bug is still there.

I identified (but not solved) the problem. The `li` elements of the problematic `nav` and their `a` descendant do not have the required classes, `nav-item` and `nav-link` respectively. If I...

> Can you elaborate on what you mean by removing `jstreeOutput('jstree_tree_ui')` and the error disappears? It does not disappear, on the contrary, it persists! Simply comment one line: ```r jsTreeR_ui...

Hello, Thanks for the report. That is very strange. This is not due to the `jsTreeR` contained in the `renderUI`: if you remove it, you get the same strange behavior....

Hi Yihui, I can see you're insanely busy because you didn't carefully read my message, which is unusual. Your script still works in principle but the problem is that the...