Last updated on 2017-09-26 01:47:09.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-5 | 6.37 | 11.51 | 17.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-5 | 2.95 | 11.32 | 14.27 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.1-5 | 22.90 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-5 | 22.01 | WARN | |||
r-devel-windows-ix86+x86_64 | 0.1-5 | 26.00 | 27.00 | 53.00 | WARN | |
r-patched-linux-x86_64 | 0.1-5 | 3.06 | 11.43 | 14.49 | WARN | |
r-patched-solaris-x86 | 0.1-5 | 39.70 | NOTE | |||
r-release-linux-x86_64 | 0.1-5 | 2.92 | 11.64 | 14.57 | WARN | |
r-release-windows-ix86+x86_64 | 0.1-5 | 15.00 | 28.00 | 43.00 | WARN | |
r-release-osx-x86_64 | 0.1-5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-5 | 10.00 | 26.00 | 36.00 | WARN | |
r-oldrel-osx-x86_64 | 0.1-5 | OK |
Version: 0.1-5
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
$.audioInstance $.audioSample $<-.audioSample [.audioSample
as.audioSample.Sample as.audioSample.default close.audioInstance
pause.audioInstance play.Sample play.audioInstance play.audioSample
play.default resume.audioInstance rewind.audioInstance
wait.audioInstance wait.default
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1-5
Check: compiled code
Result: NOTE
File ‘audio/libs/audio.so’:
Found non-API call to R: ‘R_checkActivity’
File ‘audio/libs/audio.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
Compiled code should not call non-API entry points in R.
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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1-5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
driver.c:381:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-5
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