CRAN Package Check Results for Package tensorA

Last updated on 2020-08-07 01:50:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.36.1 5.69 32.61 38.30 NOTE
r-devel-linux-x86_64-debian-gcc 0.36.1 3.51 24.83 28.34 NOTE
r-devel-linux-x86_64-fedora-clang 0.36.1 53.30 NOTE
r-devel-linux-x86_64-fedora-gcc 0.36.1 44.19 NOTE
r-devel-windows-ix86+x86_64 0.36.1 14.00 56.00 70.00 NOTE
r-patched-linux-x86_64 0.36.1 4.12 32.41 36.53 NOTE
r-patched-solaris-x86 0.36.1 61.80 NOTE
r-release-linux-x86_64 0.36.1 4.44 32.94 37.38 NOTE
r-release-macos-x86_64 0.36.1 NOTE
r-release-windows-ix86+x86_64 0.36.1 10.00 79.00 89.00 NOTE
r-oldrel-macos-x86_64 0.36.1 NOTE
r-oldrel-windows-ix86+x86_64 0.36.1 10.00 77.00 87.00 NOTE

Check Details

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