Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

INSTALL report for nem on malbec2

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

TO THE DEVELOPERS/MAINTAINERS OF THE nem PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1181/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
nem 2.62.0
Holger Froehlich
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/nem
Branch: RELEASE_3_11
Last Commit: 12310c0
Last Changed Date: 2020-04-27 14:14:04 -0400 (Mon, 27 Apr 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64 [ OK ] OK  ERROR 
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  ERROR  OK 
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  ERROR  OK 

Summary

Package: nem
Version: 2.62.0
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL nem
StartedAt: 2020-10-16 16:35:03 -0400 (Fri, 16 Oct 2020)
EndedAt: 2020-10-16 16:35:15 -0400 (Fri, 16 Oct 2020)
EllapsedTime: 11.9 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL nem
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘nem’ ...
** using staged installation
** libs
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c MCMC.c -o MCMC.o
MCMC.c: In function ‘network_likelihood’:
MCMC.c:116:62: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
                                         if(egene_prior[i][s] > 0 & s < nsgenes){
                                            ~~~~~~~~~~~~~~~~~~^~~
MCMC.c:125:27: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
      if(egene_prior[i][s] > 0 & s == nsgenes){ // virtual "null" S-gene (not connected to any other S-gene, never perturbed) ==> automatic E-gene selection
         ~~~~~~~~~~~~~~~~~~^~~
MCMC.c: In function ‘MCMCrun’:
MCMC.c:403:10: warning: unused variable ‘stored2’ [-Wunused-variable]
     long stored2 = 0;
          ^~~~~~~
MCMC.c:402:10: warning: unused variable ‘stored’ [-Wunused-variable]
     long stored = 0;
          ^~~~~~
MCMC.c:359:35: warning: unused variable ‘mutinf’ [-Wunused-variable]
     double loglikMean, loglikSum, mutinf, delta, logPrior_cur_scale;
                                   ^~~~~~
MCMC.c: In function ‘network_likelihood’:
MCMC.c:108:6: warning: ‘max_loglik0_idx’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  int max_loglik0_idx;
      ^~~~~~~~~~~~~~~
MCMC.c: In function ‘MCMCrun’:
MCMC.c:455:12: warning: ‘delta_poss_operations’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MCMC.c:455:10: warning: ‘logPrior_cur’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
  ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MCMC.c:455:10: warning: ‘likelihood’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c netlearn.c -o netlearn.o
netlearn.c: In function ‘learn_network’:
netlearn.c:168:9: warning: unused variable ‘lik_switch’ [-Wunused-variable]
  double lik_switch;
         ^~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c wrapper.c -o wrapper.o
wrapper.c: In function ‘MCMCrunWrapper’:
wrapper.c:107:27: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
     int useMCMC = (sample > 0 & burnin > 0);
                    ~~~~~~~^~~
gcc -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o nem.so MCMC.o netlearn.o wrapper.o -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-nem/00new/nem/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘nem.Rnw’ using ‘latin1’ 
** testing if installed package can be loaded from temporary location
Warning: Package 'nem' is deprecated and will be removed from Bioconductor
  version 3.12
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning: Package 'nem' is deprecated and will be removed from Bioconductor
  version 3.12
** testing if installed package keeps a record of temporary installation path
* DONE (nem)