* installing *source* package ‘toonlite’ ... ** this is package ‘toonlite’ version ‘0.1.0’ ** package ‘toonlite’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’ using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’ using C++17 using SDK: ‘MacOSX14.5.sdk’ clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toon_df.cpp -o toon_df.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toon_encoder.cpp -o toon_encoder.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toon_io.cpp -o toon_io.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toon_parser.cpp -o toon_parser.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toon_stream.cpp -o toon_stream.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c toonlite.cpp -o toonlite.o toon_df.cpp:325:19: error: call to deleted function 'from_chars' 325 | auto result = std::from_chars(value.data(), value.data() + value.size(), dbl_val); | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:37:19: note: candidate function has been explicitly deleted 37 | from_chars_result from_chars(const char*, const char*, bool, int = 10) = delete; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:223:1: note: candidate template ignored: requirement 'is_integral::value' was not satisfied [with _Tp = double] 223 | from_chars(const char* __first, const char* __last, _Tp& __value) { | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:229:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided 229 | from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ toon_parser.cpp:356:19: error: call to deleted function 'from_chars' 356 | auto result = std::from_chars(text.data(), text.data() + text.size(), value); | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:37:19: note: candidate function has been explicitly deleted 37 | from_chars_result from_chars(const char*, const char*, bool, int = 10) = delete; | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:223:1: note: candidate template ignored: requirement 'is_integral::value' was not satisfied [with _Tp = double] 223 | from_chars(const char* __first, const char* __last, _Tp& __value) { | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:229:1: note: candidate function template not viable: requires 4 arguments, but 3 were provided 229 | from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [toon_df.o] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated. make: *** [toon_parser.o] Error 1 ERROR: compilation failed for package ‘toonlite’ * removing ‘/Volumes/Builds/packages/sonoma-arm64/results/4.6/toonlite.Rcheck/toonlite’