Last updated on 2020-02-15 01:01:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.36.1 | 5.20 | 32.19 | 37.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.36.1 | 3.55 | 25.01 | 28.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.36.1 | 45.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.36.1 | 44.24 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.36.1 | 11.00 | 58.00 | 69.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 0.36.1 | 16.00 | 61.00 | 77.00 | NOTE | |
r-patched-linux-x86_64 | 0.36.1 | 4.13 | 29.47 | 33.60 | NOTE | |
r-patched-solaris-x86 | 0.36.1 | 58.70 | NOTE | |||
r-release-linux-x86_64 | 0.36.1 | 4.41 | 29.22 | 33.63 | NOTE | |
r-release-windows-ix86+x86_64 | 0.36.1 | 10.00 | 77.00 | 87.00 | NOTE | |
r-release-osx-x86_64 | 0.36.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.36.1 | 7.00 | 51.00 | 58.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.36.1 | NOTE |
Version: 0.36.1
Check: foreign function calls
Result: NOTE
Calls with DUP:
.C(tensoraCmulhelper, dimx = as.integer(c(outerx, inner, para)),
as.integer(c(inner, outery, para)), as.integer(c(outerx,
outery, para)), as.complex(X[xtidx]), as.complex(Y[ytidx]),
erg = complex(outerx * outery * para), NAOK = TRUE, DUP = FALSE)
.C(tensoramulhelper, dimx = as.integer(c(outerx, inner, para)),
as.integer(c(inner, outery, para)), as.integer(c(outerx,
outery, para)), as.numeric(X[xtidx]), as.numeric(Y[ytidx]),
erg = numeric(outerx * outery * para), NAOK = TRUE, DUP = FALSE)
DUP is no longer supported and will be ignored.
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.36.1
Check: Rd \usage sections
Result: NOTE
S3 methods shown with full name in documentation object 'mean.tensor':
'mean.tensor'
S3 methods shown with full name in documentation object 'solve.tensor':
'solve.tensor'
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' 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-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.36.1
Check: compiled code
Result: NOTE
File ‘tensorA/libs/tensorA.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