CRAN Package Check Results for Maintainer ‘Andreas M. Brandmaier <brandmaier at mpib-berlin.mpg.de>’

Last updated on 2025-08-01 09:51:26 CEST.

Package FAIL NOTE OK
pdc 1 4 8

Package pdc

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

Version: 1.0.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Andreas M. Brandmaier <brandmaier@mpib-berlin.mpg.de>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = c("Andreas", "M."), family = "Brandmaier", role = c("aut", "cre"), email = "brandmaier@mpib-berlin.mpg.de") as necessary. Found the following (possibly) invalid file URI: URI: openclipart.org From: man/complex.shapes.Rd Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: compiled code
Result: NOTE File ‘pdc/libs/pdc.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: 1.0.3
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: > > # create shape signature > signature <- traceImage(img) > > # plot both original image and shape signature > par(mfrow=c(1,3)) > #layout(matrix(c(1,2,2), 1, 3, byrow = TRUE)) > image(img) > plot(signature$angle, signature$distance,type="l",xlab="angle",ylab="distance") > > # reconstruct radial plot > > > > 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: 0.97 0.04 1.01 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-devel-windows-x86_64