Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:05:05 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for GBScleanR on nebbiolo2


To the developers/maintainers of the GBScleanR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GBScleanR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 737/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GBScleanR 1.2.14  (landing page)
Tomoyuki Furuta
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: RELEASE_3_16
git_last_commit: 48ea0c3
git_last_commit_date: 2023-04-06 03:59:09 -0400 (Thu, 06 Apr 2023)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: GBScleanR
Version: 1.2.14
Command: /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/bbs-3.16-bioc/R/site-library --timings GBScleanR_1.2.14.tar.gz
StartedAt: 2023-04-10 20:49:07 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 20:52:08 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 181.3 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GBScleanR.Rcheck
Warnings: 3

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/bbs-3.16-bioc/R/site-library --timings GBScleanR_1.2.14.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.16-bioc/meat/GBScleanR.Rcheck’
* using R version 4.2.3 (2023-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘GBScleanR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GBScleanR’ version ‘1.2.14’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘GBScleanR’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  7.4Mb
  sub-directories of 1Mb or more:
    libs   6.2Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... WARNING
Invalid citation information in ‘inst/CITATION’:
  Error in parse(con): 12:3: unexpected symbol
  11:   doi = "10.1093/genetics/iyad055"
  12:   volume
        ^
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.getJnum: no visible binding for global variable ‘head’
Undefined global functions or variables:
  head
Consider adding
  importFrom("utils", "head")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link or links in documentation object 'assignScheme.Rd':
  ‘asignScheme’

See section 'Cross-references' in the 'Writing R Extensions' manual.
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'initScheme':
  ‘crosstype’

Undocumented arguments in documentation object 'showScheme'
  ‘pedigree’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘BasicUsageOfGBScleanR.rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 3 WARNINGs, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.16-bioc/meat/GBScleanR.Rcheck/00check.log’
for details.



Installation output

GBScleanR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.16-bioc/R/bin/R CMD INSTALL GBScleanR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.16-bioc/R/site-library’
* installing *source* package ‘GBScleanR’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrCalcProb.cpp -o gbsrCalcProb.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrFB.cpp -o gbsrFB.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrIPO.cpp -o gbsrIPO.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrStats.cpp -o gbsrStats.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrViterbi.cpp -o gbsrViterbi.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.16-bioc/R/site-library/RcppParallel/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c gbsrutil.cpp -o gbsrutil.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.16-bioc/R/lib -L/usr/local/lib -o GBScleanR.so RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -L/home/biocbuild/bbs-3.16-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.16-bioc/R/site-library/00LOCK-GBScleanR/00new/GBScleanR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GBScleanR)

Tests output

GBScleanR.Rcheck/tests/testthat.Rout


R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(GBScleanR)
Loading required package: SeqArray
Loading required package: gdsfmt
> 
> test_check("GBScleanR")
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f7ad334af.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f7ad334af.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f7ad334af.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f6223a9d0.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f6223a9d0.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f6223a9d0.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f26ae95ae.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f26ae95ae.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f26ae95ae.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Mon Apr 10 20:51:25 2023
Variant Call Format (VCF) Import:
    file(s):
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 102
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmppF7Ne8/sample226a5f467c69d7.gds
Parsing 'sample.vcf':
+ genotype/data   { Bit2 2x102x242 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 338086c89cac9760256e9d1ec0a77327]
    variant.id  [md5: 6f6b771cc6816e18766cd7b202765193]
    position  [md5: f3033fec247b8ec6980e81005e257bd8]
    chromosome  [md5: 891ee7d299e1dba9146b8ae33476741c]
    allele  [md5: 9fc3f097ae98a7ebff52fac77379926e]
    genotype  [md5: b83af5eb9818d83c2ccaa40d494f15a8]
    phase  [md5: 9d686e01959b61df5fdc1a4684bd72b3]
    annotation/id  [md5: 021994c12424cab1e907740e364c7c24]
    annotation/qual  [md5: 5a566f4332739a2b28d23b215163b70a]
    annotation/filter  [md5: cb74cdb22966d99a9290a2c804a10580]
    annotation/format/AD  [md5: f8b130e5e4e497ee162cf32b15b0ac3a]
