CRAN Package Check Results for Package paramlink

Last updated on 2024-10-14 06:48:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-5 15.67 99.86 115.53 NOTE
r-devel-linux-x86_64-debian-gcc 1.1-5 8.62 66.45 75.07 NOTE
r-devel-linux-x86_64-fedora-clang 1.1-5 197.81 OK
r-devel-linux-x86_64-fedora-gcc 1.1-5 166.20 ERROR
r-devel-windows-x86_64 1.1-5 16.00 120.00 136.00 NOTE
r-patched-linux-x86_64 1.1-5 17.88 93.33 111.21 OK
r-release-linux-x86_64 1.1-5 13.21 93.44 106.65 OK
r-release-macos-arm64 1.1-5 49.00 OK
r-release-macos-x86_64 1.1-5 97.00 OK
r-release-windows-x86_64 1.1-5 16.00 120.00 136.00 OK
r-oldrel-macos-arm64 1.1-5 53.00 OK
r-oldrel-macos-x86_64 1.1-5 81.00 OK
r-oldrel-windows-x86_64 1.1-5 20.00 143.00 163.00 OK

Check Details

Version: 1.1-5
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: plot.linkdat.Rd: plot.pedigree Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 1.1-5
Check: examples
Result: ERROR Running examples in ‘paramlink-Ex.R’ failed The error most likely occurred in: > ### Name: examineKinships > ### Title: Check pedigree for relationship errors > ### Aliases: examineKinships > > ### ** Examples > > > x = cousinsPed(1) > x = simpleSim(x, 500, alleles=1:2) Autosomal marker locus. Unconditional simulating of genotypes for individuals 1, 2, 3, 4, 5, 6, 7 and 8. Alleles and frequencies: 1 2 0.5 0.5 500 markers simulated. Number of calls to the likelihood function: 0. Total time used: 0.011000 seconds. > examineKinships(x) Error in cbind(rep.int(i, length(rels)), rels, deparse.level = 0) : cannot get data pointer of 'NULL' objects Calls: examineKinships -> rbind -> related.pairs -> rbind -> cbind Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc