CRAN Package Check Results for Package pdc

Last updated on 2025-08-01 03:51:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 8.03 25.43 33.46 NOTE
r-devel-linux-x86_64-debian-gcc 1.0.3 10.59 20.94 31.53 NOTE
r-devel-linux-x86_64-fedora-clang 1.0.3 48.99 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.3 59.73 NOTE
r-devel-windows-x86_64 1.0.3 19.00 0.00 19.00 FAIL
r-patched-linux-x86_64 1.0.3 14.52 23.89 38.41 OK
r-release-linux-x86_64 1.0.3 15.59 23.94 39.53 OK
r-release-macos-arm64 1.0.3 53.00 OK
r-release-macos-x86_64 1.0.3 42.00 OK
r-release-windows-x86_64 1.0.3 18.00 51.00 69.00 OK
r-oldrel-macos-arm64 1.0.3 50.00 OK
r-oldrel-macos-x86_64 1.0.3 34.00 OK
r-oldrel-windows-x86_64 1.0.3 21.00 56.00 77.00 OK

Check Details

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