Back to Multiple platform build/check report for BioC 3.17:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-10-16 11:37:03 -0400 (Mon, 16 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
palomino3Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4379
merida1macOS 12.6.4 Montereyx86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4395
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 719/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flowGraph 1.8.0  (landing page)
Alice Yue
Snapshot Date: 2023-10-15 14:00:13 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/flowGraph
git_branch: RELEASE_3_17
git_last_commit: 9dd4dd8
git_last_commit_date: 2023-04-25 11:25:24 -0400 (Tue, 25 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson2macOS 12.6.1 Monterey / arm64see weekly results here

CHECK results for flowGraph on merida1


To the developers/maintainers of the flowGraph package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/flowGraph.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: flowGraph
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:flowGraph.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings flowGraph_1.8.0.tar.gz
StartedAt: 2023-10-16 01:47:16 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 01:57:42 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 625.8 seconds
RetCode: 0
Status:   OK  
CheckDir: flowGraph.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc/meat/flowGraph.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.3 (clang-1403.0.22.14.1)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘flowGraph/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘flowGraph’ version ‘1.8.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 ‘flowGraph’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* 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
get_child: no visible binding for global variable ‘no_cores’
get_paren: no visible binding for global variable ‘no_cores’
ms_psig: no visible binding for global variable ‘meta’
Undefined global functions or variables:
  meta no_cores
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                       user system elapsed
fg_save_plots        87.036  0.839 111.314
fg_save              86.817  0.557 114.189
fg_load              85.429  0.749 114.117
fg_get_summary_index  4.428  0.069   6.031
fg_get_summary        4.332  0.023   5.578
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 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: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.17-bioc/meat/flowGraph.Rcheck/00check.log’
for details.



Installation output

flowGraph.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’
* installing *source* package ‘flowGraph’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
Loading required namespace: flowGraph
*** 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 (flowGraph)

Tests output

flowGraph.Rcheck/tests/testthat.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20 (64-bit)

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.

> library(testthat)
> library(flowGraph)
> 
> test_check("flowGraph")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 34 ]
> 
> proc.time()
   user  system elapsed 
 11.730   0.554  16.054 

Example timings

flowGraph.Rcheck/flowGraph-Ex.timings

nameusersystemelapsed
cell_type_layers0.0050.0020.010
fg_add_feature0.7710.0171.009
fg_add_summary2.1460.0242.856
fg_clean_phen0.0000.0010.000
fg_clear_features2.0680.0182.664
fg_clear_summary0.8060.0091.035
fg_extract_phenotypes0.6180.0080.809
fg_extract_raw2.0030.0172.668
fg_extract_samples0.6120.0090.820
fg_feat_cumsum0.6150.0070.817
fg_feat_edge_specenr0.9900.0111.338
fg_feat_mean_class0.6030.0070.817
fg_feat_node_prop0.6120.0060.802
fg_feat_node_specenr0.9680.0111.292
fg_feat_prop_edge0.6220.0070.818
fg_get_feature0.6150.0060.775
fg_get_feature_desc2.0370.0172.722
fg_get_feature_means3.0910.0224.163
fg_get_graph0.6030.0070.812
fg_get_markers0.6000.0060.769
fg_get_meta0.6000.0070.773
fg_get_summary4.3320.0235.578
fg_get_summary_desc2.0100.0132.571
fg_get_summary_index4.4280.0696.031
fg_get_summary_tables2.9440.0253.636
fg_gsub_ids0.6020.0100.811
fg_gsub_markers0.7370.0101.004
fg_load 85.429 0.749114.117
fg_merge0.6450.0090.884
fg_merge_samples0.6720.0070.916
fg_plot0.9960.0101.347
fg_plot_box1.5910.0112.107
fg_plot_pVSdiff0.9220.0081.230
fg_plot_qq3.0760.1304.202
fg_replace_meta0.6410.0080.827
fg_rm_feature2.0940.0172.704
fg_rm_summary0.8740.0071.125
fg_save 86.817 0.557114.189
fg_save_plots 87.036 0.839111.314
fg_set_layout0.6670.0110.884
fg_summary0.8650.0111.154
flowGraph-class0.0010.0010.003
flowGraph3.1030.0274.146
flowGraphSubset0.0000.0000.001
flowGraphSubset_summary_adjust0.0010.0010.002
flowGraphSubset_summary_pars0.0000.0010.002
get_phen_list0.0290.0020.045
get_phen_meta0.0040.0010.005
ggdf0.6680.0120.939
loop_ind_f0.0010.0010.007
meandiff0.0010.0000.001
plot_gr3.1680.0634.212
set_layout_graph0.6890.1001.039
summary_table0.0080.0010.010
time_output0.0010.0000.001
tstr0.0000.0000.001