Done.
Mon Apr 10 20:51:25 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Mon Apr 10 20:51:25 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f467c69d7.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f247f2ced.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f247f2ced.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f247f2ced.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
 <None> <None> <None> <None> <None> <None> <None> <None> <None> <None>The connection to the GDS file was closed.
Loading GDS file.
Reformatting FGT
The connection to the GDS file was closed.
Loading GDS file.
Reformatting FGT
The connection to the GDS file was closed.
Mon Apr 10 20:51:28 2023
Variant Call Format (VCF) Import:
    file(s):
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 102
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmppF7Ne8/sample226a5f31711e69.gds
Parsing 'sample.vcf':
+ genotype/data   { Bit2 2x102x242 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 338086c89cac9760256e9d1ec0a77327]
    variant.id  [md5: 6f6b771cc6816e18766cd7b202765193]
    position  [md5: f3033fec247b8ec6980e81005e257bd8]
    chromosome  [md5: 891ee7d299e1dba9146b8ae33476741c]
    allele  [md5: 9fc3f097ae98a7ebff52fac77379926e]
    genotype  [md5: b83af5eb9818d83c2ccaa40d494f15a8]
    phase  [md5: 9d686e01959b61df5fdc1a4684bd72b3]
    annotation/id  [md5: 021994c12424cab1e907740e364c7c24]
    annotation/qual  [md5: 5a566f4332739a2b28d23b215163b70a]
    annotation/filter  [md5: cb74cdb22966d99a9290a2c804a10580]
    annotation/format/AD  [md5: f8b130e5e4e497ee162cf32b15b0ac3a]
