latot
latot
D: Still can't do it works! Without volume works, with that folder works, but with ```etc``` end in.. If the folder is detected as valid: ``` Starting docker_postgis_1 ... done...
Hi!, ```pg_isready``` does not works very well in postgis (in postgres works), because when postgis is installing the extesion, ```pg_isready``` tells the server is ready. After the installation the server...
Hi, I think I don't understand you exaplain in your first comment, now I get it, I'll test probable monday, thx for your help :)
Hi!, well, first sorry, my redaction was very ugly in the last comment. And yes, the method works!, I think can be easy have it in the docs more than...
Hi, after check this on SF package, this issue is generated because ```nngeo``` is trying to read from proj4string: https://github.com/michaeldorman/nngeo/blob/fcfde8ee0d236494aad120e0b86b5b21d7a2c7b0/R/st_nn_pnt_proj.R#L58 We can access to the params using ```sf::st_crs()$something```, the point...
Hi! sadly that does not fix the issue, this comes of what ```sf::st_crs()$units``` access to a PRoj4String parameter, the point there is that not all WKT2 has a Proj4String expression,...
Hi!, now seems to be working.
@michaeldorman is possible to upgrade a new CRAN version pls?
mm, I think something must be done with Lintr for CI. Also, there is a need to a lot of names, is important be able to notice them, we could...
Great! one thing with this... would be ideal add ```vctrs```! 1. Create a type "foo" with vctrs 2. Create a typed assertion for foo 3. Use everywhere checking types! With...