Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-10-18 20:38 -0400 (Fri, 18 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
palomino7Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4500
merida1macOS 12.7.5 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4530
kjohnson1macOS 13.6.6 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4480
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 1273/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mina 1.12.0  (landing page)
Rui Guan
Snapshot Date: 2024-10-16 14:00 -0400 (Wed, 16 Oct 2024)
git_url: https://git.bioconductor.org/packages/mina
git_branch: RELEASE_3_19
git_last_commit: 82a91b8
git_last_commit_date: 2024-04-30 11:29:43 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published


CHECK results for mina on nebbiolo1

To the developers/maintainers of the mina package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/mina.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: mina
Version: 1.12.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:mina.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings mina_1.12.0.tar.gz
StartedAt: 2024-10-17 02:27:32 -0400 (Thu, 17 Oct 2024)
EndedAt: 2024-10-17 02:32:20 -0400 (Thu, 17 Oct 2024)
EllapsedTime: 288.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: mina.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/mina.Rcheck’
* using R version 4.4.1 (2024-06-14)
* 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.5 LTS
* using session charset: UTF-8
* checking for file ‘mina/DESCRIPTION’ ... OK
* this is package ‘mina’ version ‘1.12.0’
* package encoding: UTF-8
* 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 ‘mina’ can be installed ... OK
* used C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
* checking installed package size ... NOTE
  installed size is  8.7Mb
  sub-directories of 1Mb or more:
    data   7.6Mb
* 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 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
sparcc: no visible binding for global variable ‘i’
net_dis_pcoa,character: no visible binding for global variable ‘y’
net_dis_pcoa,character: no visible binding for global variable ‘Group’
net_dis_plot,mina: no visible binding for global variable ‘Group1’
net_dis_plot,mina: no visible binding for global variable ‘Group2’
net_dis_plot,mina: no visible binding for global variable ‘Distance’
net_dis_plot,mina: no visible binding for global variable ‘Sig’
Undefined global functions or variables:
  Distance Group Group1 Group2 Sig i y
* checking Rd files ... NOTE
checkRd: (-1) re_format_AP.Rd:10: Lost braces; missing escapes or markup?
    10 | \item{x}{an {APResult} object from \pkg{apcluster}.}
       |             ^
* 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 LazyData ... WARNING
  LazyData DB of 7.6 MB without LazyDataCompression set
  See §1.1.6 of 'Writing R Extensions'
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                    user system elapsed
net_dis_plot      43.475  3.524  28.484
net_dis-mina      23.531  1.458  15.604
dis_stat_accessor 18.525  1.801  12.546
com_plot-mina     16.797  0.250   1.500
net_cls-mina      15.014  0.171  14.715
bs_pm-mina        12.374  1.332   6.271
net_dis            5.599  1.142   1.986
net_cls            6.584  0.137   6.079
net_cls-matrix     6.620  0.049   6.210
* 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: 1 WARNING, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/mina.Rcheck/00check.log’
for details.


Installation output

mina.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘mina’ ...
** 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'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppParallel/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppParallel/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c cp_cor.cpp -o cp_cor.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.19-bioc/R/lib -L/usr/local/lib -o mina.so RcppExports.o cp_cor.o -L/home/biocbuild/bbs-3.19-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.19-bioc/R/site-library/00LOCK-mina/00new/mina/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘norm’ in package ‘mina’
** 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 (mina)

Tests output


Example timings

mina.Rcheck/mina-Ex.timings

nameusersystemelapsed
adj-matrix0.6250.1130.344
adj-mina0.8730.0260.488
adj1.0840.0040.617
adj_method_list0.0660.0060.076
bs_pm-mina12.374 1.332 6.271
bs_pm4.0320.4751.792
check_mina0.0610.0150.076
check_mina_de0.0590.0120.070
check_mina_qu0.0650.0030.068
cls_tab0.0630.0080.071
com_dis-matrix0.5950.0820.268
com_dis-mina0.4190.0050.058
com_dis0.6200.0060.270
com_dis_list0.0790.0160.095
com_plot-mina16.797 0.250 1.500
com_plot0.1570.0010.136
com_r2-mina0.8140.0030.483
com_r21.0470.0030.590
data-hmp0.0020.0000.001
data-maize0.0010.0000.001
des_accessor0.0030.0000.003
dis_accessor0.3730.0040.040
dis_stat_accessor18.525 1.80112.546
dmr-matrix0.6970.0070.346
dmr-mina0.6690.0300.352
dmr0.6940.0130.355
dmr_accessor0.6760.0050.341
fit_tabs-mina0.5860.0510.636
fit_tabs0.8890.0300.918
get_net_cls_tab-matrix-data.frame-method2.6530.0302.263
get_net_cls_tab2.9680.0262.525
get_r2-mat0.9490.0040.556
get_r20.8100.0090.481
get_rep-matrix0.3240.0120.337
get_rep-mima0.7690.0140.782
hmp_des0.0000.0010.002
hmp_otu0.0010.0000.001
maize_asv0.0010.0000.001
maize_asv20.0010.0000.001
maize_des0.0010.0000.001
maize_des20.0010.0000.001
mina-class0.0010.0000.001
net_cls-matrix6.6200.0496.210
net_cls-mina15.014 0.17114.715
net_cls6.5840.1376.079
net_cls_tab-mina-method1.8090.0201.387
net_cls_tab2.6550.0942.142
net_dis-mina23.531 1.45815.604
net_dis5.5991.1421.986
net_dis_indi0.0010.0000.001
net_dis_pcoa0.0000.0010.001
net_dis_plot43.475 3.52428.484
net_grp_cmp000
net_node_cmp000
norm_accessor0.0280.0000.027
norm_tab-matrix0.7530.0160.770
norm_tab-mina0.9660.0801.046
norm_tab0.0290.0000.029
norm_tab_method_list0.0580.0040.064
pcoa_plot1.4930.0200.805
sim_par0.0000.0000.001
sparcc000
tab_accessor0.0010.0000.000
tina-matrix-method0.0010.0000.000
tina0.0000.0000.001