Done.
Mon Apr 10 20:51:28 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Mon Apr 10 20:51:28 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f31711e69.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
No parents info.
Mon Apr 10 20:51:28 2023
Variant Call Format (VCF) Import:
    file(s):
        out226a5f3adb82d.vcf (53.7K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 49
    genotype storage: bit2
    compression method: customized
    # of samples: 49
Output:
    /tmp/RtmppF7Ne8/newgds226a5f20f33050.gds
Parsing 'out226a5f3adb82d.vcf':
+ genotype/data   { Bit2 2x49x121 ZIP_ra, 16B }
Digests:
    sample.id  [md5: a95a8a96569a3408daf840c45fc3ceed]
    variant.id  [md5: 28c9f0d25321357f4d1ba270bb6674f1]
    position  [md5: 489a9c1a7d9fbc9a6fe5bbc8b9bd16c6]
    chromosome  [md5: 7a8f1bdacdbf1f8db07658a38f970e85]
    allele  [md5: af823cca222707465475987b67671c7f]
    genotype  [md5: dc866db7b6efc9826460df2632ed43c6]
    phase  [md5: 4107a8d3802034ca446b9f7f2d81f56c]
    annotation/id  [md5: d2783dd66959cb6f1e00ef4a076f0a7b]
    annotation/qual  [md5: a6a1e161f62c65ce32a0f9cbbc5c28d7]
    annotation/filter  [md5: 0d96dd5d52624d2875ab44dc041ad6aa]
    annotation/format/AD  [md5: 35c166ac64c21cb7878ffb90c7e78b19]
Done.
Mon Apr 10 20:51:28 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds' (19.6K)
    # of fragments: 107
    save to '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds.tmp'
    rename '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds.tmp' (19.0K, reduced: 636B)
    # of fragments: 54
Mon Apr 10 20:51:28 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds' (30.1K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds.tmp'
    rename '/tmp/RtmppF7Ne8/newgds226a5f20f33050.gds.tmp' (29.9K, reduced: 108B)
    # of fragments: 60
No parents info.
Mon Apr 10 20:51:28 2023
Variant Call Format (VCF) Import:
    file(s):
        out226a5f3000230f.vcf (113.7K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 49
    genotype storage: bit2
    compression method: customized
    # of samples: 49
Output:
    /tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds
Parsing 'out226a5f3000230f.vcf':
+ genotype/data   { Bit2 2x49x121 ZIP_ra, 16B }
Digests:
    sample.id  [md5: a95a8a96569a3408daf840c45fc3ceed]
    variant.id  [md5: 28c9f0d25321357f4d1ba270bb6674f1]
    position  [md5: 489a9c1a7d9fbc9a6fe5bbc8b9bd16c6]
    chromosome  [md5: 7a8f1bdacdbf1f8db07658a38f970e85]
    allele  [md5: af823cca222707465475987b67671c7f]
    genotype  [md5: dc866db7b6efc9826460df2632ed43c6]
    phase  [md5: 4107a8d3802034ca446b9f7f2d81f56c]
    annotation/id  [md5: d2783dd66959cb6f1e00ef4a076f0a7b]
    annotation/qual  [md5: a6a1e161f62c65ce32a0f9cbbc5c28d7]
    annotation/filter  [md5: 0d96dd5d52624d2875ab44dc041ad6aa]
    annotation/format/AD  [md5: 35c166ac64c21cb7878ffb90c7e78b19]
    annotation/format/CFT  [md5: 2d8295c76287ab56abadc9f32f51f468]
    annotation/format/FAD  [md5: 8264e49a46264a7355a2383f0b555071]
    annotation/format/FGT  [md5: 06f83c666c7e559d8865ba52e75be098]
Done.
Mon Apr 10 20:51:28 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds' (29.6K)
    # of fragments: 140
    save to '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds.tmp'
    rename '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds.tmp' (28.8K, reduced: 852B)
    # of fragments: 69
Mon Apr 10 20:51:28 2023
Loading GDS file.
Reformatting FGT
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Working on 'annotation/format/FAD' ...
Working on 'annotation/format/FGT' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds' (49.4K)
    # of fragments: 91
    save to '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds.tmp'
    rename '/tmp/RtmppF7Ne8/newgds226a5f5ce8488c.gds.tmp' (48.2K, reduced: 1.2K)
    # of fragments: 79
The connection to the GDS file was closed.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmppF7Ne8/sample226a5f29239cfe.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmppF7Ne8/sample226a5f29239cfe.gds.tmp'
    rename '/tmp/RtmppF7Ne8/sample226a5f29239cfe.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
As `mating` was not specified, set the following mating design.
     [,1]
[1,]    3
[2,]    3
Member IDs were not assigned to samples.
Assign 4 to all samples as member ID.
Set the number of threads: 1
Start cleaning...

Now cleaning chr 1...

Cycle 1: 

Forward round of genotype estimation ...

Founder genotype probability calculation ...                                                                      
Founder genotype probability calculation at marker#: 10                                                                      
Founder genotype probability calculation at marker#: 20                                                                      
Founder genotype probability calculation at marker#: 30                                                                      
Founder genotype probability calculation at marker#: 40                                                                      
Founder genotype probability calculation at marker#: 50                                                                      
Founder genotype probability calculation at marker#: 60                                                                      
Founder genotype probability calculation at marker#: 70                                                                      
Founder genotype probability calculation at marker#: 80                                                                      
Founder genotype probability calculation at marker#: 90                                                                      
Founder genotype probability calculation at marker#: 100                                                                      
Founder genotype probability calculation at marker#: 110                                                                      
Founder genotype probability calculation at marker#: 120                                                                      
Founder genotype probability calculation at marker#: 130                                                                      
Founder genotype probability calculation at marker#: 140                                                                      
Founder genotype probability calculation at marker#: 150                                                                      
Founder genotype probability calculation at marker#: 160                                                                      
Founder genotype probability calculation at marker#: 170                                                                      
Founder genotype probability calculation at marker#: 180                                                                      
Founder genotype probability calculation at marker#: 190                                                                      
Founder genotype probability calculation at marker#: 200                                                                      
Founder genotype probability calculation at marker#: 210                                                                      
Founder genotype probability calculation at marker#: 220                                                                      
Founder genotype probability calculation at marker#: 230                                                                      
Founder genotype probability calculation at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 230                                                                      
Backtracking best genotype sequences at marker#: 220                                                                      
Backtracking best genotype sequences at marker#: 210                                                                      
Backtracking best genotype sequences at marker#: 200                                                                      
Backtracking best genotype sequences at marker#: 190                                                                      
Backtracking best genotype sequences at marker#: 180                                                                      
Backtracking best genotype sequences at marker#: 170                                                                      
Backtracking best genotype sequences at marker#: 160                                                                      
Backtracking best genotype sequences at marker#: 150                                                                      
Backtracking best genotype sequences at marker#: 140                                                                      
Backtracking best genotype sequences at marker#: 130                                                                      
Backtracking best genotype sequences at marker#: 120                                                                      
Backtracking best genotype sequences at marker#: 110                                                                      
Backtracking best genotype sequences at marker#: 100                                                                      
Backtracking best genotype sequences at marker#: 90                                                                      
Backtracking best genotype sequences at marker#: 80                                                                      
Backtracking best genotype sequences at marker#: 70                                                                      
Backtracking best genotype sequences at marker#: 60                                                                      
Backtracking best genotype sequences at marker#: 50                                                                      
Backtracking best genotype sequences at marker#: 40                                                                      
Backtracking best genotype sequences at marker#: 30                                                                      
Backtracking best genotype sequences at marker#: 20                                                                      
Backtracking best genotype sequences at marker#: 10                                                                      
Backtracking best genotype sequences: Done!                                                                      
Offspring genotype probability calculation ...                                                                      
                                                                      
Backward round of genotype estimation  ...

Founder genotype probability calculation ...                                                                      
Founder genotype probability calculation at marker#: 10                                                                      
Founder genotype probability calculation at marker#: 20                                                                      
Founder genotype probability calculation at marker#: 30                                                                      
Founder genotype probability calculation at marker#: 40                                                                      
Founder genotype probability calculation at marker#: 50                                                                      
Founder genotype probability calculation at marker#: 60                                                                      
Founder genotype probability calculation at marker#: 70                                                                      
Founder genotype probability calculation at marker#: 80                                                                      
Founder genotype probability calculation at marker#: 90                                                                      
Founder genotype probability calculation at marker#: 100                                                                      
Founder genotype probability calculation at marker#: 110                                                                      
Founder genotype probability calculation at marker#: 120                                                                      
Founder genotype probability calculation at marker#: 130                                                                      
Founder genotype probability calculation at marker#: 140                                                                      
Founder genotype probability calculation at marker#: 150                                                                      
Founder genotype probability calculation at marker#: 160                                                                      
Founder genotype probability calculation at marker#: 170                                                                      
Founder genotype probability calculation at marker#: 180                                                                      
Founder genotype probability calculation at marker#: 190                                                                      
Founder genotype probability calculation at marker#: 200                                                                      
Founder genotype probability calculation at marker#: 210                                                                      
Founder genotype probability calculation at marker#: 220                                                                      
Founder genotype probability calculation at marker#: 230                                                                      
Founder genotype probability calculation at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 230                                                                      
Backtracking best genotype sequences at marker#: 220                                                                      
Backtracking best genotype sequences at marker#: 210                                                                      
Backtracking best genotype sequences at marker#: 200                                                                      
Backtracking best genotype sequences at marker#: 190                                                                      
Backtracking best genotype sequences at marker#: 180                                                                      
Backtracking best genotype sequences at marker#: 170                                                                      
Backtracking best genotype sequences at marker#: 160                                                                      
Backtracking best genotype sequences at marker#: 150                                                                      
Backtracking best genotype sequences at marker#: 140                                                                      
Backtracking best genotype sequences at marker#: 130                                                                      
Backtracking best genotype sequences at marker#: 120                                                                      
Backtracking best genotype sequences at marker#: 110                                                                      
Backtracking best genotype sequences at marker#: 100                                                                      
Backtracking best genotype sequences at marker#: 90                                                                      
Backtracking best genotype sequences at marker#: 80                                                                      
Backtracking best genotype sequences at marker#: 70                                                                      
Backtracking best genotype sequences at marker#: 60                                                                      
Backtracking best genotype sequences at marker#: 50                                                                      
Backtracking best genotype sequences at marker#: 40                                                                      
Backtracking best genotype sequences at marker#: 30                                                                      
Backtracking best genotype sequences at marker#: 20                                                                      
Backtracking best genotype sequences at marker#: 10                                                                      
Backtracking best genotype sequences: Done!                                                                      
Offspring genotype probability calculation ...                                                                      
                                                                      
Paramter optimization ...

Cycle 2: 

Forward round of genotype estimation ...

Founder genotype probability calculation ...                                                                      
Founder genotype probability calculation at marker#: 10                                                                      
Founder genotype probability calculation at marker#: 20                                                                      
Founder genotype probability calculation at marker#: 30                                                                      
Founder genotype probability calculation at marker#: 40                                                                      
Founder genotype probability calculation at marker#: 50                                                                      
Founder genotype probability calculation at marker#: 60                                                                      
Founder genotype probability calculation at marker#: 70                                                                      
Founder genotype probability calculation at marker#: 80                                                                      
Founder genotype probability calculation at marker#: 90                                                                      
Founder genotype probability calculation at marker#: 100                                                                      
Founder genotype probability calculation at marker#: 110                                                                      
Founder genotype probability calculation at marker#: 120                                                                      
Founder genotype probability calculation at marker#: 130                                                                      
Founder genotype probability calculation at marker#: 140                                                                      
Founder genotype probability calculation at marker#: 150                                                                      
Founder genotype probability calculation at marker#: 160                                                                      
Founder genotype probability calculation at marker#: 170                                                                      
Founder genotype probability calculation at marker#: 180                                                                      
Founder genotype probability calculation at marker#: 190                                                                      
Founder genotype probability calculation at marker#: 200                                                                      
Founder genotype probability calculation at marker#: 210                                                                      
Founder genotype probability calculation at marker#: 220                                                                      
Founder genotype probability calculation at marker#: 230                                                                      
Founder genotype probability calculation at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 230                                                                      
Backtracking best genotype sequences at marker#: 220                                                                      
Backtracking best genotype sequences at marker#: 210                                                                      
Backtracking best genotype sequences at marker#: 200                                                                      
Backtracking best genotype sequences at marker#: 190                                                                      
Backtracking best genotype sequences at marker#: 180                                                                      
Backtracking best genotype sequences at marker#: 170                                                                      
Backtracking best genotype sequences at marker#: 160                                                                      
Backtracking best genotype sequences at marker#: 150                                                                      
Backtracking best genotype sequences at marker#: 140                                                                      
Backtracking best genotype sequences at marker#: 130                                                                      
Backtracking best genotype sequences at marker#: 120                                                                      
Backtracking best genotype sequences at marker#: 110                                                                      
Backtracking best genotype sequences at marker#: 100                                                                      
Backtracking best genotype sequences at marker#: 90                                                                      
Backtracking best genotype sequences at marker#: 80                                                                      
Backtracking best genotype sequences at marker#: 70                                                                      
Backtracking best genotype sequences at marker#: 60                                                                      
Backtracking best genotype sequences at marker#: 50                                                                      
Backtracking best genotype sequences at marker#: 40                                                                      
Backtracking best genotype sequences at marker#: 30                                                                      
Backtracking best genotype sequences at marker#: 20                                                                      
Backtracking best genotype sequences at marker#: 10                                                                      
Backtracking best genotype sequences: Done!                                                                      
Offspring genotype probability calculation ...                                                                      
                                                                      
Backward round of genotype estimation  ...

Founder genotype probability calculation ...                                                                      
Founder genotype probability calculation at marker#: 10                                                                      
Founder genotype probability calculation at marker#: 20                                                                      
Founder genotype probability calculation at marker#: 30                                                                      
Founder genotype probability calculation at marker#: 40                                                                      
Founder genotype probability calculation at marker#: 50                                                                      
Founder genotype probability calculation at marker#: 60                                                                      
Founder genotype probability calculation at marker#: 70                                                                      
Founder genotype probability calculation at marker#: 80                                                                      
Founder genotype probability calculation at marker#: 90                                                                      
Founder genotype probability calculation at marker#: 100                                                                      
Founder genotype probability calculation at marker#: 110                                                                      
Founder genotype probability calculation at marker#: 120                                                                      
Founder genotype probability calculation at marker#: 130                                                                      
Founder genotype probability calculation at marker#: 140                                                                      
Founder genotype probability calculation at marker#: 150                                                                      
Founder genotype probability calculation at marker#: 160                                                                      
Founder genotype probability calculation at marker#: 170                                                                      
Founder genotype probability calculation at marker#: 180                                                                      
Founder genotype probability calculation at marker#: 190                                                                      
Founder genotype probability calculation at marker#: 200                                                                      
Founder genotype probability calculation at marker#: 210                                                                      
Founder genotype probability calculation at marker#: 220                                                                      
Founder genotype probability calculation at marker#: 230                                                                      
Founder genotype probability calculation at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 240                                                                      
Backtracking best genotype sequences at marker#: 230                                                                      
Backtracking best genotype sequences at marker#: 220                                                                      
Backtracking best genotype sequences at marker#: 210                                                                      
Backtracking best genotype sequences at marker#: 200                                                                      
Backtracking best genotype sequences at marker#: 190                                                                      
Backtracking best genotype sequences at marker#: 180                                                                      
Backtracking best genotype sequences at marker#: 170                                                                      
Backtracking best genotype sequences at marker#: 160                                                                      
Backtracking best genotype sequences at marker#: 150                                                                      
Backtracking best genotype sequences at marker#: 140                                                                      
Backtracking best genotype sequences at marker#: 130                                                                      
Backtracking best genotype sequences at marker#: 120                                                                      
Backtracking best genotype sequences at marker#: 110                                                                      
Backtracking best genotype sequences at marker#: 100                                                                      
Backtracking best genotype sequences at marker#: 90                                                                      
Backtracking best genotype sequences at marker#: 80                                                                      
Backtracking best genotype sequences at marker#: 70                                                                      
Backtracking best genotype sequences at marker#: 60                                                                      
Backtracking best genotype sequences at marker#: 50                                                                      
Backtracking best genotype sequences at marker#: 40                                                                      
Backtracking best genotype sequences at marker#: 30                                                                      
Backtracking best genotype sequences at marker#: 20                                                                      
Backtracking best genotype sequences at marker#: 10                                                                      
Backtracking best genotype sequences: Done!                                                                      
Offspring genotype probability calculation ...                                                                      
                                                                      
Summarizing output ...

Done!
The connection to the GDS file was closed.
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 271 ]
> 
> proc.time()
   user  system elapsed 
 12.595   1.122  13.701 

Example timings

GBScleanR.Rcheck/GBScleanR-Ex.timings

nameusersystemelapsed
GbsrGenotypeData-class0.0120.0000.013
GbsrScheme-class0.0310.0000.031
addScheme0.0410.0040.046
assignScheme0.0630.0000.063
boxplotGBSR0.4450.0120.457
closeGDS0.0050.0000.004
countGenotype0.2670.0040.271
countRead0.2720.0240.296
estGeno2.1910.0882.280
gbsrGDS2CSV0.030.000.03
gbsrGDS2VCF0.0040.0000.003
gbsrVCF2GDS0.0790.0040.085
getAllele0.0040.0000.005
getChromosome0.0040.0000.005
getCountAlleleAlt0.0220.0000.022
getCountAlleleMissing0.0120.0000.013
getCountAlleleRef0.0130.0000.013
getCountGenoAlt0.0140.0000.013
getCountGenoHet0.0130.0000.013
getCountGenoMissing0.0120.0000.012
getCountGenoRef0.0130.0000.013
getCountRead0.0270.0000.028
getCountReadAlt0.0150.0020.016
getCountReadRef0.0140.0020.016
getGenotype0.0450.0000.046
getHaplotype1.6480.0121.660
getInfo0.0040.0000.004
getMAC0.0120.0000.012
getMAF0.0130.0000.013
getMarID0.0050.0000.005
getMeanReadAlt0.0160.0000.016
getMeanReadRef0.0160.0000.015
getMedianReadAlt0.0250.0000.025
getMedianReadRef0.0160.0000.016
getParents0.0070.0000.007
getPosition0.0010.0030.004
getRead0.0050.0000.006
getSDReadAlt0.0160.0000.016
getSDReadRef0.0160.0000.016
getSamID0.0050.0000.004
histGBSR0.2390.0040.243
initScheme0.0060.0000.006
isOpenGDS0.0060.0000.006
loadGDS0.0740.0040.078
nmar0.0040.0000.004
nsam0.0040.0000.004
pairsGBSR0.1520.0040.156
plotDosage0.1800.0000.179
plotGBSR0.1870.0000.186
plotReadRatio0.1540.0000.154
reopenGDS0.0060.0000.006
resetCallFilter0.3540.0440.399
resetFilter0.3550.0920.446
resetMarFilter0.0250.0000.026
resetSamFilter0.0860.0040.091
setCallFilter0.5840.1960.780
setInfoFilter0.0060.0000.006
setMarFilter0.0280.0000.028
setParents1.7130.0241.737
setSamFilter0.0290.0000.030
showScheme0.0070.0000.007
thinMarker0.0160.0000.016
validMar0.0050.0010.005
validSam0.0020.0020.005