Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMNOP[Q]RSTUVWXYZ

This page was generated on 2025-08-02 12:05 -0400 (Sat, 02 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4796
palomino8Windows Server 2022 Datacenterx644.5.1 (2025-06-13 ucrt) -- "Great Square Root" 4535
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4578
kjohnson3macOS 13.7.1 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4519
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4517
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

Package 1654/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
QuasR 1.49.3  (landing page)
Michael Stadler
Snapshot Date: 2025-08-01 13:25 -0400 (Fri, 01 Aug 2025)
git_url: https://git.bioconductor.org/packages/QuasR
git_branch: devel
git_last_commit: aa5c77a
git_last_commit_date: 2025-06-23 19:20:54 -0400 (Mon, 23 Jun 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


CHECK results for QuasR on nebbiolo2

To the developers/maintainers of the QuasR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/QuasR.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: QuasR
Version: 1.49.3
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:QuasR.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings QuasR_1.49.3.tar.gz
StartedAt: 2025-08-02 01:47:17 -0400 (Sat, 02 Aug 2025)
EndedAt: 2025-08-02 02:00:40 -0400 (Sat, 02 Aug 2025)
EllapsedTime: 803.1 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: QuasR.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:QuasR.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings QuasR_1.49.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck’
* using R version 4.5.1 (2025-06-13)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* checking for file ‘QuasR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘QuasR’ version ‘1.49.3’
* 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 ‘QuasR’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* checking installed package size ... INFO
  installed size is  7.1Mb
  sub-directories of 1Mb or more:
    extdata   1.0Mb
    libs      5.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 ... OK
* checking code 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 ... NOTE
Unexported objects imported by ':::' calls:
  ‘ShortRead:::.ShortReadQQA’ ‘ShortRead:::.qa_adapterContamination’
  ‘ShortRead:::.set_omp_threads’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Foreign function call to a different package:
  .Call(ShortRead:::.set_omp_threads, ...)
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* 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 ... INFO
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 ... WARNING
Note: information on .o files is not available
File ‘/home/biocbuild/bbs-3.22-bioc/R/site-library/QuasR/libs/QuasR.so’:
  Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
  Found ‘abort’, possibly from ‘abort’ (C)
  Found ‘exit’, possibly from ‘exit’ (C)
  Found ‘stderr’, possibly from ‘stderr’ (C)
  Found ‘stdout’, possibly from ‘stdout’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
qCount         18.452  1.625  37.555
qQCReport       3.833  1.434   5.268
qMeth           0.654  0.283  18.074
qProject-class  0.171  0.133  15.580
qExportWig      0.166  0.022  15.564
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/00check.log’
for details.


Installation output

QuasR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL QuasR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘QuasR’ ...
** this is package ‘QuasR’ version ‘1.49.3’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c R_init_QuasR.cpp -o R_init_QuasR.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c bam_cat.c -o bam_cat.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c bam_plbuf.c -o bam_plbuf.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c cat_bam.c -o cat_bam.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c convert_reads_id_bis_rc.c -o convert_reads_id_bis_rc.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c count_alignments.c -o count_alignments.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c count_alignments_subregions.c -o count_alignments_subregions.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c count_junctions.cpp -o count_junctions.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c export_wig.c -o export_wig.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c extract_unmapped_reads.c -o extract_unmapped_reads.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c filter_hisat2.c -o filter_hisat2.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c idxstats_bam.c -o idxstats_bam.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c merge_reorder_sam.cpp -o merge_reorder_sam.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c nucleotide_alignment_frequencies.c -o nucleotide_alignment_frequencies.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c profile_alignments.c -o profile_alignments.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c quantify_methylation.cpp -o quantify_methylation.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c remove_unmapped_from_sam.c -o remove_unmapped_from_sam.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c sam_opts.c -o sam_opts.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c sam_utils.c -o sam_utils.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c split_sam_chr.c -o split_sam_chr.o
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c utilities.c -o utilities.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.22-bioc/R/lib -L/usr/local/lib -o QuasR.so R_init_QuasR.o bam_cat.o bam_plbuf.o cat_bam.o convert_reads_id_bis_rc.o count_alignments.o count_alignments_subregions.o count_junctions.o export_wig.o extract_unmapped_reads.o filter_hisat2.o idxstats_bam.o merge_reorder_sam.o nucleotide_alignment_frequencies.o profile_alignments.o quantify_methylation.o remove_unmapped_from_sam.o sam_opts.o sam_utils.o split_sam_chr.o utilities.o /home/biocbuild/bbs-3.22-bioc/R/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/bbs-3.22-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.22-bioc/R/site-library/00LOCK-QuasR/00new/QuasR/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 (QuasR)

Tests output

QuasR.Rcheck/tests/testthat.Rout


R version 4.5.1 (2025-06-13) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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.

> # setting R_TESTS to empty string because of
> # https://github.com/hadley/testthat/issues/144
> # revert this when that issue in R is fixed.
> Sys.setenv("R_TESTS" = "")
> 
> library(testthat)
> library(QuasR)
Loading required package: parallel
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Rbowtie
> 
> test_check("QuasR")
* installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub’ ...
** this is package ‘BSgenome.HSapiens.QuasR.hg19sub’ version ‘0.1.0’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
* DONE (BSgenome.HSapiens.QuasR.hg19sub)
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK

Attaching package: 'Biostrings'

The following object is masked from 'package:base':

    strsplit

alignment files missing - need to:
    create alignment index for the genome
    create 2 genomic alignment(s)
Creating an Rbowtie index for /tmp/Rtmp3i22Ea/Rtmp3i22Ea/file131a703f6176a2.fa
Finished creating index
* installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub.Rbowtie’ ...
** this is package ‘BSgenome.HSapiens.QuasR.hg19sub.Rbowtie’ version ‘1.0’
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BSgenome.HSapiens.QuasR.hg19sub.Rbowtie)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a70416a1f5b.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 1 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 1 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a703a1a636e.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 1 genomic alignment(s)
Creating an RbowtieCtoT index for /tmp/Rtmp3i22Ea/file131a7018a9872d.fa
Finished creating index
* installing *source* package ‘BSgenome.HSapiens.QuasR.hg19sub.RbowtieCtoT’ ...
** this is package ‘BSgenome.HSapiens.QuasR.hg19sub.RbowtieCtoT’ version ‘1.0’
** using staged installation
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BSgenome.HSapiens.QuasR.hg19sub.RbowtieCtoT)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 1 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a7015075654.txt
Genomic alignments have been created successfully

