Backes Thierry
Backes Thierry
Hello, When I try to install the package on linux I get a strange compilation error: ``` > install.packages("collections") Installing package into ‘/home/backes/R/x86_64-pc-linux-gnu-library/4.1’ (as ‘lib’ is unspecified) trying URL 'https://stat.ethz.ch/CRAN/src/contrib/collections_0.3.5.tar.gz'...
Hello, On this page: https://valhalla.readthedocs.io/en/latest/thor/isochrones/ the documentation is missing details about the way contour lines are formed. In particular this paragraph is not complete: > After forming sets of contour...
NDK r11c doesn’t have a RELEASE.txt file to get the correct toolchain version. Get toolchain version from the directory with regex.
I tried using Cbc and JuMP but get a double free error on an M1 macbook pro: ``` julia> using Cbc julia> using JuMP julia> model = Model(Cbc.Optimizer) julia(6797,0x100a88580) malloc:...