Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-06-11 15:43 -0400 (Tue, 11 Jun 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4679
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4414
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4441
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4394
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 1657/2239HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RCy3 2.25.0  (landing page)
Alex Pico
Snapshot Date: 2024-06-09 14:00 -0400 (Sun, 09 Jun 2024)
git_url: https://git.bioconductor.org/packages/RCy3
git_branch: devel
git_last_commit: 47b2922
git_last_commit_date: 2024-04-30 10:46:27 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for RCy3 on kjohnson1

To the developers/maintainers of the RCy3 package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RCy3.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: RCy3
Version: 2.25.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RCy3.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RCy3_2.25.0.tar.gz
StartedAt: 2024-06-11 05:33:21 -0400 (Tue, 11 Jun 2024)
EndedAt: 2024-06-11 05:34:43 -0400 (Tue, 11 Jun 2024)
EllapsedTime: 82.1 seconds
RetCode: 0
Status:   OK  
CheckDir: RCy3.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RCy3.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RCy3_2.25.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/RCy3.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RCy3/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘RCy3’ version ‘2.25.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:
  .travis.yml
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 ‘RCy3’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* 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 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
.checkHexColor: no visible global function definition for ‘colors’
.edgeNameToEdgeSUID: no visible binding for global variable ‘SUID’
.nodeNameToNodeSUID: no visible binding for global variable ‘SUID’
createNetworkFromDataFrames: no visible binding for global variable
  ‘SUID’
Undefined global functions or variables:
  SUID colors
Consider adding
  importFrom("grDevices", "colors")
to your NAMESPACE file.
* checking Rd files ... NOTE
checkRd: (-1) importFileFromUrl.Rd:24: Lost braces; missing escapes or markup?
    24 | dict: {'filePath': <new file's absolute path in Cytoscape workstation>, 'fileByteCount': number of bytes read}
       |       ^
checkRd: (-1) sandboxGetFileInfo.Rd:17: Lost braces; missing escapes or markup?
    17 | dict: {'filePath': <full path on Cytoscape workstation>, 'modifiedTime': <last changed time, '' if file doesn't exist>, 'isFile': <True if file, False if directory>}
       |       ^
checkRd: (-1) sandboxRemove.Rd:15: Lost braces; missing escapes or markup?
    15 | dict: {'sandboxPath': <directory on Cytoscape workstation>, 'existed': <True if sandbox existed>}
       |       ^
checkRd: (-1) sandboxRemoveFile.Rd:17: Lost braces; missing escapes or markup?
    17 | dict: {'filePath': <file's absolute path in Cytoscape workstation>, 'existed': True if file existed before being deleted}
       |       ^
checkRd: (-1) sandboxUrlTo.Rd:27: Lost braces; missing escapes or markup?
    27 | dict: {'filePath': <new file's absolute path in Cytoscape workstation>, 'fileByteCount': number of bytes read}
       |       ^
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... 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
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/RCy3.Rcheck/00check.log’
for details.


Installation output

RCy3.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RCy3
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘RCy3’ ...
** using staged installation
** 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 (RCy3)

Tests output

RCy3.Rcheck/tests/runTests.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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.

> # tests disabled as the Bioconductor build system no longer supports interactive sessions
> #require(RCy3) || stop("unable to load RCy3")
> #BiocGenerics:::testPackage('RCy3')
> 
> proc.time()
   user  system elapsed 
  0.207   0.059   0.249 

Example timings

RCy3.Rcheck/RCy3-Ex.timings

nameusersystemelapsed
AddToGroup000
RemoveFromGroup0.0000.0010.001
UpdateAnnotationBoundedText000
addAnnotationBoundedText000
addAnnotationImage000
addAnnotationShape000
addAnnotationText000
addCyEdges000
addCyNodes000
analyzeNetwork000
applyFilter000
bundleEdges000
checkNotebookIsRunning0.0000.0000.001
checkRunningRemote0.0010.0000.000
clearEdgeBends000
clearEdgePropertyBypass0.0000.0010.000
clearNetworkCenterBypass000
clearNetworkPropertyBypass0.0000.0010.000
clearNetworkZoomBypass000
clearNodeOpacityBypass0.0000.0000.001
clearNodePropertyBypass000
clearSelection000
cloneNetwork000
closeSession000
collapseGroup000
commandEcho000
commandOpenDialog0.0000.0000.001
commandPause000
commandQuit000
commandRunFile000
commandSleep000
commandsAPI000
commandsGET0.0010.0000.000
commandsHelp0.0000.0010.001
commandsPOST000
commandsRun000
copyVisualStyle000
createColumnFilter000
createCompositeFilter0.0000.0000.001
createCytoscapejsFromNetwork000
createDegreeFilter000
createGraphFromNetwork000
createGroup000
createGroupByColumn000
createIgraphFromNetwork000
createNetworkFromCytoscapejs000
createNetworkFromDataFrames000
createNetworkFromGraph000
createNetworkFromIgraph0.0010.0000.000
createSubnetwork000
createView0.0000.0010.000
createVisualStyle000
cybrowserClose000
cybrowserDialog0.0000.0010.000
cybrowserHide000
cybrowserList000
cybrowserSend000
cybrowserShow000
cybrowserVersion0.0000.0000.001
cyrestAPI000
cyrestDELETE000
cyrestGET000
cyrestPOST000
cyrestPUT000
cytoscapeApiVersions0.0000.0010.000
cytoscapeFreeMemory0.0000.0000.001
cytoscapeMemoryStatus000
cytoscapeNumberOfCores000
cytoscapePing0.0010.0000.000
cytoscapeVersionInfo0.0000.0000.001
deleteAllNetworks000
deleteAllVisualStyle000
deleteAnnotation000
deleteDuplicateEdges000
deleteGroup000
deleteNetwork000
deleteSelectedEdges000
deleteSelectedNodes000
deleteSelfLoops000
deleteStyleMapping0.0000.0000.001
deleteTableColumn000
deleteVisualStyle000
diffusionAdvanced000
diffusionBasic000
disableApp000
doInitializeSandbox0.0010.0000.000
doRequestRemote000
doSetSandbox000
dockPanel000
dot-exportShowImage0.0000.0000.001
dot-getDefaultSandbox0.0000.0010.000
dot-getRequester000
enableApp0.0000.0000.001
expandGroup0.0000.0010.000
exportFilters000
exportImage000
exportJPG000
exportNetwork000
exportNetworkToNDEx000
exportPDF0.0010.0000.001
exportPNG000
exportPS000
exportSVG0.0000.0000.001
exportVisualStyles000
findRemoteCytoscape000
fitContent000
floatPanel000
getAbsSandboxPath000
getAllEdges000
getAllNodes000
getAllStyleMappings000
getAnnotationList000
getAppInformation000
getAppStatus000
getAppUpdates000
getArrowShapes0.0000.0000.001
getAvailableApps000
getBackgroundColorDefault000
getBrowserClientChannel000
getBrowserClientJs000
getCollectionList000
getCollectionName000
getCollectionNetworks0.0010.0000.000
getCollectionSuid000
getCurrentSandbox000
getCurrentSandboxName000
getCurrentSandboxPath000
getCurrentStyle000
getDefaultSandbox000
getDefaultSandboxPath000
getDisabledApps000
getEdgeColor0.0000.0010.001
getEdgeCount000
getEdgeInfo000
getEdgeLineStyle000
getEdgeLineWidth000
getEdgeProperty000
getEdgeSelectionColorDefault000
getEdgeTargetArrowShape000
getFilterList000
getFirstNeighbors000
getGroupInfo000
getInstalledApps000
getJupyterBridgeURL000
getLayoutNameMapping000
getLayoutNames000
getLayoutPropertyNames000
getLayoutPropertyType000
getLayoutPropertyValue000
getLineStyles0.0000.0010.000
getNetworkCenter000
getNetworkCount000
getNetworkList000
getNetworkNDExId000
getNetworkName0.0010.0000.000
getNetworkProperty0.0000.0010.000
getNetworkSuid0.0000.0000.001
getNetworkViewSuid000
getNetworkViews0.0000.0010.000
getNetworkZoom0.0000.0000.001
getNodeColor000
getNodeCount0.0000.0010.000
getNodeHeight0.0000.0000.001
getNodeLabelPosition000
getNodeLabelPositionDefault0.0000.0010.000
getNodePosition000
getNodeProperty000
getNodeSelectionColorDefault0.0000.0010.000
getNodeShapes000
getNodeSize000
getNodeWidth0.0000.0010.000
getNotebookIsRunning000
getSandboxReinitialize000
getSelectedEdgeCount0.0000.0010.000
getSelectedEdges000
getSelectedNodeCount000
getSelectedNodes0.0000.0010.000
getStyleDependencies000
getStyleMapping000
getTableColumnNames0.0000.0010.000
getTableColumnTypes000
getTableColumns000
getTableValue0.0000.0010.000
getUninstalledApps0.0010.0000.000
getVisualPropertyDefault000
getVisualPropertyNames000
getVisualStyleJSON0.0010.0000.000
getVisualStyleNames0.0000.0000.001
groupAnnotation000
hideAllPanels0.0010.0000.000
hideEdges0.0000.0000.001
hideNodes000
hidePanel000
hideSelectedEdges000
hideSelectedNodes000
importFileFromUrl000
importFilters000
importNetworkFromFile000
importNetworkFromNDEx000
importVisualStyles0.0000.0000.001
installApp0.0000.0010.000
invertEdgeSelection000
invertNodeSelection0.0000.0000.001
layoutCopycat0.0000.0010.000
layoutNetwork000
listGroups0.0000.0000.001
lockNodeDimensions000
makeSimpleGraph0.0560.0000.057
makeSimpleIgraph0.0800.0040.085
mapTableColumn000
mapVisualProperty000
matchArrowColorToEdge000
mergeNetworks000
notebookExportShowImage000
notebookShowImage000
openAppStore000
openSession000
paletteColorBrewerAccent0.0040.0000.005
paletteColorBrewerBlues0.0000.0010.000
paletteColorBrewerBrBG0.0010.0000.000
paletteColorBrewerBuGn0.0000.0000.001
paletteColorBrewerBuPu000
paletteColorBrewerDark2000
paletteColorBrewerGnBu000
paletteColorBrewerGreens000
paletteColorBrewerGreys0.0000.0000.001
paletteColorBrewerOrRd0.0010.0000.000
paletteColorBrewerOranges000
paletteColorBrewerPRGn000
paletteColorBrewerPaired000
paletteColorBrewerPastel10.0000.0000.001
paletteColorBrewerPastel2000
paletteColorBrewerPiYG0.0000.0010.000
paletteColorBrewerPuBu000
paletteColorBrewerPuBuGn0.0000.0000.001
paletteColorBrewerPuOr0.0010.0010.001
paletteColorBrewerPuRd000
paletteColorBrewerPurples000
paletteColorBrewerRdBu000
paletteColorBrewerRdPu0.0000.0000.001
paletteColorBrewerRdYlBu000
paletteColorBrewerReds000
paletteColorBrewerSet10.0010.0000.000
paletteColorBrewerSet2000
paletteColorBrewerSet30.0000.0000.001
paletteColorBrewerYlGn000
paletteColorBrewerYlGnBu0.0000.0010.000
paletteColorBrewerYlOrBr0.0010.0000.000
paletteColorBrewerYlOrRd0.0000.0000.001
paletteColorRandom0.0010.0000.001
paletteColorVirdis0.0000.0000.001
removeNodeCustomGraphics000
renameNetwork000
renameTableColumn000
resetDefaultSandbox000
rotateLayout000
runningRemoteCheck0.0000.0000.001
sandboxGetFileInfo000
sandboxGetFrom0.0000.0010.000
sandboxInitializer000
sandboxRemove000
sandboxRemoveFile0.0000.0010.000
sandboxSendTo000
sandboxSet000
sandboxUrlTo0.0000.0010.000
saveSession000
scaleLayout000
selectAll0.0000.0010.000
selectAllEdges0.0010.0000.000
selectAllNodes000
selectEdges0.0000.0010.000
selectEdgesAdjacentToNodes0.0010.0000.000
selectEdgesAdjacentToSelectedNodes000
selectEdgesConnectingSelectedNodes0.0000.0010.000
selectFirstNeighbors0.0010.0000.000
selectNodes000
selectNodesConnectedBySelectedEdges000
setBackgroundColorDefault000
setCatchupFilterSecs0.0000.0000.001
setCatchupNetworkSecs0.0010.0010.001
setCurrentNetwork000
setCurrentSandbox000
setCurrentView000
setDefaultSandbox000
setDefaultSandboxPath000
setEdgeColorBypass0.0000.0000.001
setEdgeColorDefault000
setEdgeColorMapping000
setEdgeFontFaceBypass0.0000.0010.001
setEdgeFontFaceDefault000
setEdgeFontFaceMapping000
setEdgeFontSizeBypass0.0000.0010.001
setEdgeFontSizeDefault000
setEdgeFontSizeMapping000
setEdgeLabelBypass0.0000.0000.001
setEdgeLabelColorBypass000
setEdgeLabelColorDefault000
setEdgeLabelColorMapping0.0000.0000.001
setEdgeLabelDefault000
setEdgeLabelMapping000
setEdgeLabelOpacityBypass0.0000.0000.001
setEdgeLabelOpacityDefault000
setEdgeLabelOpacityMapping000
setEdgeLineStyleBypass000
setEdgeLineStyleDefault000
setEdgeLineStyleMapping000
setEdgeLineWidthBypass000
setEdgeLineWidthDefault000
setEdgeLineWidthMapping000
setEdgeOpacityBypass000
setEdgeOpacityDefault000
setEdgeOpacityMapping000
setEdgePropertyBypass000
setEdgeSelectionColorDefault000
setEdgeSourceArrowColorBypass000
setEdgeSourceArrowColorDefault000
setEdgeSourceArrowColorMapping0.0010.0000.000
setEdgeSourceArrowMapping000
setEdgeSourceArrowShapeBypass000
setEdgeSourceArrowShapeDefault000
setEdgeSourceArrowShapeMapping000
setEdgeTargetArrowColorBypass000
setEdgeTargetArrowColorDefault0.0000.0000.001
setEdgeTargetArrowColorMapping000
setEdgeTargetArrowMapping000
setEdgeTargetArrowShapeBypass0.0000.0000.001
setEdgeTargetArrowShapeDefault000
setEdgeTargetArrowShapeMapping000
setEdgeTooltipBypass0.0000.0000.001
setEdgeTooltipDefault000
setEdgeTooltipMapping000
setLayoutProperties000
setModelPropagationSecs0.0010.0000.001
setNetworkCenterBypass000
setNetworkPropertyBypass000
setNetworkZoomBypass0.0000.0000.001
setNodeBorderColorBypass000
setNodeBorderColorDefault000
setNodeBorderColorMapping0.0000.0000.001
setNodeBorderOpacityBypass000
setNodeBorderOpacityDefault000
setNodeBorderOpacityMapping0.0000.0000.001
setNodeBorderWidthBypass000
setNodeBorderWidthDefault000
setNodeBorderWidthMapping0.0000.0000.001
setNodeColorBypass0.0000.0010.000
setNodeColorDefault000
setNodeColorMapping0.0000.0000.001
setNodeComboOpacityMapping0.0000.0010.000
setNodeCustomBarChart000
setNodeCustomBoxChart0.0000.0000.001
setNodeCustomHeatMapChart0.0000.0010.000
setNodeCustomLineChart0.0010.0000.000
setNodeCustomLinearGradient0.0000.0000.001
setNodeCustomPieChart0.0000.0010.000
setNodeCustomPosition000
setNodeCustomRadialGradient0.0000.0000.001
setNodeCustomRingChart000
setNodeFillOpacityBypass000
setNodeFillOpacityDefault0.0000.0000.001
setNodeFillOpacityMapping000
setNodeFontFaceBypass000
setNodeFontFaceDefault0.0000.0000.001
setNodeFontFaceMapping0.0000.0010.010
setNodeFontSizeBypass000
setNodeFontSizeDefault0.0010.0000.000
setNodeFontSizeMapping000
setNodeHeightBypass000
setNodeHeightDefault0.0000.0010.000
setNodeHeightMapping000
setNodeLabelBypass0.0000.0010.000
setNodeLabelColorBypass0.0000.0000.001
setNodeLabelColorDefault000
setNodeLabelColorMapping000
setNodeLabelDefault000
setNodeLabelMapping000
setNodeLabelOpacityBypass0.0000.0010.000
setNodeLabelOpacityDefault000
setNodeLabelOpacityMapping000
setNodeLabelPositionBypass0.0010.0000.000
setNodeLabelPositionDefault000
setNodeOpacityBypass000
setNodePositionBypass000
setNodePropertyBypass0.0000.0000.001
setNodeSelectionColorDefault000
setNodeShapeBypass000
setNodeShapeDefault000
setNodeShapeMapping0.0000.0010.000
setNodeSizeBypass0.0000.0000.001
setNodeSizeDefault0.0000.0010.000
setNodeSizeMapping000
setNodeTooltipBypass0.0000.0010.000
setNodeTooltipDefault000
setNodeTooltipMapping0.0000.0000.001
setNodeWidthBypass000
setNodeWidthDefault000
setNodeWidthMapping000
setNotebookIsRunning000
setSandboxReinitialize0.0000.0000.001
setStyleDependencies000
setVisualPropertyDefault0.0000.0010.000
setVisualStyle000
syncNodeCustomGraphicsSize000
toggleGraphicsDetails000
ungroupAnnotation0.0000.0000.001
unhideAll000
unhideEdges0.0000.0010.000
unhideNodes000
uninstallApp0.0000.0010.000
updateAnnotationImage0.0000.0000.001
updateAnnotationShape000
updateAnnotationText000
updateApp000
updateGroupAnnotation000
updateNetworkInNDEx0.0010.0000.001
updateStyleDefaults000
updateStyleMapping000