Last updated on 2020-08-07 01:50:15 CEST.
Package | NOTE |
---|---|
tensorA | 12 |
Current CRAN status:
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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