CRAN Package Check Results for Package relMix

Last updated on 2024-12-22 08:50:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 11.89 97.99 109.88 ERROR
r-devel-linux-x86_64-debian-gcc 1.4 10.36 76.94 87.30 NOTE
r-devel-linux-x86_64-fedora-clang 1.4 191.58 OK
r-devel-linux-x86_64-fedora-gcc 1.4 185.52 OK
r-devel-windows-x86_64 1.4 13.00 108.00 121.00 NOTE
r-patched-linux-x86_64 1.4 18.06 92.38 110.44 OK
r-release-linux-x86_64 1.4 13.57 92.30 105.87 OK
r-release-macos-arm64 1.4 110.00 OK
r-release-macos-x86_64 1.4 99.00 OK
r-release-windows-x86_64 1.4 13.00 101.00 114.00 OK
r-oldrel-macos-arm64 1.4 73.00 OK
r-oldrel-macos-x86_64 1.4 134.00 OK
r-oldrel-windows-x86_64 1.4 16.00 123.00 139.00 OK

Check Details

Version: 1.4
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: createDatamatrix.Rd: FamiliasLocus relMix.Rd: FamiliasPedigree, FamiliasLocus, Familias, FamiliasPosterior 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.4
Check: examples
Result: ERROR Running examples in ‘relMix-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: relMix > ### Title: Relationship inference based on mixtures > ### Aliases: relMix > > ### ** Examples > > #Example 1: paternity trio with mixture of mother and child > #Define alleles and frequencies > alleles <- 1:2 > afreq <- c(0.4,0.6) > #Define pedigrees > persons <- c("CH","MO","AF") > ped1 <- Familias::FamiliasPedigree(id=persons, dadid=c("AF",NA, NA), momid=c("MO", NA,NA), + sex=c("male", "female", "male")) > ped2 <- Familias::FamiliasPedigree(id=c(persons, "TF"), dadid=c("TF", NA, NA,NA), + momid=c("MO", NA, NA,NA), sex=c("male", "female", "male", "male")) > pedigrees <- list(isFather = ped1, unrelated=ped2) > #Create locus object > locus <- Familias::FamiliasLocus(frequencies=afreq,name="M1", + allelenames= alleles) > #Known genotypes of alleged father and mother > gAF <- c(1,1) > gMO <- c(1,1) > #Mixture alleles > R <- c(1,2) > datamatrix <- createDatamatrix(locus,knownGenos=list(AF=gAF,MO=gMO),idsU=c("CH")) > #Define dropout and drop-in values > d <- 0.1 > di <- 0.05 > res <- relMix(pedigrees, locus, R, datamatrix, ids=c("MO","CH"), + D=list(c(0,0),c(d,d^2)),di=di, kinship=0) *** buffer overflow detected ***: terminated Aborted Flavor: r-devel-linux-x86_64-debian-clang

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.