stla
stla
Hello, My package **giacR** starts with this code: ```r library(chromote) chrm
Hello, The [documentation](https://doc.cgal.org/latest/Polynomial/group__PkgPolynomialFunctions.html#ga58d5d7c20cbbe6bddf320483f44fb53d) mentions two functions `square_free_factorize` in the **Polynomial package**. The first one, with three arguments, does not exist. I tried and I got a *"no match for call...
Hello, I have a file in main/resources and I want to include it in the jar. It is not included when running `one-jar`. Is there a way to include it...
Hello, In the README, you mention the R interface, the Python interface and the Julia interface. I've just ported your library to [Haskell](https://github.com/stla/adaptive-cubature). Maybe you would want to mention it...
Hello, I see in the [cddlib documentation](http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/cddlibman2021.pdf) that there is a function to get the list of adjacent vertices. I spent the afternoon to try to get it using Julia,...
Hello, Here is my grob of isocubes:  How can I rotate it? ```r library(grid) library(isocubes) A
Hello, I think the documentation could mention that an isocubes object is similar to an isosurface. Here is a couple of examples I did, based on some isosurface equations. ...
Using `class(img) %in% c("magick-image", "character")` is not a good way to check the class, because `class(img)` can return a vector of length >1. Same for `class(img) == "magick-image"`. By the...
Hello, This looks like an amazing package. I've just tried it, starting with this image:  As you can see, the green color is rather dark. But I did an...
Hello, Since I upgraded R to version 4.4.0, my `mesh3d` plot no longer appears. The viewer renders a blank page. This mesh is large and if I reduce it then...