Back to Multiple platform build/check report for BioC 3.19:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-17 11:35:57 -0400 (Fri, 17 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4751
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4485
lconwaymacOS 12.7.1 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4515
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

Package 357/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cisPath 1.44.0  (landing page)
Likun Wang
Snapshot Date: 2024-05-16 14:00:15 -0400 (Thu, 16 May 2024)
git_url: https://git.bioconductor.org/packages/cisPath
git_branch: RELEASE_3_19
git_last_commit: abd18ed
git_last_commit_date: 2024-04-30 10:30:36 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

CHECK results for cisPath on nebbiolo1


To the developers/maintainers of the cisPath package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cisPath.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: cisPath
Version: 1.44.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:cisPath.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings cisPath_1.44.0.tar.gz
StartedAt: 2024-05-16 21:15:43 -0400 (Thu, 16 May 2024)
EndedAt: 2024-05-16 21:16:04 -0400 (Thu, 16 May 2024)
EllapsedTime: 21.0 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: cisPath.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:cisPath.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings cisPath_1.44.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/cisPath.Rcheck’
* using R version 4.4.0 (2024-04-24)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘cisPath/DESCRIPTION’ ... OK
* this is package ‘cisPath’ version ‘1.44.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 for sufficient/correct file permissions ... OK
* checking whether package ‘cisPath’ can be installed ... WARNING
Found the following significant warnings:
  cisPath.cpp:3555:27: warning: format not a string literal and no format arguments [-Wformat-security]
See ‘/home/biocbuild/bbs-3.19-bioc/meat/cisPath.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code 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 loading without being on the library search path ... 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
getResults: no visible global function definition for ‘read.table’
cisPath,character-character: no visible global function definition for
  ‘browseURL’
combinePPI,character-character: no visible global function definition
  for ‘browseURL’
easyEditor,character: no visible global function definition for
  ‘browseURL’
networkView,character-character-character: no visible global function
  definition for ‘browseURL’
Undefined global functions or variables:
  browseURL read.table
Consider adding
  importFrom("utils", "browseURL", "read.table")
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 ... WARNING
Note: information on .o files is not available
File ‘/home/biocbuild/bbs-3.19-bioc/R/site-library/cisPath/libs/cisPath.so’:
  Found ‘__sprintf_chk’, possibly from ‘sprintf’ (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 nor [v]sprintf. 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 ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/cisPath.Rcheck/00check.log’
for details.


Installation output

cisPath.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL cisPath
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘cisPath’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall  -c cisPath.cpp -o cisPath.o
cisPath.cpp: In function ‘bool processWebInput(const char*, bool, bool)’:
cisPath.cpp:3555:27: warning: format not a string literal and no format arguments [-Wformat-security]
 3555 |             PRINTFUNCTION(buffer);
      |                           ^~~~~~
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.19-bioc/R/lib -L/usr/local/lib -o cisPath.so cisPath.o -L/home/biocbuild/bbs-3.19-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.19-bioc/R/site-library/00LOCK-cisPath/00new/cisPath/libs
** 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
** 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 (cisPath)

Tests output


Example timings

cisPath.Rcheck/cisPath-Ex.timings

nameusersystemelapsed
cisPath0.2340.1590.424
combinePPI0.0020.0020.004
easyEditor0.0040.0000.004
formatPINAPPI0.0000.0020.002
formatSIFfile0.0010.0020.004
formatSTRINGPPI0.0000.0030.003
formatiRefIndex0.0020.0000.002
getMappingFile0.0030.0000.002
networkView0.0260.0080.033