Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-03-04 11:39:48 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4676
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-01-14 r85805 ucrt) -- "Unsuffered Consequences" 4414
merida1macOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4441
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-01-16 r85812) -- "Unsuffered Consequences" 4417
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 1714/2251HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rfastp 1.13.0  (landing page)
Thomas Carroll
Snapshot Date: 2024-03-01 14:00:22 -0500 (Fri, 01 Mar 2024)
git_url: https://git.bioconductor.org/packages/Rfastp
git_branch: devel
git_last_commit: 4a8e5e1
git_last_commit_date: 2023-10-24 11:25:02 -0500 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  

CHECK results for Rfastp on merida1


To the developers/maintainers of the Rfastp package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rfastp.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: Rfastp
Version: 1.13.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:Rfastp.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings Rfastp_1.13.0.tar.gz
StartedAt: 2024-03-02 09:21:46 -0500 (Sat, 02 Mar 2024)
EndedAt: 2024-03-02 09:23:07 -0500 (Sat, 02 Mar 2024)
EllapsedTime: 81.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: Rfastp.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:Rfastp.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings Rfastp_1.13.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/Rfastp.Rcheck’
* using R Under development (unstable) (2024-01-16 r85808)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rfastp/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rfastp’ version ‘1.13.0’
* 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 ‘Rfastp’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* 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 whether startup messages can be suppressed ... 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 ... 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 shell scripts ... 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 ... WARNING
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rfastp/libs/Rfastp.so’:
  Found ‘_sprintf’, possibly from ‘sprintf’ (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
* 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 running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/Rfastp.Rcheck/00check.log’
for details.



Installation output

Rfastp.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL Rfastp
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘Rfastp’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c main_fastp.cpp -o main_fastp.o
main_fastp.cpp:289:12: warning: unused variable 't1' [-Wunused-variable]
    time_t t1 = time(NULL);
           ^
main_fastp.cpp:291:10: warning: unused variable 'supportEvaluation' [-Wunused-variable]
    bool supportEvaluation = true; 
         ^
main_fastp.cpp:366:12: warning: unused variable 't2' [-Wunused-variable]
    time_t t2 = time(NULL);
           ^
3 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/adaptertrimmer.cpp -o FASTP/adaptertrimmer.o
FASTP/adaptertrimmer.cpp:145:10: warning: variable 'trimmed' set but not used [-Wunused-but-set-variable]
    bool trimmed = AdapterTrimmer::trimBySequence(&r, NULL, adapter);
         ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/basecorrector.cpp -o FASTP/basecorrector.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/duplicate.cpp -o FASTP/duplicate.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/evaluator.cpp -o FASTP/evaluator.o
FASTP/evaluator.cpp:46:10: warning: variable 'reachedEOF' set but not used [-Wunused-but-set-variable]
    bool reachedEOF = false;
         ^
FASTP/evaluator.cpp:74:10: warning: variable 'reachedEOF' set but not used [-Wunused-but-set-variable]
    bool reachedEOF = false;
         ^
FASTP/evaluator.cpp:479:21: warning: unused variable 'data' [-Wunused-variable]
        const char* data = r->mSeq.mStr.c_str();
                    ^
FASTP/evaluator.cpp:585:21: warning: unused variable 'data' [-Wunused-variable]
        const char* data = r->mSeq.mStr.c_str();
                    ^
FASTP/evaluator.cpp:601:21: warning: unused variable 'data' [-Wunused-variable]
        const char* data = r->mSeq.mStr.c_str();
                    ^
FASTP/evaluator.cpp:666:9: warning: unused variable 'rlen' [-Wunused-variable]
    int rlen = seq.length();
        ^
6 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/fastareader.cpp -o FASTP/fastareader.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/fastqreader.cpp -o FASTP/fastqreader.o
FASTP/fastqreader.cpp:98:9: warning: unused variable 'copied' [-Wunused-variable]
    int copied = 0;
        ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/filter.cpp -o FASTP/filter.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/filterresult.cpp -o FASTP/filterresult.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/htmlreporter.cpp -o FASTP/htmlreporter.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/jsonreporter.cpp -o FASTP/jsonreporter.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/nucleotidetree.cpp -o FASTP/nucleotidetree.o
FASTP/nucleotidetree.cpp:49:29: warning: array subscript is of type 'char' [-Wchar-subscripts]
        if(curNode->children[base] == NULL) {
                            ^~~~~
FASTP/nucleotidetree.cpp:50:30: warning: array subscript is of type 'char' [-Wchar-subscripts]
            curNode->children[base] = new NucleotideNode();
                             ^~~~~
FASTP/nucleotidetree.cpp:51:30: warning: array subscript is of type 'char' [-Wchar-subscripts]
            curNode->children[base]->base = seq[i];
                             ^~~~~
FASTP/nucleotidetree.cpp:53:26: warning: array subscript is of type 'char' [-Wchar-subscripts]
        curNode->children[base]->count++;
                         ^~~~~
FASTP/nucleotidetree.cpp:54:36: warning: array subscript is of type 'char' [-Wchar-subscripts]
        curNode = curNode->children[base];
                                   ^~~~~
5 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/options.cpp -o FASTP/options.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/overlapanalysis.cpp -o FASTP/overlapanalysis.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/peprocessor.cpp -o FASTP/peprocessor.o
FASTP/peprocessor.cpp:126:9: warning: unused variable 'cycle' [-Wunused-variable]
    int cycle = 151;
        ^
FASTP/peprocessor.cpp:228:13: warning: unused variable 'dupMeanTlen' [-Wunused-variable]
    double* dupMeanTlen = NULL;
            ^
FASTP/peprocessor.cpp:347:13: warning: unused variable 'lowQualNum2' [-Wunused-variable]
        int lowQualNum2 = 0;
            ^
FASTP/peprocessor.cpp:346:13: warning: unused variable 'nBaseNum1' [-Wunused-variable]
        int nBaseNum1 = 0;
            ^
FASTP/peprocessor.cpp:345:13: warning: unused variable 'lowQualNum1' [-Wunused-variable]
        int lowQualNum1 = 0;
            ^
FASTP/peprocessor.cpp:348:13: warning: unused variable 'nBaseNum2' [-Wunused-variable]
        int nBaseNum2 = 0;
            ^
FASTP/peprocessor.cpp:718:10: warning: unused variable 'splitSizeReEvaluated' [-Wunused-variable]
    bool splitSizeReEvaluated = false;
         ^
7 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/polyx.cpp -o FASTP/polyx.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/processor.cpp -o FASTP/processor.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/read.cpp -o FASTP/read.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/seprocessor.cpp -o FASTP/seprocessor.o
FASTP/seprocessor.cpp:76:9: warning: unused variable 'cycle' [-Wunused-variable]
    int cycle = 151;
        ^
FASTP/seprocessor.cpp:142:13: warning: unused variable 'dupMeanTlen' [-Wunused-variable]
    double* dupMeanTlen = NULL;
            ^
FASTP/seprocessor.cpp:388:10: warning: unused variable 'splitSizeReEvaluated' [-Wunused-variable]
    bool splitSizeReEvaluated = false;
         ^
3 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/sequence.cpp -o FASTP/sequence.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/stats.cpp -o FASTP/stats.o
FASTP/stats.cpp:187:34: warning: array subscript is of type 'char' [-Wchar-subscripts]
            if(mCycleBaseContents[b][c] == 0)
                                 ^~
FASTP/stats.cpp:190:54: warning: array subscript is of type 'char' [-Wchar-subscripts]
                qualCurve[c] = (double)mCycleBaseQual[b][c] / (double)mCycleBaseContents[b][c];
                                                     ^~
FASTP/stats.cpp:190:89: warning: array subscript is of type 'char' [-Wchar-subscripts]
                qualCurve[c] = (double)mCycleBaseQual[b][c] / (double)mCycleBaseContents[b][c];
                                                                                        ^~
FASTP/stats.cpp:191:57: warning: array subscript is of type 'char' [-Wchar-subscripts]
            contentCurve[c] = (double)mCycleBaseContents[b][c] / (double)mCycleTotalBase[c];
                                                        ^~
FASTP/stats.cpp:203:56: warning: array subscript is of type 'char' [-Wchar-subscripts]
        gcContentCurve[c] = (double)(mCycleBaseContents[gBase][c] + mCycleBaseContents[cBase][c]) / (double)mCycleTotalBase[c];
                                                       ^~~~~~
FASTP/stats.cpp:203:87: warning: array subscript is of type 'char' [-Wchar-subscripts]
        gcContentCurve[c] = (double)(mCycleBaseContents[gBase][c] + mCycleBaseContents[cBase][c]) / (double)mCycleTotalBase[c];
                                                                                      ^~~~~~
FASTP/stats.cpp:249:27: warning: array subscript is of type 'char' [-Wchar-subscripts]
            mCycleQ30Bases[b][i]++;
                          ^~
FASTP/stats.cpp:250:27: warning: array subscript is of type 'char' [-Wchar-subscripts]
            mCycleQ20Bases[b][i]++;
                          ^~
FASTP/stats.cpp:252:27: warning: array subscript is of type 'char' [-Wchar-subscripts]
            mCycleQ20Bases[b][i]++;
                          ^~
FASTP/stats.cpp:255:27: warning: array subscript is of type 'char' [-Wchar-subscripts]
        mCycleBaseContents[b][i]++;
                          ^~
FASTP/stats.cpp:256:23: warning: array subscript is of type 'char' [-Wchar-subscripts]
        mCycleBaseQual[b][i] += (qual-33);
                      ^~
FASTP/stats.cpp:551:9: warning: unused variable 'displayed' [-Wunused-variable]
    int displayed = 0;
        ^
FASTP/stats.cpp:850:34: warning: array subscript is of type 'char' [-Wchar-subscripts]
            count = mBaseContents[b];
                                 ^~
13 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/threadconfig.cpp -o FASTP/threadconfig.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/umiprocessor.cpp -o FASTP/umiprocessor.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/unittest.cpp -o FASTP/unittest.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/writer.cpp -o FASTP/writer.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I. -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/zlibbioc/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c FASTP/writerthread.cpp -o FASTP/writerthread.o
/bin/sh:  /Library/Frameworks/R.framework/Resources/bin/R: No such file or directory
/bin/sh:  /Library/Frameworks/R.framework/Resources/bin/R: No such file or directory
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o Rfastp.so ./RcppExports.o ./main_fastp.o ./FASTP/adaptertrimmer.o ./FASTP/basecorrector.o ./FASTP/duplicate.o ./FASTP/evaluator.o ./FASTP/fastareader.o ./FASTP/fastqreader.o ./FASTP/filter.o ./FASTP/filterresult.o ./FASTP/htmlreporter.o ./FASTP/jsonreporter.o ./FASTP/nucleotidetree.o ./FASTP/options.o ./FASTP/overlapanalysis.o ./FASTP/peprocessor.o ./FASTP/polyx.o ./FASTP/processor.o ./FASTP/read.o ./FASTP/seprocessor.o ./FASTP/sequence.o ./FASTP/stats.o ./FASTP/threadconfig.o ./FASTP/umiprocessor.o ./FASTP/unittest.o ./FASTP/writer.o ./FASTP/writerthread.o /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/00LOCK-Rfastp/00new/Rfastp/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 (Rfastp)

Tests output

Rfastp.Rcheck/tests/testthat.Rout


R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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(Rfastp)
Rfastp is a wrapper of fastp project: https://github.com/OpenGene/fastp

Please cite fastp in your publication:
Shifu Chen, Yanqing Zhou, Yaru Chen, Jia Gu; fastp: an ultra-fast all-in-one 
    FASTQ preprocessor, Bioinformatics, Volume 34, Issue 17, 1 September 2018,
    Pages i884-i890, https://doi.org/10.1093/bioinformatics/bty560
> 
> test_check("Rfastp")
Detecting adapter sequence for read1...
No adapter detected for read1

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 4 ]
> 
> proc.time()
   user  system elapsed 
  3.069   0.597   3.941 

Example timings

Rfastp.Rcheck/Rfastp-Ex.timings

nameusersystemelapsed
catfastq0.0220.0530.103
curvePlot1.5930.3352.160
qcSummary0.6520.1680.866
rfastp1.3550.6742.248
trimSummary0.3200.1020.387