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

This page was generated on 2025-06-19 12:04 -0400 (Thu, 19 Jun 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4810
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4548
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4528
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4493
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 1666/2309HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ramr 1.17.0  (landing page)
Oleksii Nikolaienko
Snapshot Date: 2025-06-18 13:25 -0400 (Wed, 18 Jun 2025)
git_url: https://git.bioconductor.org/packages/ramr
git_branch: devel
git_last_commit: d4aae08
git_last_commit_date: 2025-04-15 12:17:05 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for ramr on palomino8

To the developers/maintainers of the ramr package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ramr.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: ramr
Version: 1.17.0
Command: F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:ramr.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings ramr_1.17.0.tar.gz
StartedAt: 2025-06-19 05:39:43 -0400 (Thu, 19 Jun 2025)
EndedAt: 2025-06-19 05:45:31 -0400 (Thu, 19 Jun 2025)
EllapsedTime: 347.6 seconds
RetCode: 0
Status:   OK  
CheckDir: ramr.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:ramr.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings ramr_1.17.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.22-bioc/meat/ramr.Rcheck'
* using R version 4.5.0 (2025-04-11 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'ramr/DESCRIPTION' ... OK
* this is package 'ramr' version '1.17.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 whether package 'ramr' can be installed ... OK
* used C++ compiler: 'G__~1.EXE (GCC) 14.2.0'
* checking C++ specification ... OK
  Not all R platforms support C++20
* 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 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 whether startup messages can be suppressed ... 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... 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.22-bioc/R/library/ramr/libs/x64/ramr.dll':
  Found '_assert', possibly from 'assert' (C)
  Found '_exit', possibly from '_exit' (C)
  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 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
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
plotAMR               4.43   0.22    6.06
getAMR.obsolete       2.18   0.26   15.30
simulateData.obsolete 0.98   0.00    6.06
* 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: 1 NOTE
See
  'F:/biocbuild/bbs-3.22-bioc/meat/ramr.Rcheck/00check.log'
for details.


Installation output

ramr.Rcheck/00install.out

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


* installing to library 'F:/biocbuild/bbs-3.22-bioc/R/library'
* installing *source* package 'ramr' ...
** this is package 'ramr' version '1.17.0'
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 14.2.0'
using C++20
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_compute_logp.cpp -o rcpp_compute_logp.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_compute_xiqr.cpp -o rcpp_compute_xiqr.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_create_granges.cpp -o rcpp_create_granges.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_filter_threshold.cpp -o rcpp_filter_threshold.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_fit_beta.cpp -o rcpp_fit_beta.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_fit_betabinom.cpp -o rcpp_fit_betabinom.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_fit_binom.cpp -o rcpp_fit_binom.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_generate_random_values.cpp -o rcpp_generate_random_values.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_get_iqr.cpp -o rcpp_get_iqr.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_get_meanvar.cpp -o rcpp_get_meanvar.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_helper_functions.cpp -o rcpp_helper_functions.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_prepare_data.cpp -o rcpp_prepare_data.o
g++  -std=gnu++20 -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"   -fopenmp   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c rcpp_test_omp.cpp -o rcpp_test_omp.o
g++ -shared -s -static-libgcc -o ramr.dll tmp.def RcppExports.o rcpp_compute_logp.o rcpp_compute_xiqr.o rcpp_create_granges.o rcpp_filter_threshold.o rcpp_fit_beta.o rcpp_fit_betabinom.o rcpp_fit_binom.o rcpp_generate_random_values.o rcpp_get_iqr.o rcpp_get_meanvar.o rcpp_helper_functions.o rcpp_prepare_data.o rcpp_test_omp.o -fopenmp -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.22-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.22-bioc/R/library/00LOCK-ramr/00new/ramr/libs/x64
** R
** data
** 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 (ramr)

Tests output

ramr.Rcheck/tests/runTests.Rout


R version 4.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64

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.

> BiocGenerics:::testPackage("ramr")
Preprocessing data [0.140s]
Computing IQR [0.000s]
Creating genomic ranges [0.050s]
Preprocessing data [0.070s]
Computing IQR [0.000s]
Creating genomic ranges [0.020s]
Preprocessing data [0.110s]
Fitting beta distribution [0.110s]
Creating genomic ranges [0.020s]
Preprocessing data [0.110s]
Fitting beta distribution [0.150s]
Creating genomic ranges [0.020s]
Preprocessing data [0.140s]
Computing IQR [0.000s]
Creating genomic ranges [0.010s]
Preprocessing data [0.120s]
Computing IQR [0.020s]
Creating genomic ranges [0.010s]
Preprocessing data [0.120s]
Computing IQR [0.000s]
Creating genomic ranges [0.020s]
Preprocessing data [0.110s]
Fitting beta distribution [0.100s]
Creating genomic ranges [0.030s]
Preprocessing data [0.110s]
Computing IQR [0.000s]
Creating genomic ranges [0.030s]
Preprocessing data [0.110s]
Fitting beta distribution [0.120s]
Creating genomic ranges [0.020s]
Preprocessing data [0.120s]
Fitting beta distribution [0.140s]
Creating genomic ranges [0.030s]
Preprocessing data [0.130s]
Fitting beta distribution [0.130s]
Creating genomic ranges [0.030s]
Preprocessing data [0.120s]
Fitting beta distribution [0.130s]
Creating genomic ranges [0.030s]
Preprocessing data [0.130s]
Fitting beta distribution [0.120s]
Creating genomic ranges [0.030s]
Preprocessing data [0.110s]
Fitting beta distribution [0.140s]
Creating genomic ranges [0.030s]
Preprocessing data [0.130s]
Fitting beta distribution [0.150s]
Creating genomic ranges [0.030s]
Preprocessing data [0.140s]
Fitting beta distribution [0.080s]
Creating genomic ranges [0.030s]
Preprocessing data [0.090s]
Fitting beta distribution [0.100s]
Creating genomic ranges [0.030s]
Identifying AMRs [10.660s]
Identifying AMRs [8.610s]
Identifying AMRs [13.180s]
Identifying AMRs [13.000s]
Identifying AMRs [7.620s]
Identifying AMRs [109.660s]
Preprocessing data [0.090s]
Plotting 5 genomic ranges Plotting 5 genomic ranges  20% 40% 60% 80%100%[0.790s]
Plotting 6 genomic ranges  17% 33% 50% 67% 83%100%[0.770s]
'nsamples' has been set to the maximum possible value of 143
'regions.per.sample' has been set to the maximum possible value of 1
'samples.per.region' has been set to the maximum possible value of 143
'regions.per.sample' has been set to the maximum possible value of 4
'regions.per.sample' has been set to the maximum possible value of 15
Preprocessing data [0.120s]
Simulating data [0.000s]
Introducing epimutations[0.090s]
Preprocessing data [0.090s]
Simulating data [0.000s]
Introducing epimutations[0.050s]
Preprocessing data [0.120s]
Simulating data [0.100s]
Preprocessing data [0.130s]
Simulating data [0.090s]
Preprocessing data [0.110s]
Simulating data [0.080s]
Preprocessing data [0.110s]
Simulating data [0.090s]
Simulating data [5.160s]
Introducing epimutations [0.050s]
Simulating data [4.970s]
Introducing epimutations [0.060s]


RUNIT TEST PROTOCOL -- Thu Jun 19 05:45:21 2025 
*********************************************** 
Number of test functions: 8 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
ramr RUnit Tests - 8 test functions, 0 errors, 0 failures
Number of test functions: 8 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  23.23    1.25  195.92 

Example timings

ramr.Rcheck/ramr-Ex.timings

nameusersystemelapsed
getAMR0.470.060.53
getAMR.obsolete 2.18 0.2615.30
getUniverse0.210.000.27
plotAMR4.430.226.06
ramr.data1.720.051.76
simulateAMR0.330.010.35
simulateData0.830.020.84
simulateData.obsolete0.980.006.06