Back to Multiple platform build/check report for BioC 3.12
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for casper on tokay1

This page was generated on 2021-05-06 12:30:08 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the casper package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 236/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
casper 2.24.2  (landing page)
David Rossell
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/casper
Branch: RELEASE_3_12
Last Commit: f2c5903
Last Changed Date: 2020-12-15 08:57:40 -0400 (Tue, 15 Dec 2020)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version exists in internal repository

Summary

Package: casper
Version: 2.24.2
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:casper.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings casper_2.24.2.tar.gz
StartedAt: 2021-05-06 01:08:50 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 01:17:18 -0400 (Thu, 06 May 2021)
EllapsedTime: 508.1 seconds
RetCode: 0
Status:   WARNINGS   
CheckDir: casper.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:casper.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings casper_2.24.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc/meat/casper.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'casper/DESCRIPTION' ... OK
* this is package 'casper' version '2.24.2'
* 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 whether package 'casper' can be installed ... WARNING
Found the following significant warnings:
  model.cpp:147:11: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
  variant.cpp:164:46: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
See 'C:/Users/biocbuild/bbs-3.12-bioc/meat/casper.Rcheck/00install.out' for details.
* checking installed package size ... NOTE
  installed size is  6.2Mb
  sub-directories of 1Mb or more:
    data   1.8Mb
    libs   2.4Mb
* 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
           user system elapsed
denovoExpr 4.32    0.8   18.69
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
           user system elapsed
denovoExpr  4.5   0.61     5.2
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... 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, 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.12-bioc/meat/casper.Rcheck/00check.log'
for details.



Installation output

casper.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/casper_2.24.2.tar.gz && rm -rf casper.buildbin-libdir && mkdir casper.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=casper.buildbin-libdir casper_2.24.2.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL casper_2.24.2.zip && rm casper_2.24.2.tar.gz casper_2.24.2.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 2378k  100 2378k    0     0  41.8M      0 --:--:-- --:--:-- --:--:-- 43.0M

install for i386

* installing *source* package 'casper' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c casper.cpp -o casper.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cstat.cpp -o cstat.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c dataframe.cpp -o dataframe.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c discretedf.cpp -o discretedf.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c dropVariant.cpp -o dropVariant.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c exon.cpp -o exon.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c fragFunc.c -o fragFunc.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c fragment.cpp -o fragment.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c functions.c -o functions.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c hash.c -o hash.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c join_exons.c -o join_exons.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c makeIslands.c -o makeIslands.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c model.cpp -o model.o
model.cpp: In member function 'char* Model::toString()':
model.cpp:147:11: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
   sprintf(str, "%s {%s}", str, vstr);
           ^~~             ~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c model_cmp.cpp -o model_cmp.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c pathCounts.c -o pathCounts.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c procBam.c -o procBam.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c rcasper.cpp -o rcasper.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c seppel.cpp -o seppel.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c simReads.c -o simReads.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c simReadsfunc.c -o simReadsfunc.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c smartmodeldist.cpp -o smartmodeldist.o
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c uniqQname.c -o uniqQname.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c variant.cpp -o variant.o
variant.cpp: In member function 'void Variant::toString(char*)':
variant.cpp:164:46: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
  for (int e = 0; e < exonCount; e++) sprintf(str, "%s,%i", str, exons[e]->id);
                                              ^~~           ~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c variant_cmp.cpp -o variant_cmp.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o casper.dll tmp.def casper.o cstat.o dataframe.o discretedf.o dropVariant.o exon.o fragFunc.o fragment.o functions.o hash.o join_exons.o makeIslands.o model.o model_cmp.o pathCounts.o procBam.o rcasper.o seppel.o simReads.o simReadsfunc.o smartmodeldist.o uniqQname.o variant.o variant_cmp.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/casper.buildbin-libdir/00LOCK-casper/00new/casper/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for 'transcripts' in package 'casper'
** help
*** installing help indices
  converting help for package 'casper'
    finding HTML links ... done
    K562.r1l1                               html  
    annotatedGenome-class                   html  
    asymmetryCheck                          html  
    calcDenovo                              html  
    calcExp                                 html  
    denovoExpr                              html  
    denovoGeneExpr-class                    html  
    denovoGenomeExpr-class                  html  
    distrsGSE37704                          html  
    genePlot                                html  
    getDistrs                               html  
    getIsland                               html  
    getNreads                               html  
    getReads                                html  
    getRoc                                  html  
    hg19DB                                  html  
    mergeBatches                            html  
    mergeExp                                html  
    modelPrior                              html  
    modelPriorAS-class                      html  
    pathCounts-class                        html  
    pathCounts                              html  
    plot-methods                            html  
    plotExpr                                html  
    plotPriorAS                             html  
    probNonEquiv                            html  
    procBam-class                           html  
    procBam                                 html  
    procGenome                              html  
    qqnormGenomeWide                        html  
    quantileNorm                            html  
    relexprByGene                           html  
    rmShortInserts                          html  
    simMAE                                  html  
    simMAEcheck                             html  
    simMultSamples                          html  
    simReads                                html  
    simulatedSamples-class                  html  
    splitGenomeByLength                     html  
    subsetGenome                            html  
    transcripts                             html  
    txLength-methods                        html  
    wrapDenovo                              html  
    wrapKnown                               html  
