Back to Multiple platform build/check report for BioC 3.17
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 10:55:25 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_644.3.0 alpha (2023-04-03 r84154) 4547
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_64R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences" 4333
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 nebbiolo1


To the developers/maintainers of the GBScleanR package:
- 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 Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 750/2207HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GBScleanR 1.3.14  (landing page)
Tomoyuki Furuta
Snapshot Date: 2023-04-11 14:00:16 -0400 (Tue, 11 Apr 2023)
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: devel
git_last_commit: 79e7e9a
git_last_commit_date: 2023-04-06 03:58:36 -0400 (Thu, 06 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    WARNINGS  
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  

Summary

Package: GBScleanR
Version: 1.3.14
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings GBScleanR_1.3.14.tar.gz
StartedAt: 2023-04-11 20:24:52 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 20:27:52 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 179.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GBScleanR.Rcheck
Warnings: 3

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/GBScleanR.Rcheck’
* using R version 4.3.0 alpha (2023-04-03 r84154)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘GBScleanR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GBScleanR’ version ‘1.3.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
* used C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
* checking C++ specification ... NOTE
  Specified C++11: please drop specification unless essential
* checking installed package size ... OK
* 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.17-bioc/meat/GBScleanR.Rcheck/00check.log’
for details.



Installation output

GBScleanR.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘GBScleanR’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.17-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.17-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.17-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.17-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.3.0 alpha (2023-04-03 r84154)
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/RtmpkSNulF/sample150e5d641289c0.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d641289c0.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d641289c0.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/RtmpkSNulF/sample150e5d38ba3b34.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d38ba3b34.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d38ba3b34.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/RtmpkSNulF/sample150e5d6af0a6b7.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d6af0a6b7.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d6af0a6b7.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.
Tue Apr 11 20:27:10 2023
Variant Call Format (VCF) Import:
    file:
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 102
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmpkSNulF/sample150e5d2787c10e.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.
Tue Apr 11 20:27:10 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpkSNulF/sample150e5d2787c10e.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmpkSNulF/sample150e5d2787c10e.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d2787c10e.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Tue Apr 11 20:27:10 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/RtmpkSNulF/sample150e5d2787c10e.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d2787c10e.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d2787c10e.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/RtmpkSNulF/sample150e5d68ca5791.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d68ca5791.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d68ca5791.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.
Tue Apr 11 20:27:14 2023
Variant Call Format (VCF) Import:
    file:
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 102
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmpkSNulF/sample150e5d7cd842b1.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.
Tue Apr 11 20:27:14 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpkSNulF/sample150e5d7cd842b1.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmpkSNulF/sample150e5d7cd842b1.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d7cd842b1.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Tue Apr 11 20:27:14 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/RtmpkSNulF/sample150e5d7cd842b1.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d7cd842b1.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d7cd842b1.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
No parents info.
Tue Apr 11 20:27:14 2023
Variant Call Format (VCF) Import:
    file:
        out150e5d66875af2.vcf (62.8K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 58
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 58
Output:
    /tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds
Parsing 'out150e5d66875af2.vcf':
+ genotype/data   { Bit2 2x58x121 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 6b31cd8463438edfeca5930429cf028a]
    variant.id  [md5: 28c9f0d25321357f4d1ba270bb6674f1]
    position  [md5: 1d19062dd95f0f91fd347a5aa7546d3c]
    chromosome  [md5: 7a8f1bdacdbf1f8db07658a38f970e85]
    allele  [md5: 1dbb9446d8338e760eded17719e35bd5]
    genotype  [md5: cd5107e48169221c80b0b68e16adde8d]
    phase  [md5: 48e5d50f1de9fc016e94e3496d1a64ee]
    annotation/id  [md5: f02fa69df564cc70b1e2c07971b97308]
    annotation/qual  [md5: a6a1e161f62c65ce32a0f9cbbc5c28d7]
    annotation/filter  [md5: 0d96dd5d52624d2875ab44dc041ad6aa]
    annotation/format/AD  [md5: a06892ed171ddb68bbcc73c52364f706]
Done.
Tue Apr 11 20:27:14 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds' (21.7K)
    # of fragments: 107
    save to '/tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds.tmp'
    rename '/tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds.tmp' (21.1K, reduced: 636B)
    # of fragments: 54
Tue Apr 11 20:27:14 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/RtmpkSNulF/newgds150e5d4d73afd7.gds' (34.3K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds.tmp'
    rename '/tmp/RtmpkSNulF/newgds150e5d4d73afd7.gds.tmp' (34.2K, reduced: 108B)
    # of fragments: 60
No parents info.
Tue Apr 11 20:27:15 2023
Variant Call Format (VCF) Import:
    file:
        out150e5d2358ccb6.vcf (133.6K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 58
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 58
Output:
    /tmp/RtmpkSNulF/newgds150e5d17b3e245.gds
Parsing 'out150e5d2358ccb6.vcf':
+ genotype/data   { Bit2 2x58x121 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 6b31cd8463438edfeca5930429cf028a]
    variant.id  [md5: 28c9f0d25321357f4d1ba270bb6674f1]
    position  [md5: 1d19062dd95f0f91fd347a5aa7546d3c]
    chromosome  [md5: 7a8f1bdacdbf1f8db07658a38f970e85]
    allele  [md5: 1dbb9446d8338e760eded17719e35bd5]
    genotype  [md5: cd5107e48169221c80b0b68e16adde8d]
    phase  [md5: 48e5d50f1de9fc016e94e3496d1a64ee]
    annotation/id  [md5: f02fa69df564cc70b1e2c07971b97308]
    annotation/qual  [md5: a6a1e161f62c65ce32a0f9cbbc5c28d7]
    annotation/filter  [md5: 0d96dd5d52624d2875ab44dc041ad6aa]
    annotation/format/AD  [md5: a06892ed171ddb68bbcc73c52364f706]
    annotation/format/CFT  [md5: 58889a8a5c4510122fb0d2e6600d5941]
    annotation/format/FAD  [md5: 3a99c4314f5b8afe8c4ed8da420cf642]
    annotation/format/FGT  [md5: 6a1b8dc77c2a84249c00b2f56ecafdd9]
Done.
Tue Apr 11 20:27:15 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpkSNulF/newgds150e5d17b3e245.gds' (33.4K)
    # of fragments: 140
    save to '/tmp/RtmpkSNulF/newgds150e5d17b3e245.gds.tmp'
    rename '/tmp/RtmpkSNulF/newgds150e5d17b3e245.gds.tmp' (32.6K, reduced: 852B)
    # of fragments: 69
Tue Apr 11 20:27:15 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/RtmpkSNulF/newgds150e5d17b3e245.gds' (57.4K)
    # of fragments: 91
    save to '/tmp/RtmpkSNulF/newgds150e5d17b3e245.gds.tmp'
    rename '/tmp/RtmpkSNulF/newgds150e5d17b3e245.gds.tmp' (55.9K, reduced: 1.5K)
    # 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/RtmpkSNulF/sample150e5d663151f4.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmpkSNulF/sample150e5d663151f4.gds.tmp'
    rename '/tmp/RtmpkSNulF/sample150e5d663151f4.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.748   0.997  13.806 

Example timings

GBScleanR.Rcheck/GBScleanR-Ex.timings

nameusersystemelapsed
GbsrGenotypeData-class0.0090.0040.014
GbsrScheme-class0.0090.0000.009
addScheme0.0450.0000.045
assignScheme0.0630.0000.063
boxplotGBSR0.4260.0040.429
closeGDS0.0040.0000.004
countGenotype0.2690.0190.287
countRead0.2780.0000.277
estGeno2.2520.0322.285
gbsrGDS2CSV0.0360.0030.038
gbsrGDS2VCF0.0050.0000.005
gbsrVCF2GDS0.0690.0160.086
getAllele0.0040.0030.007
getChromosome0.0060.0000.007
getCountAlleleAlt0.0140.0000.014
getCountAlleleMissing0.0090.0060.014
getCountAlleleRef0.0090.0060.014
getCountGenoAlt0.0150.0000.014
getCountGenoHet0.0110.0040.014
getCountGenoMissing0.0090.0060.014
getCountGenoRef0.0130.0020.015
getCountRead0.030.000.03
getCountReadAlt0.0170.0000.017
getCountReadRef0.0180.0000.018
getGenotype0.0480.0000.049
getHaplotype1.7420.0081.751
getInfo0.0060.0000.005
getMAC0.0150.0000.015
getMAF0.0120.0020.015
getMarID0.0020.0050.007
getMeanReadAlt0.0270.0020.030
getMeanReadRef0.0150.0030.019
getMedianReadAlt0.0140.0050.018
getMedianReadRef0.0180.0000.019
getParents0.0080.0000.008
getPosition0.0020.0040.006
getRead0.0070.0000.007
getSDReadAlt0.0160.0020.018
getSDReadRef0.0110.0070.019
getSamID0.0010.0050.006
histGBSR0.2180.0030.221
initScheme0.0070.0000.007
isOpenGDS0.0060.0000.006
loadGDS0.0740.0000.074
nmar0.0010.0040.005
nsam0.0010.0040.005
pairsGBSR0.1440.0040.148
plotDosage0.1760.0000.176
plotGBSR0.1840.0000.184
plotReadRatio0.1540.0040.158
reopenGDS0.0080.0000.008
resetCallFilter0.3170.0680.385
resetFilter0.3760.0560.431
resetMarFilter0.0270.0000.027
resetSamFilter0.0870.0050.093
setCallFilter0.5720.1460.719
setInfoFilter0.0020.0040.006
setMarFilter0.0220.0040.026
setParents1.7060.0241.731
setSamFilter0.0280.0000.029
showScheme0.0080.0000.008
thinMarker0.0240.0040.027
validMar0.0070.0000.007
validSam0.0010.0050.006