Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLMNOPQRST[U]VWXYZ

CHECK report for universalmotif on tokay2

This page was generated on 2020-10-17 11:57:58 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE universalmotif PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1860/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
universalmotif 1.6.4
Benjamin Jean-Marie Tremblay
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/universalmotif
Branch: RELEASE_3_11
Last Commit: 91b2ec6
Last Changed Date: 2020-09-17 04:26:01 -0400 (Thu, 17 Sep 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK [ OK ] NA 
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: universalmotif
Version: 1.6.4
Command: C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:universalmotif.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings universalmotif_1.6.4.tar.gz
StartedAt: 2020-10-17 09:08:38 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 09:13:23 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 285.9 seconds
RetCode: 0
Status:  OK  
CheckDir: universalmotif.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:universalmotif.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings universalmotif_1.6.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.11-bioc/meat/universalmotif.Rcheck'
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'universalmotif/DESCRIPTION' ... OK
* this is package 'universalmotif' version '1.6.4'
* 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 whether package 'universalmotif' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  6.6Mb
  sub-directories of 1Mb or more:
    R      1.5Mb
    libs   3.1Mb
* 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 ... NOTE
motif_clusters: no visible binding for global variable
  'target.sequences'
Undefined global functions or variables:
  target.sequences
* 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 line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.11-bioc/R/library/universalmotif/libs/i386/universalmotif.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.11-bioc/R/library/universalmotif/libs/x64/universalmotif.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (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. 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 ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
               user system elapsed
convert_motifs 8.94   0.83    9.76
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                user system elapsed
convert_motifs 10.41   0.43   10.83
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'spelling.R'
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'spelling.R'
  Running 'testthat.R'
 OK
* 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: 3 NOTEs
See
  'C:/Users/biocbuild/bbs-3.11-bioc/meat/universalmotif.Rcheck/00check.log'
for details.



Installation output

universalmotif.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc/src/contrib/universalmotif_1.6.4.tar.gz && rm -rf universalmotif.buildbin-libdir && mkdir universalmotif.buildbin-libdir && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=universalmotif.buildbin-libdir universalmotif_1.6.4.tar.gz && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL universalmotif_1.6.4.zip && rm universalmotif_1.6.4.tar.gz universalmotif_1.6.4.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 1418k  100 1418k    0     0  17.6M      0 --:--:-- --:--:-- --:--:-- 19.2M

install for i386

* installing *source* package 'universalmotif' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c add_multifreq.cpp -o add_multifreq.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c compare_motifs.cpp -o compare_motifs.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_peaks.cpp -o motif_peaks.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_pvalue.cpp -o motif_pvalue.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_tree.cpp -o motif_tree.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c scan_sequences.cpp -o scan_sequences.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c shuffle_sequences.cpp -o shuffle_sequences.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c trim_motifs.cpp -o trim_motifs.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c universalmotif-class.cpp -o universalmotif-class.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils-exported.cpp -o utils-exported.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils-internal.cpp -o utils-internal.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o universalmotif.dll tmp.def RcppExports.o add_multifreq.o compare_motifs.o motif_peaks.o motif_pvalue.o motif_tree.o scan_sequences.o shuffle_sequences.o trim_motifs.o universalmotif-class.o utils-exported.o utils-internal.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.11-bioc/meat/universalmotif.buildbin-libdir/00LOCK-universalmotif/00new/universalmotif/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
in method for 'convert_motifs' with signature 'motifs="MotifList"': no definition for class "MotifList"
in method for 'convert_motifs' with signature 'motifs="TFFMFirst"': no definition for class "TFFMFirst"
in method for 'convert_motifs' with signature 'motifs="PFMatrix"': no definition for class "PFMatrix"
in method for 'convert_motifs' with signature 'motifs="PWMatrix"': no definition for class "PWMatrix"
in method for 'convert_motifs' with signature 'motifs="ICMatrix"': no definition for class "ICMatrix"
in method for 'convert_motifs' with signature 'motifs="XMatrixList"': no definition for class "XMatrixList"
in method for 'convert_motifs' with signature 'motifs="pwm"': no definition for class "pwm"
in method for 'convert_motifs' with signature 'motifs="pcm"': no definition for class "pcm"
in method for 'convert_motifs' with signature 'motifs="pfm"': no definition for class "pfm"
in method for 'convert_motifs' with signature 'motifs="PWM"': no definition for class "PWM"
in method for 'convert_motifs' with signature 'motifs="Motif"': no definition for class "Motif"
** help
Loading required namespace: universalmotif
Registered S3 method overwritten by 'treeio':
  method     from
  root.phylo ape 
*** installing help indices
  converting help for package 'universalmotif'
    finding HTML links ... done
    ArabidopsisMotif                        html  
    ArabidopsisPromoters                    html  
    finding level-2 HTML links ... done

    JASPAR2018_CORE_DBSCORES                html  
    add_multifreq                           html  
    compare_motifs                          html  
    convert_motifs                          html  
    convert_type                            html  
    create_motif                            html  
    create_sequences                        html  
    enrich_motifs                           html  
    examplemotif                            html  
    examplemotif2                           html  
    filter_motifs                           html  
    get_bkg                                 html  
    make_DBscores                           html  
    merge_motifs                            html  
    motif_peaks                             html  
    motif_pvalue                            html  
    motif_rc                                html  
    motif_tree                              html  
    read_cisbp                              html  
    read_homer                              html  
    read_jaspar                             html  
    read_matrix                             html  
    read_meme                               html  
    read_motifs                             html  
    read_transfac                           html  
    read_uniprobe                           html  
    reexports                               html  
    run_meme                                html  
    sample_sites                            html  
    scan_sequences                          html  
    shuffle_motifs                          html  
    shuffle_sequences                       html  
    switch_alph                             html  
    trim_motifs                             html  
    universalmotif-class                    html  
    universalmotif-pkg                      html  
    utilities                               html  
    utils-motif                             html  
    utils-sequence                          html  
    view_motifs                             html  
    write_homer                             html  
    write_jaspar                            html  
    write_matrix                            html  
    write_meme                              html  
    write_motifs                            html  
    write_transfac                          html  
** building package indices
** installing vignettes
** 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 'universalmotif' ...
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c add_multifreq.cpp -o add_multifreq.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c compare_motifs.cpp -o compare_motifs.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_peaks.cpp -o motif_peaks.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_pvalue.cpp -o motif_pvalue.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c motif_tree.cpp -o motif_tree.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c scan_sequences.cpp -o scan_sequences.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c shuffle_sequences.cpp -o shuffle_sequences.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c trim_motifs.cpp -o trim_motifs.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c universalmotif-class.cpp -o universalmotif-class.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils-exported.cpp -o utils-exported.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.11-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.11-bioc/R/library/RcppThread/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils-internal.cpp -o utils-internal.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o universalmotif.dll tmp.def RcppExports.o add_multifreq.o compare_motifs.o motif_peaks.o motif_pvalue.o motif_tree.o scan_sequences.o shuffle_sequences.o trim_motifs.o universalmotif-class.o utils-exported.o utils-internal.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.11-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.11-bioc/meat/universalmotif.buildbin-libdir/universalmotif/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'universalmotif' as universalmotif_1.6.4.zip
* DONE (universalmotif)
* installing to library 'C:/Users/biocbuild/bbs-3.11-bioc/R/library'
package 'universalmotif' successfully unpacked and MD5 sums checked

Tests output

universalmotif.Rcheck/tests_i386/spelling.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
   0.25    0.04    0.26 

universalmotif.Rcheck/tests_x64/spelling.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
   0.32    0.01    0.37 

universalmotif.Rcheck/tests_i386/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> if (R.Version()$arch != "i386") {
+ 
+   library(testthat)
+   library(universalmotif)
+ 
+   test_check("universalmotif") 
+ 
+ } else TRUE
[1] TRUE
> 
> proc.time()
   user  system elapsed 
   0.20    0.07    0.25 

universalmotif.Rcheck/tests_x64/testthat.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> if (R.Version()$arch != "i386") {
+ 
+   library(testthat)
+   library(universalmotif)
+ 
+   test_check("universalmotif") 
+ 
+ } else TRUE
== testthat results  ===========================================================
[ OK: 210 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
   8.37    0.35    8.78 

Example timings

universalmotif.Rcheck/examples_i386/universalmotif-Ex.timings

nameusersystemelapsed
add_multifreq0.030.000.16
compare_motifs0.020.000.01
convert_motifs8.940.839.76
convert_type000
create_motif0.150.030.19
create_sequences000
enrich_motifs0.050.020.06
filter_motifs0.000.010.02
get_bkg0.170.090.26
make_DBscores000
merge_motifs0.560.222.53
motif_peaks0.080.030.11
motif_pvalue0.000.020.01
motif_rc0.000.020.02
motif_tree0.140.000.14
read_cisbp0.020.000.02
read_homer0.000.000.04
read_jaspar000
read_matrix000
read_meme0.030.000.19
read_transfac0.030.000.03
read_uniprobe0.010.000.01
run_meme000
sample_sites0.050.000.05
scan_sequences000
shuffle_sequences000
switch_alph000
trim_motifs0.010.000.02
universalmotif-class0.050.000.05
utils-motif0.080.000.08
utils-sequence000
view_motifs000
write_homer000
write_jaspar0.030.000.17
write_matrix000
write_meme0.030.000.03
write_transfac0.020.000.02

universalmotif.Rcheck/examples_x64/universalmotif-Ex.timings

nameusersystemelapsed
add_multifreq0.010.000.61
compare_motifs0.330.010.50
convert_motifs10.41 0.4310.83
convert_type000
create_motif0.250.040.30
create_sequences000
enrich_motifs0.410.050.49
filter_motifs0.010.000.01
get_bkg0.300.020.31
make_DBscores000
merge_motifs0.450.000.45
motif_peaks0.280.020.30
motif_pvalue0.000.030.03
motif_rc000
motif_tree0.080.000.08
read_cisbp000
read_homer000
read_jaspar0.010.000.02
read_matrix000
read_meme0.000.010.02
read_transfac0.020.000.01
read_uniprobe000
run_meme000
sample_sites0.010.000.02
scan_sequences2.770.082.84
shuffle_sequences0.010.000.02
switch_alph000
trim_motifs0.020.000.01
universalmotif-class0.030.000.03
utils-motif0.030.020.05
utils-sequence0.020.000.02
view_motifs000
write_homer000
write_jaspar0.030.010.07
write_matrix000
write_meme0.030.000.03
write_transfac0.020.000.02