Last updated on 2025-05-11 00:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 21.23 | 25.44 | 46.67 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 16.07 | 20.67 | 36.74 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 86.30 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 89.96 | NOTE | |||
r-devel-windows-x86_64 | 0.2 | 27.00 | 62.00 | 89.00 | OK | |
r-patched-linux-x86_64 | 0.2 | 20.11 | 25.58 | 45.69 | OK | |
r-release-linux-x86_64 | 0.2 | 21.80 | 25.25 | 47.05 | OK | |
r-release-macos-arm64 | 0.2 | 31.00 | OK | |||
r-release-macos-x86_64 | 0.2 | 42.00 | OK | |||
r-release-windows-x86_64 | 0.2 | 25.00 | 0.00 | 25.00 | FAIL | |
r-oldrel-macos-arm64 | 0.2 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2 | 31.00 | 77.00 | 108.00 | OK |
Version: 0.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Arash A. Amini <amini.aa@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Arash", "A."),
family = "Amini",
role = c("aut", "cre"),
email = "amini.aa@gmail.com")
as necessary.
Found the following \keyword or \concept entries
which likely give several index terms:
File ‘sbmSDP-package.Rd’:
\keyword{
community detection
stochastic block mo [TRUNCATED]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2
Check: compiled code
Result: NOTE
File ‘sbmSDP/libs/sbmSDP.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
Version: 0.2
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
warning: eig_sym(): given matrix is not symmetric
warning: eig_sym(): given matrix is not symmetric
warning: eig_sym(): given matrix is not symmetric
>
> # plot the adjacency matrix and the estimated cluster matrix
> par(mfrow=c(1,2))
> image(blkmodel$As)
> image(sdp.fit$X)
>
>
>
> graphics::par(get("par.postscript", pos = 'CheckExEnv'))
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.88 0.05 3.93 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64