* installing *source* package ‘pathmapping’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 16.0.6 (16)’ clang-16 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c pathmapping.c -o pathmapping.o pathmapping.c:167:54: warning: & has lower precedence than >; > will be evaluated first [-Wparentheses] connect = (((c2-c1)==1) & (r2==r1)) | (((r2-r1)==2) & r2>1 & (c2==c1)); ^~~~~~ pathmapping.c:167:54: note: place parentheses around the '>' expression to silence this warning connect = (((c2-c1)==1) & (r2==r1)) | (((r2-r1)==2) & r2>1 & (c2==c1)); ^ ( ) pathmapping.c:167:54: note: place parentheses around the & expression to evaluate it first connect = (((c2-c1)==1) & (r2==r1)) | (((r2-r1)==2) & r2>1 & (c2==c1)); ^ ( ) pathmapping.c:180:53: warning: & has lower precedence than >; > will be evaluated first [-Wparentheses] connect = (((r2-r1)==1) & (c2==c1))| (((c2-c1)==2) & c2>1 & (r2==r1)); ^~~~~~ pathmapping.c:180:53: note: place parentheses around the '>' expression to silence this warning connect = (((r2-r1)==1) & (c2==c1))| (((c2-c1)==2) & c2>1 & (r2==r1)); ^ ( ) pathmapping.c:180:53: note: place parentheses around the & expression to evaluate it first connect = (((r2-r1)==1) & (c2==c1))| (((c2-c1)==2) & c2>1 & (r2==r1)); ^ ( ) pathmapping.c:270:10: warning: unused variable 'oppwidth' [-Wunused-variable] int oppwidth = INTEGER(attribs)[1]; ^ 3 warnings generated. clang-16 -shared -L/home/hornik/tmp/R-d-clang-16/lib -Wl,-O1 -o pathmapping.so pathmapping.o -L/home/hornik/tmp/R-d-clang-16/lib -lR installing to /srv/hornik/tmp/CRAN/pathmapping.Rcheck/00LOCK-pathmapping/00new/pathmapping/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 (pathmapping)