Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:05:35 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
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

CHECK results for GraphAlignment on palomino4


To the developers/maintainers of the GraphAlignment package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GraphAlignment.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.

raw results

Package 856/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GraphAlignment 1.62.0  (landing page)
Joern P. Meier
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/GraphAlignment
git_branch: RELEASE_3_16
git_last_commit: 9b44495
git_last_commit_date: 2022-11-01 11:03:43 -0400 (Tue, 01 Nov 2022)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: GraphAlignment
Version: 1.62.0
Command: F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GraphAlignment.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings GraphAlignment_1.62.0.tar.gz
StartedAt: 2023-04-11 02:07:09 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 02:07:38 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 29.2 seconds
RetCode: 0
Status:   OK  
CheckDir: GraphAlignment.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:GraphAlignment.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings GraphAlignment_1.62.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.16-bioc/meat/GraphAlignment.Rcheck'
* using R version 4.2.3 (2023-03-15 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'GraphAlignment/DESCRIPTION' ... OK
* this is package 'GraphAlignment' version '1.62.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 ... OK
* checking for portable file names ... OK
* checking whether package 'GraphAlignment' 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
File 'GraphAlignment/R/GraphAlignment.R':
  .Last.lib calls:
    library.dynam.unload("GraphAlignment", libpath)

Package detach functions should not call 'library.dynam.unload'.
See section 'Good practice' in '?.Last.lib'.

AlignNetworks: no visible global function definition for 'rnorm'
GenerateExample: no visible global function definition for 'runif'
GenerateExample: no visible global function definition for 'rnorm'
GenerateExample: no visible global function definition for 'pnorm'
InitialAlignment: no visible global function definition for 'rnorm'
Undefined global functions or variables:
  pnorm rnorm runif
Consider adding
  importFrom("stats", "pnorm", "rnorm", "runif")
to your NAMESPACE file.
* 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.16-bioc/R/library/GraphAlignment/libs/x64/GraphAlignment.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'putchar', possibly from 'putchar' (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 sizes of PDF files under 'inst/doc' ... NOTE
  'qpdf' made some significant size reductions:
     compacted 'GraphAlignment.pdf' from 515Kb to 366Kb
  consider running tools::compactPDF() on these files
* checking files in 'vignettes' ... OK
* checking examples ... 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: 4 NOTEs
See
  'F:/biocbuild/bbs-3.16-bioc/meat/GraphAlignment.Rcheck/00check.log'
for details.



Installation output

GraphAlignment.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD INSTALL GraphAlignment
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.16-bioc/R/library'
* installing *source* package 'GraphAlignment' ...
** using staged installation
** libs
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_alloc.c -o GA_alloc.o
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_matrix.c -o GA_matrix.o
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_matrix_R.c -o GA_matrix_R.o
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_message.c -o GA_message.o
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_vector.c -o GA_vector.o
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GA_vector_R.c -o GA_vector_R.o
GA_vector_R.c: In function 'GA_clamp_mode_from_R':
GA_vector_R.c:139:9: warning: unused variable 'size' [-Wunused-variable]
  139 |     int size = LENGTH(robj);
      |         ^~~~
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c GraphAlignment.c -o GraphAlignment.o
GraphAlignment.c: In function 'GA_encode_directed_graph':
GraphAlignment.c:138:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  138 |                 if (matrix->elts[i][j] == 1)
      |                    ^
GraphAlignment.c:159:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
  159 |                 if (matrix->elts[i][j] == 1)
      |                    ^
GraphAlignment.c: In function 'GA_directed_mode_from_R':
GraphAlignment.c:264:9: warning: unused variable 'size' [-Wunused-variable]
  264 |     int size = LENGTH(robj);
      |         ^~~~
gcc  -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG     -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c lap.c -o lap.o
lap.c: In function 'LAP_lap':
lap.c:64:30: warning: 'last' may be used uninitialized in this function [-Wmaybe-uninitialized]
   64 |   col  j, j1, j2, endofpath, last, low, up, *collist, *matches;
      |                              ^~~~
lap.c:269:16: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized]
  269 |             if (v2 == min)   /* new column found at same minimum value */
      |                ^
gcc -shared -s -static-libgcc -o GraphAlignment.dll tmp.def GA_alloc.o GA_matrix.o GA_matrix_R.o GA_message.o GA_vector.o GA_vector_R.o GraphAlignment.o lap.o -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.16-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.16-bioc/R/library/00LOCK-GraphAlignment/00new/GraphAlignment/libs/x64
** R
** inst
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GraphAlignment)

Tests output


Example timings

GraphAlignment.Rcheck/GraphAlignment-Ex.timings

nameusersystemelapsed
AlignNetworks0.030.000.03
AlignedPairs0.010.000.02
AnalyzeAlignment0.030.000.04
ComputeLinkParameters000
ComputeM0.000.010.02
ComputeNodeParameters000
ComputeScores0.040.000.03
CreateScoreMatrix0.010.000.01
EncodeDirectedGraph000
GenerateExample0.110.030.14
GetBinNumber000
InitialAlignment000
InvertPermutation000
LinearAssignment000
MatrixToBin000
Permute000
Trace000
VectorToBin000