Last updated on 2019-04-18 16:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 49.50 | 53.69 | 103.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 33.90 | 42.08 | 75.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 144.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 125.66 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.2 | 115.00 | 98.00 | 213.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.2 | 44.80 | 53.35 | 98.15 | NOTE | |
r-patched-solaris-x86 | 0.0.2 | 150.50 | NOTE | |||
r-release-linux-x86_64 | 0.0.2 | 39.71 | 48.78 | 88.49 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0.2 | 83.00 | 129.00 | 212.00 | NOTE | |
r-release-osx-x86_64 | 0.0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.2 | 129.00 | 117.00 | 246.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.0.2 | NOTE |
Version: 0.0.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.spectral
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.0.2
Check: R code for possible problems
Result: NOTE
hierarchical: no visible global function definition for 'terms'
hierarchical: no visible global function definition for 'loglin'
hierarchical: no visible global function definition for 'dmultinom'
markov: no visible global function definition for 'download.file'
metropolis: no visible global function definition for 'runif'
mpolyListToMat : <anonymous>: no visible global function definition for
'runif'
polyOptim: no visible global function definition for 'deriv'
print.hierarchical: no visible binding for global variable 'sd'
spectral : summarize: no visible global function definition for 'sd'
subsets : <anonymous>: no visible global function definition for
'combn'
Undefined global functions or variables:
combn deriv dmultinom download.file loglin runif sd terms
Consider adding
importFrom("stats", "deriv", "dmultinom", "loglin", "runif", "sd",
"terms")
importFrom("utils", "combn", "download.file")
to your NAMESPACE file.
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.0.2
Check: compiled code
Result: NOTE
File ‘algstat/libs/algstat.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