Last updated on 2017-09-26 01:47:29.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 116.58 | 14.74 | 131.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 88.94 | 14.48 | 103.43 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 239.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 197.30 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 402.00 | 47.00 | 449.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 87.90 | 14.74 | 102.65 | NOTE | |
r-patched-solaris-x86 | 0.9 | 194.80 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 86.72 | 14.83 | 101.55 | NOTE | |
r-release-windows-ix86+x86_64 | 0.9 | 291.00 | 48.00 | 339.00 | NOTE | |
r-release-osx-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 399.00 | 47.00 | 446.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.9 | NOTE |
Version: 0.9
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘igraph’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Package in Depends field not imported from: ‘Rcpp’
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-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.9
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
add_effect.AttributeMultinomialChoiceNetworkChangeModel
add_effect.MultinomialChoiceNetworkChoiceChangeModel
as.double.NetSimAttributeContainer as.matrix.NetSimNetwork
as.numeric.NetSimAttributeContainer create_effect.AttributeEffect
create_effect.AttributeOneModeNetworkEffect
create_effect.MultiplexNetworkEffect
create_effect.OneModeNetworkEffect
create_effect.SimilarityAttributeOneModeNetworkEffect
create_effect.UnknownType create_effect.character
print.NetSimAttributeContainer print.NetSimNetwork
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.9
Check: line endings in Makefiles
Result: NOTE
Found the following Makefile(s) without a final LF:
src/Makevars
Some ‘make’ programs ignore lines not ending in LF.
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-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.9
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
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-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.9
Check: compiled code
Result: NOTE
File ‘NetSim/libs/NetSim.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘utils/Random.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘utils/Random.o’
File ‘NetSim/libs/NetSim.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 the system RNG.
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-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9
Check: installed package size
Result: NOTE
installed size is 6.2Mb
sub-directories of 1Mb or more:
libs 6.0Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-osx-x86_64
Version: 0.9
Check: compiled code
Result: NOTE
File 'NetSim/libs/i386/NetSim.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'utils/Random.o'
Found 'srand', possibly from 'srand' (C)
Object: 'utils/Random.o'
File 'NetSim/libs/x64/NetSim.dll':
Found 'rand', possibly from 'rand' (C)
Object: 'utils/Random.o'
Found 'srand', possibly from 'srand' (C)
Object: 'utils/Random.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9
Check: compiled code
Result: NOTE
File ‘NetSim/libs/NetSim.so’:
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘utils/Random.o’
Found ‘srand’, possibly from ‘srand’ (C)
Object: ‘utils/Random.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-solaris-x86
Version: 0.9
Check: compiled code
Result: NOTE
File ‘NetSim/libs/NetSim.so’:
Found ‘_rand’, possibly from ‘rand’ (C)
Object: ‘utils/Random.o’
Found ‘_srand’, possibly from ‘srand’ (C)
Object: ‘utils/Random.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64