* installing *source* package ‘audio’ ... ** package ‘audio’ successfully unpacked and MD5 sums checked ** using staged installation checking for gcc... clang -mmacos-version-min=14.3 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 the compiler supports GNU C... yes checking whether clang -mmacos-version-min=14.3 accepts -g... yes checking for clang -mmacos-version-min=14.3 option to enable C11 features... none needed checking AudioUnits... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for library containing dlsym... none required checking for portaudio.h... no configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/config.h ** libs using C compiler: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’ using SDK: ‘MacOSX14.4.sdk’ clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c au.c -o au.o au.c:225:10: warning: 'kAudioObjectPropertyElementMaster' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kAudioObjectPropertyElementMaster }; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kAudioObjectPropertyElementMain /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreAudio.framework/Headers/AudioHardwareBase.h:208:5: note: 'kAudioObjectPropertyElementMaster' has been explicitly marked deprecated here kAudioObjectPropertyElementMaster API_DEPRECATED_WITH_REPLACEMENT("kAudioObjectPropertyElementMain", macos(10.0, 12.0), ios(2.0, 15.0), watchos(1.0, 8.0), tvos(9.0, 15.0)) = kAudioObjectPropertyElementMain ^ au.c:259:64: warning: implicit conversion turns floating-point number into integer: 'float' to 'int' [-Wfloat-conversion] Rf_setAttrib(ap->source, Rf_install("rate"), Rf_ScalarInteger(rate)); /* we adjust the rate */ ~~~~~~~~~~~~~~~~ ^~~~ 2 warnings generated. clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c driver.c -o driver.o clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c file.c -o file.o file.c:92:12: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] int n = fread(&rc, 1, 8, f); ~ ^~~~~~~~~~~~~~~~~~~ file.c:104:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] n = fread(&fmt.ver, 1, 16, f); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~ file.c:128:9: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] n = fread(d = REAL(res), st, samples, f); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ file.c:226:64: warning: implicit conversion loses integer precision: 'unsigned int' to 'unsigned short' [-Wimplicit-int-conversion] wav_fmt_t fmt = { "fmt ", 16, 1, chs, rate, rate * bps, bps, bits }; ~ ^~~~ file.c:226:59: warning: implicit conversion loses integer precision: 'unsigned int' to 'unsigned short' [-Wimplicit-int-conversion] wav_fmt_t fmt = { "fmt ", 16, 1, chs, rate, rate * bps, bps, bits }; ~ ^~~ file.c:226:36: warning: implicit conversion loses integer precision: 'unsigned int' to 'short' [-Wimplicit-int-conversion] wav_fmt_t fmt = { "fmt ", 16, 1, chs, rate, rate * bps, bps, bits }; ~ ^~~ 6 warnings generated. clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c pa.c -o pa.o clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c reg.c -o reg.o clang -mmacos-version-min=14.3 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -DHAS_CONFIG_H=1 -isystem /opt/R/arm64/include -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c wmm.c -o wmm.o clang -mmacos-version-min=14.3 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Users/ripley/R/R-devel/lib -L/opt/R/arm64/lib -o audio.so au.o driver.o file.o pa.o reg.o wmm.o -framework AudioUnit -framework CoreServices -L/Users/ripley/R/R-devel/lib -lR -Wl,-framework -Wl,CoreFoundation installing to /Users/ripley/R/packages/tests-devel/audio.Rcheck/00LOCK-audio/00new/audio/libs ** R ** 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 (audio)