CRAN Package Check Results for Package KinMixLite

Last updated on 2024-09-27 01:50:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 12.88 1860.18 1873.06 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.0 9.07 1824.42 1833.49 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 809.18 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.0 703.13 ERROR
r-devel-windows-x86_64 2.1.0 13.00 0.00 13.00 FAIL
r-patched-linux-x86_64 2.1.0 18.18 1851.24 1869.42 ERROR
r-release-linux-x86_64 2.1.0 12.37 1856.01 1868.38 ERROR
r-release-macos-arm64 2.1.0 57.00 OK
r-release-macos-x86_64 2.1.0 106.00 OK
r-release-windows-x86_64 2.1.0 14.00 0.00 14.00 FAIL
r-oldrel-macos-arm64 2.1.0 63.00 OK
r-oldrel-macos-x86_64 2.1.0 155.00 OK
r-oldrel-windows-x86_64 2.1.0 19.00 0.00 19.00 FAIL

Check Details

Version: 2.1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: convertIBD.Rd: pedtools logL.UKX.Rd: logL.UK logLX.Rd: logL mixMLX.Rd: mixML pedigreeIBD.Rd: pedtools wlr.Rd: map.genotypes 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: 2.1.0
Check: examples
Result: ERROR Running examples in ‘KinMixLite-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: wlr > ### Title: Computes paternity LR using WLR method > ### Aliases: wlr > > ### ** Examples > > data(test2data) > data(NGMDyes) > > # set threshold C > C<-0.001 > > pars<-mixpar(rho=list(2),eta=list(100),xi=list(0.1),phi=list(c(U1=0.9,U2=0.1))) > > mixWLR<-DNAmixture(list(epg),k=2,C=list(C),database=db,dyes=list(NGMDyes)) > setPeakInfo(mixWLR,pars) > sepWLR<-map.genotypes(mixWLR,type="all",pmin=0.0001,U=1) Killed Examples with CPU (user + system) or elapsed time > 5s user system elapsed loop.rpt.IBD 6.700 0.150 8.013 mixMLX 6.255 0.037 6.810 KinMixLite-package 4.040 0.137 5.761 Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘KinMixLite-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: wlr > ### Title: Computes paternity LR using WLR method > ### Aliases: wlr > > ### ** Examples > > data(test2data) > data(NGMDyes) > > # set threshold C > C<-0.001 > > pars<-mixpar(rho=list(2),eta=list(100),xi=list(0.1),phi=list(c(U1=0.9,U2=0.1))) > > mixWLR<-DNAmixture(list(epg),k=2,C=list(C),database=db,dyes=list(NGMDyes)) > setPeakInfo(mixWLR,pars) > sepWLR<-map.genotypes(mixWLR,type="all",pmin=0.0001,U=1) Killed Examples with CPU (user + system) or elapsed time > 5s user system elapsed loop.rpt.IBD 4.597 0.149 5.501 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘KinMixLite-Ex.R’ failed The error most likely occurred in: > ### Name: wlr > ### Title: Computes paternity LR using WLR method > ### Aliases: wlr > > ### ** Examples > > data(test2data) > data(NGMDyes) > > # set threshold C > C<-0.001 > > pars<-mixpar(rho=list(2),eta=list(100),xi=list(0.1),phi=list(c(U1=0.9,U2=0.1))) > > mixWLR<-DNAmixture(list(epg),k=2,C=list(C),database=db,dyes=list(NGMDyes)) > setPeakInfo(mixWLR,pars) > sepWLR<-map.genotypes(mixWLR,type="all",pmin=0.0001,U=1) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.1.0
Check: examples
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: > > ### ** Examples > > data(test2data) > > > > cleanEx() > nameEx("wlr") > ### * wlr > > flush(stderr()); flush(stdout()) > > ### Name: wlr > ### Title: Computes paternity LR using WLR method > ### Aliases: wlr > > ### ** Examples > > data(test2data) > data(NGMDyes) > > # set threshold C > C<-0.001 > > pars<-mixpar(rho=list(2),eta=list(100),xi=list(0.1),phi=list(c(U1=0.9,U2=0.1))) > > mixWLR<-DNAmixture(list(epg),k=2,C=list(C),database=db,dyes=list(NGMDyes)) > setPeakInfo(mixWLR,pars) > sepWLR<-map.genotypes(mixWLR,type="all",pmin=0.0001,U=1) ======== End of example output (where/before crash/hang up occured ?) ======== Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘KinMixLite-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: wlr > ### Title: Computes paternity LR using WLR method > ### Aliases: wlr > > ### ** Examples > > data(test2data) > data(NGMDyes) > > # set threshold C > C<-0.001 > > pars<-mixpar(rho=list(2),eta=list(100),xi=list(0.1),phi=list(c(U1=0.9,U2=0.1))) > > mixWLR<-DNAmixture(list(epg),k=2,C=list(C),database=db,dyes=list(NGMDyes)) > setPeakInfo(mixWLR,pars) > sepWLR<-map.genotypes(mixWLR,type="all",pmin=0.0001,U=1) Killed Flavors: r-patched-linux-x86_64, r-release-linux-x86_64