CRAN Package Check Results for Maintainer ‘Arash A. Amini <amini.aa at gmail.com>’

Last updated on 2025-05-10 16:52:52 CEST.

Package FAIL NOTE OK
sbmSDP 1 4 8

Package sbmSDP

Current CRAN status: FAIL: 1, NOTE: 4, OK: 8

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