load_packages <- function (packages) {
# Check for uninstalled packages
uninstalled <- packages[! packages %in% installed.packages ()[,"Package" ]]
# Install uninstalled packages
if (length (uninstalled)) install.packages (uninstalled, dependencies = TRUE )
# Load all packages
for (pkg in packages) {
if (! require (pkg, character.only = TRUE , quietly = TRUE )) {
message (paste ("Failed to load package:" , pkg))
}
}
}
# List of packages to check, install, and load
packages <- c ("tidyverse" , "mgcv" , "stars" , "terra" ,
"ggpubr" , "patchwork" , "janitor" , "sf" ,"tidyterra" ,
"here" ,"ggpubr" ,"MetBrewer" ,"rnaturalearth" ,'viridis' ,'broom' )
load_packages (packages)
i_am ('README.md' )
# Setting R options for jupyterlab
options (repr.plot.width = 10 , repr.plot.height = 10 )
Installing packages into ‘/opt/homebrew/lib/R/4.4/site-library’
(as ‘lib’ is unspecified)
Warning: dependency ‘starsdata’ is not available
also installing the dependencies ‘rJava’, ‘sftime’, ‘areal’, ‘slippymath’, ‘OpenStreetMap’, ‘exactextractr’, ‘gstat’, ‘lwgeom’, ‘ncdfgeom’, ‘raster’, ‘maptiles’
trying URL 'https://cran.rstudio.com/src/contrib/rJava_1.0-11.tar.gz'
Content type 'application/x-gzip' length 634103 bytes (619 KB)
==================================================
downloaded 619 KB
trying URL 'https://cran.rstudio.com/src/contrib/sftime_0.3.0.tar.gz'
Content type 'application/x-gzip' length 89093 bytes (87 KB)
==================================================
downloaded 87 KB
trying URL 'https://cran.rstudio.com/src/contrib/areal_0.1.8.tar.gz'
Content type 'application/x-gzip' length 1408610 bytes (1.3 MB)
==================================================
downloaded 1.3 MB
trying URL 'https://cran.rstudio.com/src/contrib/slippymath_0.3.1.tar.gz'
Content type 'application/x-gzip' length 2670727 bytes (2.5 MB)
==================================================
downloaded 2.5 MB
trying URL 'https://cran.rstudio.com/src/contrib/OpenStreetMap_0.4.0.tar.gz'
Content type 'application/x-gzip' length 2238753 bytes (2.1 MB)
==================================================
downloaded 2.1 MB
trying URL 'https://cran.rstudio.com/src/contrib/exactextractr_0.10.0.tar.gz'
Content type 'application/x-gzip' length 630630 bytes (615 KB)
==================================================
downloaded 615 KB
trying URL 'https://cran.rstudio.com/src/contrib/gstat_2.1-2.tar.gz'
Content type 'application/x-gzip' length 2283118 bytes (2.2 MB)
==================================================
downloaded 2.2 MB
trying URL 'https://cran.rstudio.com/src/contrib/lwgeom_0.2-14.tar.gz'
Content type 'application/x-gzip' length 475042 bytes (463 KB)
==================================================
downloaded 463 KB
trying URL 'https://cran.rstudio.com/src/contrib/ncdfgeom_1.1.6.tar.gz'
Content type 'application/x-gzip' length 4205059 bytes (4.0 MB)
==================================================
downloaded 4.0 MB
trying URL 'https://cran.rstudio.com/src/contrib/raster_3.6-31.tar.gz'
Content type 'application/x-gzip' length 575608 bytes (562 KB)
==================================================
downloaded 562 KB
trying URL 'https://cran.rstudio.com/src/contrib/maptiles_0.8.0.tar.gz'
Content type 'application/x-gzip' length 1113004 bytes (1.1 MB)
==================================================
downloaded 1.1 MB
trying URL 'https://cran.rstudio.com/src/contrib/stars_0.6-7.tar.gz'
Content type 'application/x-gzip' length 4033515 bytes (3.8 MB)
==================================================
downloaded 3.8 MB
trying URL 'https://cran.rstudio.com/src/contrib/tidyterra_0.6.2.tar.gz'
Content type 'application/x-gzip' length 1964051 bytes (1.9 MB)
==================================================
downloaded 1.9 MB
* installing *source* package ‘rJava’ ...
** package ‘rJava’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files...
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
configure: checking whether clang supports static inline...
yes
checking whether setjmp.h is POSIX.1 compatible... yes
checking whether sigsetjmp is declared... yes
checking whether siglongjmp is declared... yes
checking Java support in R...
configure: error: absent
R was configured without Java support. Please run
R CMD javareconf
as root to add Java support to R.
If you do not have root privileges, run
R CMD javareconf -e
to set all Java-related variables and then install rJava.
ERROR: configuration failed for package ‘rJava’
* removing ‘/opt/homebrew/lib/R/4.4/site-library/rJava’
* installing *source* package ‘sftime’ ...
** package ‘sftime’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (sftime)
* installing *source* package ‘areal’ ...
** package ‘areal’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (areal)
* installing *source* package ‘lwgeom’ ...
** package ‘lwgeom’ successfully unpacked and MD5 sums checked
** using staged installation
configure: CC: clang
configure: CXX: clang++ -std=gnu++17
configure: pkg-config proj exists, will use it
configure: using proj.h.
configure: PROJ: 9.5.1
checking PROJ: checking whether linking against PROJ works:... yes
ld: warning: ignoring duplicate libraries: '-lz'
configure: POSTGIS_PROJ_VERSION: 95
checking for geos-config... /opt/homebrew/bin/geos-config
checking geos-config usability... yes
configure: GEOS: 3.13.0
checking GEOS version >= 3.5.0... yes
checking geos: linking with -L/opt/homebrew/Cellar/geos/3.13.0/lib -lgeos_c... yes
checking for GEOS_init_r in -lgeos_c... yes
configure: Package CPP flags: -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H
configure: Package LIBS: -L/opt/homebrew/Cellar/proj/9.5.1/lib -lproj -lc++ -lm -ldl -lsqlite3 -L/opt/homebrew/opt/libtiff/lib -ltiff -L/opt/homebrew/opt/zstd/lib -lzstd -L/opt/homebrew/Cellar/xz/5.6.3/lib -llzma -pthread -lpthread -L/opt/homebrew/opt/jpeg-turbo/lib -ljpeg -lz -lcurl -lldap -lz -L/opt/homebrew/Cellar/geos/3.13.0/lib -lgeos_c
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/postgis_config.h
** libs
using C++ compiler: ‘Apple clang version 16.0.0 (clang-1600.0.26.6)’
using SDK: ‘MacOSX15.2.sdk’
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c geodetic.cpp -o geodetic.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c lwgeom.cpp -o lwgeom.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c proj.cpp -o proj.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c geos.cpp -o geos.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c io.cpp -o io.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c sub.cpp -o sub.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/varint.c -o liblwgeom/varint.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_twkb.c -o liblwgeom/lwout_twkb.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwpsurface.c -o liblwgeom/lwpsurface.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwtriangle.c -o liblwgeom/lwtriangle.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmpoly.c -o liblwgeom/lwmpoly.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lookup3.c -o liblwgeom/lookup3.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_wkt.c -o liblwgeom/lwin_wkt.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/gserialized1.c -o liblwgeom/gserialized1.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom.c -o liblwgeom/lwgeom.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/gserialized2.c -o liblwgeom/gserialized2.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwstroke.c -o liblwgeom/lwstroke.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwtin.c -o liblwgeom/lwtin.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_twkb.c -o liblwgeom/lwin_twkb.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_geos_cluster.c -o liblwgeom/lwgeom_geos_cluster.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmsurface.c -o liblwgeom/lwmsurface.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_wrapx.c -o liblwgeom/lwgeom_wrapx.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwiterator.c -o liblwgeom/lwiterator.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_geos_node.c -o liblwgeom/lwgeom_geos_node.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_geojson.c -o liblwgeom/lwout_geojson.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_debug.c -o liblwgeom/lwgeom_debug.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_median.c -o liblwgeom/lwgeom_median.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmval.c -o liblwgeom/lwmval.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwkmeans.c -o liblwgeom/lwkmeans.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_geos.c -o liblwgeom/lwgeom_geos.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_kml.c -o liblwgeom/lwout_kml.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwutil.c -o liblwgeom/lwutil.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwprint.c -o liblwgeom/lwprint.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwrandom.c -o liblwgeom/lwrandom.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmline.c -o liblwgeom/lwmline.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeodetic_tree.c -o liblwgeom/lwgeodetic_tree.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwline.c -o liblwgeom/lwline.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/bytebuffer.c -o liblwgeom/bytebuffer.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeodetic.c -o liblwgeom/lwgeodetic.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/measures.c -o liblwgeom/measures.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_api.c -o liblwgeom/lwgeom_api.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmcurve.c -o liblwgeom/lwmcurve.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwcollection.c -o liblwgeom/lwcollection.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/gbox.c -o liblwgeom/gbox.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwspheroid.c -o liblwgeom/lwspheroid.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_svg.c -o liblwgeom/lwout_svg.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_encoded_polyline.c -o liblwgeom/lwin_encoded_polyline.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_encoded_polyline.c -o liblwgeom/lwout_encoded_polyline.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_geos_split.c -o liblwgeom/lwgeom_geos_split.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/effectivearea.c -o liblwgeom/effectivearea.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwboundingcircle.c -o liblwgeom/lwboundingcircle.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwcurvepoly.c -o liblwgeom/lwcurvepoly.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwlinearreferencing.c -o liblwgeom/lwlinearreferencing.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwunionfind.c -o liblwgeom/lwunionfind.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwchaikins.c -o liblwgeom/lwchaikins.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwalgorithm.c -o liblwgeom/lwalgorithm.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwhomogenize.c -o liblwgeom/lwhomogenize.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_geos_clean.c -o liblwgeom/lwgeom_geos_clean.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/measures3d.c -o liblwgeom/measures3d.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_x3d.c -o liblwgeom/lwout_x3d.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_transform.c -o liblwgeom/lwgeom_transform.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_wkt_lex.c -o liblwgeom/lwin_wkt_lex.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwmpoint.c -o liblwgeom/lwmpoint.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/stringbuffer.c -o liblwgeom/stringbuffer.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwcompound.c -o liblwgeom/lwcompound.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/gserialized.c -o liblwgeom/gserialized.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_wkt.c -o liblwgeom/lwout_wkt.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_wkb.c -o liblwgeom/lwin_wkb.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/ptarray.c -o liblwgeom/ptarray.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_wkb.c -o liblwgeom/lwout_wkb.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwpoly.c -o liblwgeom/lwpoly.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwpoint.c -o liblwgeom/lwpoint.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwout_gml.c -o liblwgeom/lwout_gml.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwgeom_topo.c -o liblwgeom/lwgeom_topo.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwcircstring.c -o liblwgeom/lwcircstring.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I/opt/homebrew/Cellar/proj/9.5.1/include -I/opt/homebrew/opt/libtiff/include -I/opt/homebrew/opt/zstd/include -I/opt/homebrew/Cellar/xz/5.6.3/include -I/opt/homebrew/opt/jpeg-turbo/include -DHAVE_PROJ_H -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_PROJ_VERSION=95 -DUSE_PROJ_H -I/opt/homebrew/Cellar/geos/3.13.0/include -DPOSTGIS_GEOS_VERSION=35 -I./liblwgeom -DHAVE_LIBGEOM_INTERNAL_H -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I'/opt/homebrew/lib/R/4.4/site-library/sf/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c liblwgeom/lwin_wkt_parse.c -o liblwgeom/lwin_wkt_parse.o
clang++ -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -o lwgeom.so geodetic.o lwgeom.o RcppExports.o proj.o geos.o io.o sub.o liblwgeom/varint.o liblwgeom/lwout_twkb.o liblwgeom/lwpsurface.o liblwgeom/lwtriangle.o liblwgeom/lwmpoly.o liblwgeom/lookup3.o liblwgeom/lwin_wkt.o liblwgeom/gserialized1.o liblwgeom/lwgeom.o liblwgeom/gserialized2.o liblwgeom/lwstroke.o liblwgeom/lwtin.o liblwgeom/lwin_twkb.o liblwgeom/lwgeom_geos_cluster.o liblwgeom/lwmsurface.o liblwgeom/lwgeom_wrapx.o liblwgeom/lwiterator.o liblwgeom/lwgeom_geos_node.o liblwgeom/lwout_geojson.o liblwgeom/lwgeom_debug.o liblwgeom/lwgeom_median.o liblwgeom/lwmval.o liblwgeom/lwkmeans.o liblwgeom/lwgeom_geos.o liblwgeom/lwout_kml.o liblwgeom/lwutil.o liblwgeom/lwprint.o liblwgeom/lwrandom.o liblwgeom/lwmline.o liblwgeom/lwgeodetic_tree.o liblwgeom/lwline.o liblwgeom/bytebuffer.o liblwgeom/lwgeodetic.o liblwgeom/measures.o liblwgeom/lwgeom_api.o liblwgeom/lwmcurve.o liblwgeom/lwcollection.o liblwgeom/gbox.o liblwgeom/lwspheroid.o liblwgeom/lwout_svg.o liblwgeom/lwin_encoded_polyline.o liblwgeom/lwout_encoded_polyline.o liblwgeom/lwgeom_geos_split.o liblwgeom/effectivearea.o liblwgeom/lwboundingcircle.o liblwgeom/lwcurvepoly.o liblwgeom/lwlinearreferencing.o liblwgeom/lwunionfind.o liblwgeom/lwchaikins.o liblwgeom/lwalgorithm.o liblwgeom/lwhomogenize.o liblwgeom/lwgeom_geos_clean.o liblwgeom/measures3d.o liblwgeom/lwout_x3d.o liblwgeom/lwgeom_transform.o liblwgeom/lwin_wkt_lex.o liblwgeom/lwmpoint.o liblwgeom/stringbuffer.o liblwgeom/lwcompound.o liblwgeom/gserialized.o liblwgeom/lwout_wkt.o liblwgeom/lwin_wkb.o liblwgeom/ptarray.o liblwgeom/lwout_wkb.o liblwgeom/lwpoly.o liblwgeom/lwpoint.o liblwgeom/lwout_gml.o liblwgeom/lwgeom_topo.o liblwgeom/lwcircstring.o liblwgeom/lwin_wkt_parse.o -L/opt/homebrew/Cellar/proj/9.5.1/lib -lproj -lc++ -lm -ldl -lsqlite3 -L/opt/homebrew/opt/libtiff/lib -ltiff -L/opt/homebrew/opt/zstd/lib -lzstd -L/opt/homebrew/Cellar/xz/5.6.3/lib -llzma -pthread -lpthread -L/opt/homebrew/opt/jpeg-turbo/lib -ljpeg -lz -lcurl -lldap -lz -L/opt/homebrew/Cellar/geos/3.13.0/lib -lgeos_c -lgeos_c -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -lR -lintl -Wl,-framework -Wl,CoreFoundation
ld: warning: ignoring duplicate libraries: '-lc++', '-lgeos_c', '-lz'
installing to /opt/homebrew/lib/R/4.4/site-library/00LOCK-lwgeom/00new/lwgeom/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (lwgeom)
* installing *source* package ‘raster’ ...
** package ‘raster’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 16.0.0 (clang-1600.0.26.6)’
using C++ compiler: ‘Apple clang version 16.0.0 (clang-1600.0.26.6)’
using SDK: ‘MacOSX15.2.sdk’
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c RasterModule.cpp -o RasterModule.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c aggregate.cpp -o aggregate.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c bilinear.cpp -o bilinear.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c broom.cpp -o broom.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c cellRowCol.cpp -o cellRowCol.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c clamp.cpp -o clamp.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c distance.cpp -o distance.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c edge.cpp -o edge.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c focal_fun.cpp -o focal_fun.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c focal_get.cpp -o focal_get.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c focal_sum.cpp -o focal_sum.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c geodesic.c -o geodesic.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c getPolygons.cpp -o getPolygons.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c layerize.cpp -o layerize.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c memory.cpp -o memory.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c modal.cpp -o modal.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c ppmin.cpp -o ppmin.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c raster_aggregate.cpp -o raster_aggregate.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c raster_distance.cpp -o raster_distance.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c rasterize.cpp -o rasterize.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c reclass.cpp -o reclass.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c terrain.cpp -o terrain.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c util.cpp -o util.o
clang++ -std=gnu++17 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c xyCell.cpp -o xyCell.o
clang++ -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -o raster.so RasterModule.o RcppExports.o aggregate.o bilinear.o broom.o cellRowCol.o clamp.o distance.o edge.o focal_fun.o focal_get.o focal_sum.o geodesic.o getPolygons.o layerize.o memory.o modal.o ppmin.o raster_aggregate.o raster_distance.o rasterize.o reclass.o terrain.o util.o xyCell.o -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -lR -lintl -Wl,-framework -Wl,CoreFoundation
installing to /opt/homebrew/lib/R/4.4/site-library/00LOCK-raster/00new/raster/libs
** R
** inst
** byte-compile and prepare package for lazy loading
in method for ‘initialize’ with signature ‘"BasicRaster"’: no definition for class “BasicRaster”
in method for ‘brick’ with signature ‘x="kasc"’: no definition for class “kasc”
in method for ‘brick’ with signature ‘x="grf"’: no definition for class “grf”
in method for ‘coerce’ with signature ‘"STFDF","RasterBrick"’: no definition for class “STFDF”
in method for ‘coerce’ with signature ‘"STSDF","RasterBrick"’: no definition for class “STSDF”
in method for ‘coerce’ with signature ‘"asc","RasterLayer"’: no definition for class “asc”
in method for ‘coerce’ with signature ‘"RasterLayer","asc"’: no definition for class “asc”
in method for ‘coerce’ with signature ‘"kasc","RasterBrick"’: no definition for class “kasc”
in method for ‘coerce’ with signature ‘"kasc","RasterStack"’: no definition for class “kasc”
in method for ‘coerce’ with signature ‘"kde","RasterLayer"’: no definition for class “kde”
in method for ‘coerce’ with signature ‘"grf","RasterBrick"’: no definition for class “grf”
in method for ‘coerce’ with signature ‘"grf","RasterLayer"’: no definition for class “grf”
in method for ‘extent’ with signature ‘x="bbox"’: no definition for class “bbox”
in method for ‘extent’ with signature ‘x="sf"’: no definition for class “sf”
in method for ‘extract’ with signature ‘x="Raster",y="sf"’: no definition for class “sf”
in method for ‘mask’ with signature ‘x="Raster",mask="sf"’: no definition for class “sf”
in method for ‘raster’ with signature ‘x="sf"’: no definition for class “sf”
in method for ‘raster’ with signature ‘x="kasc"’: no definition for class “kasc”
in method for ‘raster’ with signature ‘x="asc"’: no definition for class “asc”
in method for ‘raster’ with signature ‘x="kde"’: no definition for class “kde”
in method for ‘raster’ with signature ‘x="grf"’: no definition for class “grf”
in method for ‘rasterize’ with signature ‘x="sf",y="Raster"’: no definition for class “sf”
in method for ‘setValues’ with signature ‘x="RasterLayerSparse"’: no definition for class “RasterLayerSparse”
in method for ‘stack’ with signature ‘x="kasc"’: no definition for class “kasc”
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (raster)
* installing *source* package ‘stars’ ...
** package ‘stars’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
in method for ‘coerce’ with signature ‘"stars","Raster"’: no definition for class “Raster”
in method for ‘coerce’ with signature ‘"stars_proxy","Raster"’: no definition for class “Raster”
in method for ‘coerce’ with signature ‘"stars","SpatRaster"’: no definition for class “SpatRaster”
in method for ‘coerce’ with signature ‘"stars_proxy","SpatRaster"’: no definition for class “SpatRaster”
in method for ‘coerce’ with signature ‘"stars","STFDF"’: no definition for class “STFDF”
in method for ‘coerce’ with signature ‘"stars","Spatial"’: no definition for class “Spatial”
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (stars)
* installing *source* package ‘tidyterra’ ...
** package ‘tidyterra’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tidyterra)
* installing *source* package ‘slippymath’ ...
** package ‘slippymath’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (slippymath)
ERROR: dependency ‘rJava’ is not available for package ‘OpenStreetMap’
* removing ‘/opt/homebrew/lib/R/4.4/site-library/OpenStreetMap’
* installing *source* package ‘exactextractr’ ...
** package ‘exactextractr’ successfully unpacked and MD5 sums checked
** using staged installation
configure: exactextractr: 0.10.0
checking for geos-config... /opt/homebrew/bin/geos-config
checking geos-config usability... yes
configure: GEOS version: 3.13.0
checking geos version at least 3.5.0... yes
checking compiling and building against geos_c... yes
configure: PKG_CXX: clang++ -std=gnu++17
configure: PKG_CXXFLAGS: -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include
configure: PKG_LIBS: -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/geos/3.13.0/lib -lgeos_c
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘Apple clang version 16.0.0 (clang-1600.0.26.6)’
using C++14
using SDK: ‘MacOSX15.2.sdk’
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exact_extract.cpp -o exact_extract.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c raster_utils.cpp -o raster_utils.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c coverage_fraction.cpp -o coverage_fraction.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c rasterize.cpp -o rasterize.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c resample.cpp -o resample.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/measures.cpp -o exactextract/src/measures.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/box.cpp -o exactextract/src/box.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/cell.cpp -o exactextract/src/cell.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/coordinate.cpp -o exactextract/src/coordinate.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/floodfill.cpp -o exactextract/src/floodfill.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/geos_utils.cpp -o exactextract/src/geos_utils.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/grid.cpp -o exactextract/src/grid.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/perimeter_distance.cpp -o exactextract/src/perimeter_distance.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/raster_cell_intersection.cpp -o exactextract/src/raster_cell_intersection.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/side.cpp -o exactextract/src/side.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/traversal.cpp -o exactextract/src/traversal.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/traversal_areas.cpp -o exactextract/src/traversal_areas.o
clang++ -std=gnu++14 -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -I'/opt/homebrew/lib/R/4.4/site-library/Rcpp/include' -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -g -O2 -I/opt/homebrew/Cellar/geos/3.13.0/include -fPIC -g -O2 -c exactextract/src/weighted_quantiles.cpp -o exactextract/src/weighted_quantiles.o
clang++ -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -o exactextractr.so RcppExports.o exact_extract.o raster_utils.o coverage_fraction.o rasterize.o resample.o exactextract/src/measures.o exactextract/src/box.o exactextract/src/cell.o exactextract/src/coordinate.o exactextract/src/floodfill.o exactextract/src/geos_utils.o exactextract/src/grid.o exactextract/src/perimeter_distance.o exactextract/src/raster_cell_intersection.o exactextract/src/side.o exactextract/src/traversal.o exactextract/src/traversal_areas.o exactextract/src/weighted_quantiles.o -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -L/opt/homebrew/Cellar/geos/3.13.0/lib -lgeos_c -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -lR -lintl -Wl,-framework -Wl,CoreFoundation
installing to /opt/homebrew/lib/R/4.4/site-library/00LOCK-exactextractr/00new/exactextractr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (exactextractr)
* installing *source* package ‘gstat’ ...
** package ‘gstat’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 16.0.0 (clang-1600.0.26.6)’
using SDK: ‘MacOSX15.2.sdk’
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c block.c -o block.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c data.c -o data.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c direct.c -o direct.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c fit.c -o fit.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c gcdist.c -o gcdist.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c getest.c -o getest.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c gls.c -o gls.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c glvars.c -o glvars.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c init.c -o init.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c lm.c -o lm.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c mapio.c -o mapio.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c msim.c -o msim.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c mtrx.c -o mtrx.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c nsearch.c -o nsearch.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c pqueue.c -o pqueue.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c reml.c -o reml.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c s.c -o s.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c select.c -o select.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c sem.c -o sem.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c sim.c -o sim.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c userio.c -o userio.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c utils.c -o utils.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c vario.c -o vario.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c vario_fn.c -o vario_fn.o
clang -I"/opt/homebrew/Cellar/r/4.4.2_2/lib/R/include" -DNDEBUG -DR_NO_REMAP -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/xz/include -I/opt/homebrew/include -fPIC -g -O2 -c vario_io.c -o vario_io.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -L/opt/homebrew/opt/gettext/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/xz/lib -L/opt/homebrew/lib -o gstat.so block.o data.o direct.o fit.o gcdist.o getest.o gls.o glvars.o init.o lm.o mapio.o msim.o mtrx.o nsearch.o pqueue.o reml.o s.o select.o sem.o sim.o userio.o utils.o vario.o vario_fn.o vario_io.o -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -lRlapack -L/opt/homebrew/opt/openblas/lib -lopenblas -L/opt/homebrew/opt/gcc/lib/gcc/current/gcc/aarch64-apple-darwin24/14 -L/opt/homebrew/opt/gcc/lib/gcc/current/gcc -L/opt/homebrew/opt/gcc/lib/gcc/current -lemutls_w -lheapt_w -lgfortran -lquadmath -L/opt/homebrew/Cellar/r/4.4.2_2/lib/R/lib -lR -lintl -Wl,-framework -Wl,CoreFoundation
installing to /opt/homebrew/lib/R/4.4/site-library/00LOCK-gstat/00new/gstat/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
in method for ‘krige’ with signature ‘"formula","sf"’: no definition for class “sf”
in method for ‘idw’ with signature ‘"formula","sf"’: no definition for class “sf”
in method for ‘krige.cv’ with signature ‘"formula","sf"’: no definition for class “sf”
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (gstat)
* installing *source* package ‘ncdfgeom’ ...
** package ‘ncdfgeom’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ncdfgeom)
* installing *source* package ‘maptiles’ ...
** package ‘maptiles’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (maptiles)
The downloaded source packages are in
‘/private/var/folders/m1/qs_n5y2557746gx_dblswt040000gn/T/RtmpfOTx3W/downloaded_packages’
── Attaching core tidyverse packages ────────────────────────────────────────────────────────────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ readr 2.1.5
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
✔ purrr 1.0.2
── Conflicts ──────────────────────────────────────────────────────────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package to force all conflicts to become errors
Attaching package: ‘nlme’
The following object is masked from ‘package:dplyr’:
collapse
This is mgcv 1.9-1. For overview type 'help("mgcv-package")'.
Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE
terra 1.8.15
Attaching package: ‘terra’
The following object is masked from ‘package:tidyr’:
extract
Attaching package: ‘ggpubr’
The following object is masked from ‘package:terra’:
rotate
Attaching package: ‘patchwork’
The following object is masked from ‘package:terra’:
area
Attaching package: ‘janitor’
The following object is masked from ‘package:terra’:
crosstab
The following objects are masked from ‘package:stats’:
chisq.test, fisher.test
Attaching package: ‘tidyterra’
The following object is masked from ‘package:stats’:
filter
here() starts at /Users/lawton/SideProjects/herbivore_nutrient_interactions
Warning messages:
1: In install.packages(uninstalled, dependencies = TRUE) :
installation of package ‘rJava’ had non-zero exit status
2: In install.packages(uninstalled, dependencies = TRUE) :
installation of package ‘OpenStreetMap’ had non-zero exit status
here() starts at /Users/lawton/SideProjects/herbivore_nutrient_interactions