stla

Results 84 issues of 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...

Bug
Pkg::Polynomial
Has Pull Request

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: ![isocubes_doubleTrumpet](https://github.com/coolbutuseless/isocubes/assets/4466543/54b7d64f-686a-403c-840f-a5da6c95eda2) 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. ![isocubes_BarthSextic](https://github.com/coolbutuseless/isocubes/assets/4466543/4d5108ac-f74f-4c54-b35d-e3fc4c49322f)...

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: ![Klein_t0](https://github.com/cj-holmes/isocuboids/assets/4466543/7dd56dcc-0dce-4a2a-bf02-4de251d8ffe3) 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...