* installing *source* package ‘jiebaR’ ... ** package ‘jiebaR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: In file included from ./../inst/include/jiebaR.h:5: In file included from ../inst/include/segtype-v4.hpp:9: In file included from ../inst/include/lib/Jieba.hpp:4: In file included from ../inst/include/lib/QuerySegment.hpp:8: ../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] size_t lineno = 0; ^ ../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] for (size_t lineno = 0; getline(ifs, line); lineno++) { ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c detect.cpp -o detect.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c get_idf.cpp -o get_idf.o In file included from get_idf.cpp:2: In file included from ../inst/include/jiebaR.h:5: In file included from ../inst/include/segtype-v4.hpp:9: In file included from ../inst/include/lib/Jieba.hpp:4: In file included from ../inst/include/lib/QuerySegment.hpp:8: ../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] size_t lineno = 0; ^ ../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] for (size_t lineno = 0; getline(ifs, line); lineno++) { ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c get_tuple.cpp -o get_tuple.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c segtype-v4.cpp -o segtype-v4.o In file included from segtype-v4.cpp:1: In file included from ./../inst/include/jiebaR.h:5: In file included from ../inst/include/segtype-v4.hpp:9: In file included from ../inst/include/lib/Jieba.hpp:4: In file included from ../inst/include/lib/QuerySegment.hpp:8: ../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] size_t lineno = 0; ^ ../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] for (size_t lineno = 0; getline(ifs, line); lineno++) { ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c util.cpp -o util.o In file included from util.cpp:1: In file included from ./../inst/include/jiebaR.h:5: In file included from ../inst/include/segtype-v4.hpp:9: In file included from ../inst/include/lib/Jieba.hpp:4: In file included from ../inst/include/lib/QuerySegment.hpp:8: ../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] size_t lineno = 0; ^ ../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable] for (size_t lineno = 0; getline(ifs, line); lineno++) { ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c word_freq.cpp -o word_freq.o clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o jiebaR.so RcppExports.o detect.o get_idf.o get_tuple.o segtype-v4.o util.o word_freq.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/jiebaR.Rcheck/00LOCK-jiebaR/00new/jiebaR/libs ** generating debug symbols (dSYM) ** 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 (jiebaR)