Last updated on 2020-01-16 16:49:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 8.51 | 45.85 | 54.36 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 5.50 | 35.54 | 41.04 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 63.36 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 65.08 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.3 | 39.00 | 116.00 | 155.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 0.1.3 | 24.00 | 83.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.3 | 6.31 | 40.15 | 46.46 | NOTE | |
r-patched-solaris-x86 | 0.1.3 | 83.50 | NOTE | |||
r-release-linux-x86_64 | 0.1.3 | 6.56 | 40.86 | 47.42 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.3 | 41.00 | 84.00 | 125.00 | NOTE | |
r-release-osx-x86_64 | 0.1.3 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.3 | 27.00 | 80.00 | 107.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.3 | WARN |
Version: 0.1.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
LJMA_arms.c:297:11: warning: comparison of array 'env->p' equal to a null pointer is always false [-Wtautological-pointer-compare]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.1.3
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'ggplot2' 'reshape'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1.3
Check: R code for possible problems
Result: NOTE
plot.phtMCMC: no visible global function definition for 'ggplot'
plot.phtMCMC: no visible global function definition for 'melt'
plot.phtMCMC: no visible global function definition for 'geom_line'
plot.phtMCMC: no visible global function definition for 'aes_string'
plot.phtMCMC: no visible global function definition for 'geom_smooth'
plot.phtMCMC: no visible global function definition for 'facet_wrap'
plot.phtMCMC: no visible global function definition for 'ggtitle'
plot.phtMCMC: no visible global function definition for 'xlab'
plot.phtMCMC: no visible global function definition for 'ylab'
plot.phtMCMC: no visible global function definition for 'geom_density'
Undefined global functions or variables:
aes_string facet_wrap geom_density geom_line geom_smooth ggplot
ggtitle melt xlab ylab
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-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.1.3
Check: compiled code
Result: NOTE
File 'PhaseType/libs/PhaseType.so':
Found 'rand', possibly from 'rand' (C)
Object: 'LJMA_arms.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
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-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1.3
Check: compiled code
Result: NOTE
File ‘PhaseType/libs/PhaseType.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘LJMA_arms.o’
File ‘PhaseType/libs/PhaseType.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
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.3
Check: compiled code
Result: NOTE
File 'PhaseType/libs/i386/PhaseType.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'LJMA_arms.o'
File 'PhaseType/libs/x64/PhaseType.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'LJMA_arms.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.3
Check: compiled code
Result: NOTE
File ‘PhaseType/libs/PhaseType.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘LJMA_arms.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64