Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

This page was generated on 2023-04-12 11:05:42 -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 NanoMethViz on palomino4


To the developers/maintainers of the NanoMethViz package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/NanoMethViz.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 1321/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
NanoMethViz 2.4.2  (landing page)
Shian Su
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/NanoMethViz
git_branch: RELEASE_3_16
git_last_commit: 8db7fbf
git_last_commit_date: 2023-02-13 00:07:07 -0400 (Mon, 13 Feb 2023)
nebbiolo2Linux (Ubuntu 20.04.5 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
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: NanoMethViz
Version: 2.4.2
Command: F:\biocbuild\bbs-3.16-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:NanoMethViz.install-out.txt --library=F:\biocbuild\bbs-3.16-bioc\R\library --no-vignettes --timings NanoMethViz_2.4.2.tar.gz
StartedAt: 2023-04-11 03:51:02 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 03:58:58 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 475.9 seconds
RetCode: 0
Status:   OK  
CheckDir: NanoMethViz.Rcheck
Warnings: 0

Command output

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


* using log directory 'F:/biocbuild/bbs-3.16-bioc/meat/NanoMethViz.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 'NanoMethViz/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'NanoMethViz' version '2.4.2'
* 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 whether package 'NanoMethViz' 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 ... OK
* 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 use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.16-bioc/R/library/NanoMethViz/libs/x64/NanoMethViz.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)

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 files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
get_exons              32.17   2.78   36.75
get_exons_mus_musculus 11.73   0.88   12.61
get_exons_homo_sapiens 11.05   0.64   11.83
NanoMethResult-class    6.39   2.13   36.17
plot_agg_regions        5.51   0.13    5.64
* 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
  'F:/biocbuild/bbs-3.16-bioc/meat/NanoMethViz.Rcheck/00check.log'
for details.



Installation output

NanoMethViz.Rcheck/00install.out

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


* installing to library 'F:/biocbuild/bbs-3.16-bioc/R/library'
* installing *source* package 'NanoMethViz' ...
** using staged installation
** libs
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/library/zlibbioc/include" -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/Rcpp/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/library/zlibbioc/include" -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/Rcpp/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c convert_methy_to_dss.cpp -o convert_methy_to_dss.o
g++  -std=gnu++11 -I"F:/biocbuild/bbs-3.16-bioc/R/library/zlibbioc/include" -I"F:/biocbuild/bbs-3.16-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.16-bioc/R/library/Rcpp/include'   -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
g++ -shared -s -static-libgcc -o NanoMethViz.dll tmp.def RcppExports.o convert_methy_to_dss.o utils.o -LF:/biocbuild/bbs-3.16-bioc/R/library/zlibbioc/libs/x64 -lzlib1bioc -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-NanoMethViz/00new/NanoMethViz/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 (NanoMethViz)

Tests output

NanoMethViz.Rcheck/tests/testthat.Rout


R version 4.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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(NanoMethViz)
Loading required package: ggplot2
> 
> test_check("NanoMethViz")
Starting 2 test processes
[ FAIL 0 | WARN 38 | SKIP 0 | PASS 75 ]

[ FAIL 0 | WARN 38 | SKIP 0 | PASS 75 ]
> 
> proc.time()
   user  system elapsed 
  13.51    1.15   57.40 

Example timings

NanoMethViz.Rcheck/NanoMethViz-Ex.timings

nameusersystemelapsed
NanoMethResult-class 6.39 2.1336.17
bsseq_to_edger1.410.091.78
bsseq_to_log_methy_ratio2.500.082.53
cluster_regions3.390.173.59
create_tabix_file0.710.190.94
exons000
exons_to_genes0.400.030.44
filter_methy2.690.553.30
get_example_exons_mus_musculus0.250.030.28
get_exons32.17 2.7836.75
get_exons_homo_sapiens11.05 0.6411.83
get_exons_mus_musculus11.73 0.8812.61
load_example_nanomethresult0.290.010.29
methy0.000.020.02
methy_col_names000
methy_to_bsseq1.180.121.23
methy_to_edger1.390.061.41
plot_agg_genes1.940.082.03
plot_agg_regions5.510.135.64
plot_gene2.330.152.48
plot_gene_heatmap4.130.134.29
plot_grange1.260.061.32
plot_grange_heatmap1.890.031.93
plot_mds1.720.161.81
plot_pca1.750.111.80
plot_region2.110.012.12
plot_region_heatmap3.040.103.14
query_methy0.390.030.42
region_methy_stats1.320.011.33
samples000