Back to Multiple platform build/check report for BioC 3.14 |
|
This page was generated on 2022-04-13 12:05:06 -0400 (Wed, 13 Apr 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4324 |
tokay2 | Windows Server 2012 R2 Standard | x64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4077 |
machv2 | macOS 10.14.6 Mojave | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4137 |
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 |
To the developers/maintainers of the bgx package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/bgx.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 143/2083 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
bgx 1.60.0 (landing page) Ernest Turro
| nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: bgx |
Version: 1.60.0 |
Command: /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD check --install=check:bgx.install-out.txt --library=/home/biocbuild/bbs-3.14-bioc/R/library --no-vignettes --timings bgx_1.60.0.tar.gz |
StartedAt: 2022-04-12 06:30:19 -0400 (Tue, 12 Apr 2022) |
EndedAt: 2022-04-12 06:31:40 -0400 (Tue, 12 Apr 2022) |
EllapsedTime: 80.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: bgx.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD check --install=check:bgx.install-out.txt --library=/home/biocbuild/bbs-3.14-bioc/R/library --no-vignettes --timings bgx_1.60.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.14-bioc/meat/bgx.Rcheck’ * using R version 4.1.3 (2022-03-10) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘bgx/DESCRIPTION’ ... OK * this is package ‘bgx’ version ‘1.60.0’ * 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 ... NOTE Found the following hidden files and directories: .BBSoptions These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘bgx’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. * 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 dependencies in R code ... NOTE Namespace in Imports field not imported from: ‘Rcpp’ All declared Imports should be used. Packages in Depends field not imported from: ‘Biobase’ ‘affy’ These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE bgx: no visible global function definition for ‘geneNames’ bgx: no visible global function definition for ‘sampleNames’ bgx: no visible global function definition for ‘new’ bgx: no visible global function definition for ‘annotation’ bgx: no visible global function definition for ‘description’ bgx: no visible global function definition for ‘assayDataElementReplace’ loessNorm: no visible global function definition for ‘loess’ loessNorm: no visible global function definition for ‘predict’ plotDEDensity: no visible global function definition for ‘density’ plotDEDensity: no visible global function definition for ‘abline’ plotDEHistogram: no visible global function definition for ‘hist’ plotDEHistogram: no visible global function definition for ‘glm’ plotDEHistogram: no visible binding for global variable ‘poisson’ plotDEHistogram: no visible global function definition for ‘lines’ plotDEHistogram: no visible global function definition for ‘points’ plotDiffRank: no visible global function definition for ‘quantile’ plotDiffRank: no visible global function definition for ‘sd’ plotDiffRank: no visible global function definition for ‘segments’ plotDiffRank: no visible global function definition for ‘abline’ plotExpressionDensity: no visible global function definition for ‘density’ plotExpressionDensity: no visible global function definition for ‘lines’ plotExpressionDensity: no visible global function definition for ‘legend’ readSingle.bgx: no visible global function definition for ‘read.delim’ saveAffinityPlot.bgx: no visible global function definition for ‘pdf’ saveAffinityPlot.bgx: no visible global function definition for ‘par’ saveAffinityPlot.bgx: no visible global function definition for ‘dev.off’ setupVars.bgx : calcProbeAffCategories: no visible global function definition for ‘cdfName’ setupVars.bgx : calcProbeAffCategories: no visible global function definition for ‘median’ setupVars.bgx: no visible global function definition for ‘pData’ setupVars.bgx: no visible global function definition for ‘indexProbes’ standalone.bgx: no visible global function definition for ‘write.table’ standalone.bgx: no visible global function definition for ‘geneNames’ standalone.bgx: no visible global function definition for ‘sampleNames’ Undefined global functions or variables: abline annotation assayDataElementReplace cdfName density description dev.off geneNames glm hist indexProbes legend lines loess median new pData par pdf points poisson predict quantile read.delim sampleNames sd segments write.table Consider adding importFrom("grDevices", "dev.off", "pdf") importFrom("graphics", "abline", "hist", "legend", "lines", "par", "points", "segments") importFrom("methods", "new") importFrom("stats", "density", "glm", "loess", "median", "poisson", "predict", "quantile", "sd") importFrom("utils", "read.delim", "write.table") to your NAMESPACE file (and ensure that your DESCRIPTION Imports field contains 'methods'). * checking Rd files ... NOTE prepare_Rd: analysis.bgx.Rd:48-49: Dropping empty section \examples prepare_Rd: mcmc.bgx.Rd:48-49: Dropping empty section \examples prepare_Rd: readOutput.bgx.Rd:23-24: Dropping empty section \examples prepare_Rd: saveAffinityPlot.bgx.Rd:18-19: Dropping empty section \details prepare_Rd: saveAffinityPlot.bgx.Rd:20-21: Dropping empty section \value prepare_Rd: saveAffinityPlot.bgx.Rd:26-27: Dropping empty section \examples prepare_Rd: setupVars.bgx.Rd:21-22: Dropping empty section \details prepare_Rd: setupVars.bgx.Rd:43-44: Dropping empty section \examples * 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 ... NOTE Package has both ‘src/Makevars.in’ and ‘src/Makevars’. Installation with --no-configure' is unlikely to work. If you intended ‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’ otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a ‘cleanup’ script. * 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 is not available * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed bgx 16.083 0.132 16.233 * 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: 7 NOTEs See ‘/home/biocbuild/bbs-3.14-bioc/meat/bgx.Rcheck/00check.log’ for details.
bgx.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD INSTALL bgx ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.14-bioc/R/library’ * installing *source* package ‘bgx’ ... ** using staged installation checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for C compiler vendor... gnu checking whether C compiler accepts -ffast-math... yes checking whether C compiler accepts -O3... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc architecture flag... checking for x86 cpuid 0 output... 16:756e6547:6c65746e:49656e69 checking for x86 cpuid 1 output... 50657:51400800:7ffefbff:bfebfbff checking whether C compiler accepts -march=pentium2... no checking whether C compiler accepts -mcpu=pentium2... no checking whether C compiler accepts -mpentium2... no checking whether C compiler accepts -march=pentiumpro... no checking whether C compiler accepts -mcpu=pentiumpro... no checking whether C compiler accepts -mpentiumpro... no checking for gcc architecture flag... unknown checking for gcc option to accept ISO C99... none needed checking for main in -lm... yes Untarring Boost header files... checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -ffast-math -O3 -DUSING_R -c bgx.cc -o bgx.o In file included from ../boostIncl/boost/config.hpp:57, from ../boostIncl/boost/random/linear_congruential.hpp:22, from ../boostIncl/boost/random.hpp:36, from rand.hh:32, from bgx.cc:32: ../boostIncl/boost/random/detail/const_mod.hpp: In static member function ‘static IntType boost::random::const_mod<IntType, m>::invert_euclidian(IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_148’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/detail/const_mod.hpp:148:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 148 | BOOST_STATIC_ASSERT(m > 0); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_152’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/detail/const_mod.hpp:152:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 152 | BOOST_STATIC_ASSERT(boost::integer_traits<IntType>::is_signed); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/linear_congruential.hpp: In constructor ‘boost::random::linear_congruential<IntType, a, c, m, val>::linear_congruential(IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_63’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/linear_congruential.hpp:63:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 63 | BOOST_STATIC_ASSERT(std::numeric_limits<IntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/inversive_congruential.hpp: In constructor ‘boost::random::inversive_congruential<IntType, a, b, p, val>::inversive_congruential(IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_50’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/inversive_congruential.hpp:50:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 50 | BOOST_STATIC_ASSERT(b >= 0); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_51’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/inversive_congruential.hpp:51:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 51 | BOOST_STATIC_ASSERT(p > 1); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_52’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/inversive_congruential.hpp:52:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 52 | BOOST_STATIC_ASSERT(a >= 1); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/shuffle_output.hpp: In member function ‘void boost::random::shuffle_output<UniformRandomNumberGenerator, k, val>::init()’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_124’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/shuffle_output.hpp:124:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 124 | BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/mersenne_twister.hpp: In member function ‘void boost::random::mersenne_twister<UIntType, w, n, m, r, a, u, s, b, t, c, l, val>::seed(Generator&)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_99’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/mersenne_twister.hpp:99:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 99 | BOOST_STATIC_ASSERT(!std::numeric_limits<result_type>::is_signed); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/subtract_with_carry.hpp: In constructor ‘boost::random::subtract_with_carry<IntType, m, s, r, val>::subtract_with_carry()’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_83’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/subtract_with_carry.hpp:83:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 83 | BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_signed); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_84’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/subtract_with_carry.hpp:84:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 84 | BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp: In constructor ‘boost::random::linear_feedback_shift<UIntType, w, k, q, s, val>::linear_feedback_shift(UIntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_55’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp:55:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 55 | BOOST_STATIC_ASSERT(std::numeric_limits<UIntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_56’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp:56:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 56 | BOOST_STATIC_ASSERT(!std::numeric_limits<UIntType>::is_signed); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp: In constructor ‘boost::random::linear_feedback_shift<UIntType, w, k, q, s, val>::linear_feedback_shift(It&, It)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_69’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp:69:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 69 | BOOST_STATIC_ASSERT(std::numeric_limits<UIntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_70’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/linear_feedback_shift.hpp:70:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 70 | BOOST_STATIC_ASSERT(!std::numeric_limits<UIntType>::is_signed); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/xor_combine.hpp: In member function ‘boost::random::xor_combine<URNG1, s1, URNG2, s2, val>::result_type boost::random::xor_combine<URNG1, s1, URNG2, s2, val>::operator()()’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_67’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/xor_combine.hpp:67:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 67 | BOOST_STATIC_ASSERT(std::numeric_limits<typename base1_type::result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_68’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/xor_combine.hpp:68:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 68 | BOOST_STATIC_ASSERT(std::numeric_limits<typename base2_type::result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_69’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/xor_combine.hpp:69:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 69 | BOOST_STATIC_ASSERT(std::numeric_limits<typename base1_type::result_type>::digits >= std::numeric_limits<typename base2_type::result_type>::digits); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/uniform_smallint.hpp: In constructor ‘boost::detail::uniform_smallint_float<UniformRandomNumberGenerator, IntType>::uniform_smallint_float(boost::detail::uniform_smallint_float<UniformRandomNumberGenerator, IntType>::base_type&, IntType, IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_121’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/uniform_smallint.hpp:121:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 121 | BOOST_STATIC_ASSERT(std::numeric_limits<IntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_122’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/uniform_smallint.hpp:122:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 122 | BOOST_STATIC_ASSERT(!std::numeric_limits<typename base_type::result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/uniform_smallint.hpp: In constructor ‘boost::uniform_smallint<IntType>::uniform_smallint(IntType, IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_170’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/uniform_smallint.hpp:170:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 170 | BOOST_STATIC_ASSERT(std::numeric_limits<IntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/uniform_int.hpp: In constructor ‘boost::uniform_int<IntType>::uniform_int(IntType, IntType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_47’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/uniform_int.hpp:47:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 47 | BOOST_STATIC_ASSERT(std::numeric_limits<IntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/random_number_generator.hpp: In constructor ‘boost::random_number_generator<UniformRandomNumberGenerator, IntType>::random_number_generator(boost::random_number_generator<UniformRandomNumberGenerator, IntType>::base_type&)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_38’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/random_number_generator.hpp:38:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 38 | BOOST_STATIC_ASSERT(std::numeric_limits<result_type>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/uniform_real.hpp: In constructor ‘boost::uniform_real<RealType>::uniform_real(RealType, RealType)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_41’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/uniform_real.hpp:41:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 41 | BOOST_STATIC_ASSERT(!std::numeric_limits<RealType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/random/poisson_distribution.hpp: In constructor ‘boost::poisson_distribution<IntType, RealType>::poisson_distribution(const RealType&)’: ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_38’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/poisson_distribution.hpp:38:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 38 | BOOST_STATIC_ASSERT(std::numeric_limits<IntType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:21: warning: typedef ‘boost_static_assert_typedef_39’ locally defined but not used [-Wunused-local-typedefs] 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../boostIncl/boost/config/suffix.hpp:523:32: note: in definition of macro ‘BOOST_DO_JOIN2’ 523 | #define BOOST_DO_JOIN2( X, Y ) X##Y | ^ ../boostIncl/boost/config/suffix.hpp:521:28: note: in expansion of macro ‘BOOST_DO_JOIN’ 521 | #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) | ^~~~~~~~~~~~~ ../boostIncl/boost/static_assert.hpp:105:10: note: in expansion of macro ‘BOOST_JOIN’ 105 | BOOST_JOIN(boost_static_assert_typedef_, __LINE__) | ^~~~~~~~~~ ../boostIncl/boost/random/poisson_distribution.hpp:39:5: note: in expansion of macro ‘BOOST_STATIC_ASSERT’ 39 | BOOST_STATIC_ASSERT(!std::numeric_limits<RealType>::is_integer); | ^~~~~~~~~~~~~~~~~~~ In file included from bgx.cc:32: rand.hh: In member function ‘RealType Rand<GenType, RealType>::Normal()’: rand.hh:399:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 399 | if(u0<.5) return y; return -y; | ^~ rand.hh:399:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 399 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:406:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 406 | if(u0<.5) return y; return -y; | ^~ rand.hh:406:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 406 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:413:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 413 | if(u0<.5) return y; return -y; | ^~ rand.hh:413:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 413 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:420:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 420 | if(u0<.5) return y; return -y; | ^~ rand.hh:420:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 420 | if(u0<.5) return y; return -y; | ^~~~~~ g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -ffast-math -O3 -DUSING_R -c bgx_frontend.cc -o bgx_frontend.o gcc -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -g -O2 -ffast-math -O3 -c qnorm.c -o qnorm.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -ffast-math -O3 -DUSING_R -c rundir.cc -o rundir.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.14-bioc/R/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -ffast-math -O3 -DUSING_R -c sokal.cc -o sokal.o g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.14-bioc/R/lib -L/usr/local/lib -o bgx.so bgx.o bgx_frontend.o qnorm.o rundir.o sokal.o -lm -L/home/biocbuild/bbs-3.14-bioc/R/lib -lR rm -r ../boostIncl installing to /home/biocbuild/bbs-3.14-bioc/R/library/00LOCK-bgx/00new/bgx/libs ** R ** 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 (bgx)
bgx.Rcheck/bgx-Ex.timings
name | user | system | elapsed | |
bgx | 16.083 | 0.132 | 16.233 | |