** building package indices
** installing vignettes
   'casper.Rnw' 
** 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

install for x64

* installing *source* package 'casper' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c casper.cpp -o casper.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cstat.cpp -o cstat.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c dataframe.cpp -o dataframe.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c discretedf.cpp -o discretedf.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c dropVariant.cpp -o dropVariant.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c exon.cpp -o exon.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c fragFunc.c -o fragFunc.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c fragment.cpp -o fragment.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c functions.c -o functions.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c hash.c -o hash.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c join_exons.c -o join_exons.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c makeIslands.c -o makeIslands.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c model.cpp -o model.o
model.cpp: In member function 'char* Model::toString()':
model.cpp:147:11: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
   sprintf(str, "%s {%s}", str, vstr);
           ^~~             ~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c model_cmp.cpp -o model_cmp.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c pathCounts.c -o pathCounts.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c procBam.c -o procBam.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c rcasper.cpp -o rcasper.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c seppel.cpp -o seppel.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c simReads.c -o simReads.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c simReadsfunc.c -o simReadsfunc.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c smartmodeldist.cpp -o smartmodeldist.o
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c uniqQname.c -o uniqQname.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c variant.cpp -o variant.o
variant.cpp: In member function 'void Variant::toString(char*)':
variant.cpp:164:46: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
  for (int e = 0; e < exonCount; e++) sprintf(str, "%s,%i", str, exons[e]->id);
                                              ^~~           ~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c variant_cmp.cpp -o variant_cmp.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o casper.dll tmp.def casper.o cstat.o dataframe.o discretedf.o dropVariant.o exon.o fragFunc.o fragment.o functions.o hash.o join_exons.o makeIslands.o model.o model_cmp.o pathCounts.o procBam.o rcasper.o seppel.o simReads.o simReadsfunc.o smartmodeldist.o uniqQname.o variant.o variant_cmp.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/casper.buildbin-libdir/casper/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'casper' as casper_2.24.2.zip
* DONE (casper)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'casper' successfully unpacked and MD5 sums checked

Tests output


Example timings

casper.Rcheck/examples_i386/casper-Ex.timings

nameusersystemelapsed
K562.r1l10.280.040.33
annotatedGenome-class000
asymmetryCheck0.020.000.02
calcDenovo000
calcExp4.410.414.89
denovoExpr 4.32 0.8018.69
denovoGeneExpr-class0.020.000.01
denovoGenomeExpr-class000
distrsGSE377040.300.030.33
genePlot0.510.190.70
getDistrs0.780.170.96
getIsland0.110.010.12
getNreads000
getReads000
getRoc000
hg19DB0.140.000.14
mergeBatches0.140.000.14
mergeExp000
modelPrior0.380.024.70
modelPriorAS-class000
pathCounts-class000
pathCounts000
plot-methods000
plotExpr000
plotPriorAS000
probNonEquiv0.120.000.13
procBam-class000
procBam000
procGenome000
qqnormGenomeWide0.030.030.06
quantileNorm0.040.000.03
relexprByGene000
rmShortInserts000
simMAE000
simMAEcheck000
simMultSamples000
simReads0.710.140.86
simulatedSamples-class000
splitGenomeByLength000
transcripts0.300.020.32
wrapDenovo000
wrapKnown000

casper.Rcheck/examples_x64/casper-Ex.timings

nameusersystemelapsed
K562.r1l10.170.070.25
annotatedGenome-class000
asymmetryCheck000
calcDenovo000
calcExp3.360.325.00
denovoExpr4.500.615.20
denovoGeneExpr-class000
denovoGenomeExpr-class000
distrsGSE377040.220.030.25
genePlot0.50.00.5
getDistrs0.660.140.80
getIsland0.120.000.13
getNreads000
getReads000
getRoc000
hg19DB0.120.000.13
mergeBatches0.140.000.14
mergeExp000
modelPrior0.640.000.64
modelPriorAS-class000
pathCounts-class000
pathCounts000
plot-methods000
plotExpr000
plotPriorAS000
probNonEquiv0.150.000.15
procBam-class000
procBam000
procGenome000
qqnormGenomeWide0.090.000.09
quantileNorm0.030.000.04
relexprByGene000
rmShortInserts000
simMAE000
simMAEcheck000
simMultSamples000
simReads0.710.080.78
simulatedSamples-class0.010.000.01
splitGenomeByLength000
transcripts0.280.000.28
wrapDenovo000
wrapKnown000