CRAN Package Check Results for Package audio

Last updated on 2020-08-07 01:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-7 6.98 21.77 28.75 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-7 4.16 17.24 21.40 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-7 42.98 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-7 33.16 NOTE
r-devel-windows-ix86+x86_64 0.1-7 22.00 37.00 59.00 WARN
r-patched-linux-x86_64 0.1-7 4.64 21.72 26.36 NOTE
r-patched-solaris-x86 0.1-7 48.70 OK
r-release-linux-x86_64 0.1-7 4.64 21.76 26.40 NOTE
r-release-macos-x86_64 0.1-7 WARN
r-release-windows-ix86+x86_64 0.1-7 18.00 36.00 54.00 WARN
r-oldrel-macos-x86_64 0.1-7 WARN
r-oldrel-windows-ix86+x86_64 0.1-7 22.00 61.00 83.00 OK

Additional issues

rchk valgrind

Check Details

Version: 0.1-7
Check: compiled code
Result: NOTE
    File 'audio/libs/audio.so':
     Found non-API call to R: 'R_checkActivity'
    
    Compiled code should not call non-API entry points in R.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1-7
Check: compiled code
Result: NOTE
    File ‘audio/libs/audio.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1-7
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     wmm.c:428:2: warning: initialization of 'struct audio_instance * (*)(struct SEXPREC *, float, int)' from incompatible pointer type 'wmm_instance_t * (*)(struct SEXPREC *, float, int)' {aka 'struct wmm_instance * (*)(struct SEXPREC *, float, int)'} [-Wincompatible-pointer-types]
     wmm.c:429:2: warning: initialization of 'struct audio_instance * (*)(struct SEXPREC *, float, int, int)' from incompatible pointer type 'wmm_instance_t * (*)(struct SEXPREC *, float, int, int)' {aka 'struct wmm_instance * (*)(struct SEXPREC *, float, int, int)'} [-Wincompatible-pointer-types]
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64

Version: 0.1-7
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     au.c:222:8: warning: 'AudioHardwareGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
     au.c:229:8: warning: 'AudioDeviceGetProperty' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
     au.c:375:2: warning: incompatible pointer types initializing 'struct audio_instance *(*)(SEXP, float, int)' (aka 'struct audio_instance *(*)(struct SEXPREC *, float, int)') with an expression of type 'au_instance_t *(SEXP, float, int)' (aka 'struct au_instance *(struct SEXPREC *, float, int)') [-Wincompatible-pointer-types]
     au.c:376:2: warning: incompatible pointer types initializing 'struct audio_instance *(*)(SEXP, float, int, int)' (aka 'struct audio_instance *(*)(struct SEXPREC *, float, int, int)') with an expression of type 'au_instance_t *(SEXP, float, int, int)' (aka 'struct au_instance *(struct SEXPREC *, float, int, int)') [-Wincompatible-pointer-types]
Flavor: r-release-macos-x86_64

Version: 0.1-7
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     au.c:375:2: warning: incompatible pointer types initializing 'struct audio_instance *(*)(SEXP, float, int)' (aka 'struct audio_instance *(*)(struct SEXPREC *, float, int)') with an expression of type 'au_instance_t *(SEXP, float, int)' (aka 'struct au_instance *(struct SEXPREC *, float, int)') [-Wincompatible-pointer-types]
     au.c:376:2: warning: incompatible pointer types initializing 'struct audio_instance *(*)(SEXP, float, int, int)' (aka 'struct audio_instance *(*)(struct SEXPREC *, float, int, int)') with an expression of type 'au_instance_t *(SEXP, float, int, int)' (aka 'struct au_instance *(struct SEXPREC *, float, int, int)') [-Wincompatible-pointer-types]
Flavor: r-oldrel-macos-x86_64