Back to "Blame Jeroen" build/check report for BioC 3.11

INSTALL report for DESeq on tokay2

This page was generated on 2020-04-15 03:20:12 -0400 (Wed, 15 Apr 2020).

These builds are using Rtools40 and R-testing by Jeroen Ooms (available at https://cran.r-project.org/bin/windows/testing/rtools40.html)
TO THE DEVELOPERS/MAINTAINERS OF THE DESeq PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 28/89HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DESeq 1.39.3
Simon Anders
Snapshot Date: 2020-04-14 17:00:05 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/DESeq
Branch: master
Last Commit: 01e71c7
Last Changed Date: 2020-03-31 15:16:12 -0400 (Tue, 31 Mar 2020)
tokay2 Windows Server 2012 R2 Standard / x64 [ OK ] ERROR  skipped  skipped 

Summary

Package: DESeq
Version: 1.39.3
Command: C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc-testing/src/contrib/DESeq_1.39.3.tar.gz && rm -rf DESeq.buildbin-libdir && mkdir DESeq.buildbin-libdir && C:\Users\bioctesting\bbs-3.11-bioc-testing\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=DESeq.buildbin-libdir DESeq_1.39.3.tar.gz && C:\Users\bioctesting\bbs-3.11-bioc-testing\R\bin\R.exe CMD INSTALL DESeq_1.39.3.zip && rm DESeq_1.39.3.tar.gz DESeq_1.39.3.zip
StartedAt: 2020-04-14 18:20:19 -0400 (Tue, 14 Apr 2020)
EndedAt: 2020-04-14 18:20:49 -0400 (Tue, 14 Apr 2020)
EllapsedTime: 30.7 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc-testing/src/contrib/DESeq_1.39.3.tar.gz && rm -rf DESeq.buildbin-libdir && mkdir DESeq.buildbin-libdir && C:\Users\bioctesting\bbs-3.11-bioc-testing\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=DESeq.buildbin-libdir DESeq_1.39.3.tar.gz && C:\Users\bioctesting\bbs-3.11-bioc-testing\R\bin\R.exe CMD INSTALL DESeq_1.39.3.zip && rm DESeq_1.39.3.tar.gz DESeq_1.39.3.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  654k  100  654k    0     0  10.0M      0 --:--:-- --:--:-- --:--:-- 11.2M

install for i386

* installing *source* package 'DESeq' ...
** using staged installation
** libs
/mingw32/bin/gcc  -I"C:/Users/BIOCTE~1/BBS-3~1.11-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c pval.c -o pval.o
pval.c: In function 'add_from_both_sides':
pval.c:26:11: warning: unused variable 'esttotalperlength' [-Wunused-variable]
    double esttotalperlength = total/2;
           ^~~~~~~~~~~~~~~~~
/mingw32/bin/gcc -shared -s -static-libgcc -o DESeq.dll tmp.def pval.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCTE~1/BBS-3~1.11-/R/bin/i386 -lR
installing to C:/Users/bioctesting/bbs-3.11-bioc-testing/meat/DESeq.buildbin-libdir/00LOCK-DESeq/00new/DESeq/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'DESeq'
    finding HTML links ... done
    CountDataSet-class                      html  
    adjustScvForBias                        html  
    conditions                              html  
    counts                                  html  
    dispTable                               html  
    estimateDispersions                     html  
    estimateSizeFactors                     html  
    estimateSizeFactorsForMatrix            html  
    estimateVarianceFunctions               html  
    fitInfo                                 html  
    fitNbinomGLMs                           html  
    fitNbinomGLMsForMatrix                  html  
    getBaseMeansAndVariances                html  
    getVarianceStabilizedData               html  
    makeExampleCountDataSet                 html  
    nbinomGLMTest                           html  
    nbinomTest                              html  
    nbinomTestForMatrices                   html  
    nbkd.sf                                 html  
    newCountDataSet                         html  
    newCountDataSetFromHTSeqCount           html  
    plotDispEsts                            html  
    plotMA                                  html  
    plotPCA                                 html  
    residualsEcdfPlot                       html  
    scvPlot                                 html  
    sizeFactors                             html  
    varianceFitDiagnostics                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: Package 'DESeq' is deprecated and will be removed from Bioconductor
  version 3.13. Please use DESeq2
** testing if installed package can be loaded from final location
Warning: Package 'DESeq' is deprecated and will be removed from Bioconductor
  version 3.13. Please use DESeq2
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'DESeq' ...
** libs
/mingw64/bin/gcc  -I"C:/Users/BIOCTE~1/BBS-3~1.11-/R/include" -DNDEBUG     -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c pval.c -o pval.o
pval.c: In function 'add_from_both_sides':
pval.c:26:11: warning: unused variable 'esttotalperlength' [-Wunused-variable]
    double esttotalperlength = total/2;
           ^~~~~~~~~~~~~~~~~
/mingw64/bin/gcc -shared -s -static-libgcc -o DESeq.dll tmp.def pval.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCTE~1/BBS-3~1.11-/R/bin/x64 -lR
installing to C:/Users/bioctesting/bbs-3.11-bioc-testing/meat/DESeq.buildbin-libdir/DESeq/libs/x64
** testing if installed package can be loaded
Warning: Package 'DESeq' is deprecated and will be removed from Bioconductor
  version 3.13. Please use DESeq2
* MD5 sums
packaged installation of 'DESeq' as DESeq_1.39.3.zip
* DONE (DESeq)
* installing to library 'C:/Users/bioctesting/bbs-3.11-bioc-testing/R/library'
package 'DESeq' successfully unpacked and MD5 sums checked