Creating .fai file for: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa
alignment files missing - need to:
    create alignment index for the genome
    create 2 genomic alignment(s)
    create 2 auxiliary alignment(s)
Creating an Rbowtie index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a706fdbbcda.txt
Genomic alignments have been created successfully

Creating an Rbowtie index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/NC_001422.1.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nodeNames
nebbiolo2 
        2 
Performing auxiliary alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a705fc18840.txt
Auxiliary alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 2 genomic alignment(s)
Reading and processing the SNP file: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt
Creating the genome fasta file containing the SNPs: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa
Creating the genome fasta file containing the SNPs: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa
Creating a .fai file for the snp genome: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa
Creating a .fai file for the snp genome: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa
Creating an Rbowtie index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa
Finished creating index
Creating an Rbowtie index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a7043d1ffd6.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create 2 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a701518987b.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create 4 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 4 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a703db3d878.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create 2 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a70732dc54b.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 4 genomic alignment(s)
Creating an Rhisat2 index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 4 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a70778ee101.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create 2 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a7026c9affc.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create splice site file for gene annotation
    create 2 genomic alignment(s)
Import genomic features from the file as a GRanges object ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a70c348ff9.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create splice site file for gene annotation
    create 2 genomic alignment(s)
Loading required package: GenomicFeatures
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 2 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a703c9fad36.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 1 genomic alignment(s)
Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 1 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a707413162a.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create 1 genomic alignment(s)
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 1 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a704ed45ebd.txt
Genomic alignments have been created successfully

alignment files missing - need to:
    create alignment index for the genome
    create 1 genomic alignment(s)
Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.R.fa
Finished creating index
Creating an RbowtieCtoT index for /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/hg19sub_snp.txt.hg19sub.fa.A.fa
Finished creating index
Testing the compute nodes...OK
Loading QuasR on the compute nodes...preparing to run on 2 nodes...done
Available cores:
nebbiolo2: 2
Performing genomic alignments for 1 samples. See progress in the log file:
/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/QuasR_log_131a704472aa9c.txt
Genomic alignments have been created successfully

all necessary alignment files found
Creating .fai file for: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file131a7032e41da5.fa
all necessary alignment files found
Creating .fai file for: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file131a70351ee4e8.fa
all necessary alignment files found
Creating .fai file for: /home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file131a704ee25f8b.fa
all necessary alignment files found
[E::hts_open_format] Failed to open file "no-file" : No such file or directory
[samopen] no @SQ lines in the header.
samtools cat: fail to open output file 'not-there/bfile': No such file or directory
[E::hts_open_format] Failed to open file "err" : No such file or directory
[E::idx_find_and_load] Could not retrieve index file for '/home/biocbuild/bbs-3.22-bioc/meat/QuasR.Rcheck/tests/testthat/extdata/file131a7044edafb7.sam'
[E::hts_open_format] Failed to open file "err" : No such file or directory
[E::hts_open_format] Failed to open file "err" : No such file or directory
[E::hts_open_format] Failed to open file "err/err" : No such file or directory
[E::hts_open_format] Failed to open file "err" : No such file or directory
Error in checkForRemoteErrors(lapply(cl, recvResult)) : 
  2 nodes produced errors; first error: there is no package called ‘does_not_exist’
In addition: Warning messages:
1: In .makeTxDb_normarg_chrominfo(chrominfo) :
  genome version information is not available for this TxDb object
2: In .makeTxDb_normarg_chrominfo(chrominfo) :
  genome version information is not available for this TxDb object
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 409 ]
Warning messages:
1: In .Internal(gc(verbose, reset, full)) :
  closing unused connection 8 (<-localhost:11236)
2: In .Internal(gc(verbose, reset, full)) :
  closing unused connection 7 (<-localhost:11236)
> 
> proc.time()
   user  system elapsed 
110.097  10.222 173.824 

Example timings

QuasR.Rcheck/QuasR-Ex.timings

nameusersystemelapsed
QuasR-package0.0000.0000.001
alignmentStats000
preprocessReads1.6400.0281.668
qAlign0.0000.0000.001
qCount18.452 1.62537.555
qExportWig 0.166 0.02215.564
qMeth 0.654 0.28318.074
qProfile0.6760.0930.769
qProject-class 0.171 0.13315.580
qQCReport3.8331.4345.268