| Back to Multiple platform build/check report for BioC 3.13 |
|
This page was generated on 2021-10-15 15:05:46 -0400 (Fri, 15 Oct 2021).
|
To the developers/maintainers of the MutationalPatterns package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MutationalPatterns.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1236/2041 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| MutationalPatterns 3.2.0 (landing page) Rurika Oka
| nebbiolo1 | Linux (Ubuntu 20.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: MutationalPatterns |
| Version: 3.2.0 |
| Command: /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:MutationalPatterns.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings MutationalPatterns_3.2.0.tar.gz |
| StartedAt: 2021-10-14 10:45:44 -0400 (Thu, 14 Oct 2021) |
| EndedAt: 2021-10-14 10:55:23 -0400 (Thu, 14 Oct 2021) |
| EllapsedTime: 578.3 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: MutationalPatterns.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:MutationalPatterns.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings MutationalPatterns_3.2.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.13-bioc/meat/MutationalPatterns.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MutationalPatterns/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘MutationalPatterns’ version ‘3.2.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 ‘MutationalPatterns’ 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
context_potential_damage_analysis 23.730 0.708 24.439
read_vcfs_as_granges 22.492 0.469 26.369
get_mut_type 21.817 0.341 22.160
plot_lesion_segregation 15.134 0.188 15.324
genomic_distribution 12.605 1.724 14.337
calculate_lesion_segregation 12.041 0.392 12.432
get_indel_context 9.344 1.380 10.726
bin_mutation_density 9.145 0.320 9.466
plot_indel_contexts 6.323 0.032 6.356
plot_compare_indels 5.785 0.051 5.838
fit_to_signatures_bootstrapped 5.369 0.336 5.705
mut_matrix_stranded 4.869 0.511 5.381
plot_spectrum_region 4.827 0.240 5.067
* 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: OK
MutationalPatterns.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD INSTALL MutationalPatterns ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.13-bioc/R/library’ * installing *source* package ‘MutationalPatterns’ ... ** 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 (MutationalPatterns)
MutationalPatterns.Rcheck/tests/testthat.Rout
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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(MutationalPatterns)
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
tapply, union, unique, unsplit, which.max, which.min
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: NMF
Loading required package: pkgmaker
Loading required package: registry
Attaching package: 'pkgmaker'
The following object is masked from 'package:S4Vectors':
new2
Loading required package: rngtools
Loading required package: cluster
NMF - BioConductor layer [OK] | Shared memory capabilities [NO: synchronicity] | Cores 71/72
To enable shared memory capabilities, try: install.extras('
NMF
')
Attaching package: 'NMF'
The following object is masked from 'package:S4Vectors':
nrun
The following object is masked from 'package:testthat':
compare
>
> test_check("MutationalPatterns")
[ FAIL 0 | WARN 17 | SKIP 0 | PASS 434 ]
>
> proc.time()
user system elapsed
217.407 13.238 236.812
MutationalPatterns.Rcheck/MutationalPatterns-Ex.timings
| name | user | system | elapsed | |
| bin_mutation_density | 9.145 | 0.320 | 9.466 | |
| binomial_test | 0.009 | 0.000 | 0.009 | |
| calculate_lesion_segregation | 12.041 | 0.392 | 12.432 | |
| cluster_signatures | 0.043 | 0.004 | 0.048 | |
| context_potential_damage_analysis | 23.730 | 0.708 | 24.439 | |
| convert_sigs_to_ref | 0.038 | 0.000 | 0.040 | |
| cos_sim | 0 | 0 | 0 | |
| cos_sim_matrix | 0.017 | 0.004 | 0.021 | |
| count_dbs_contexts | 0.124 | 0.004 | 0.128 | |
| count_indel_contexts | 0.155 | 0.004 | 0.160 | |
| count_mbs_contexts | 0.121 | 0.000 | 0.122 | |
| enrichment_depletion_test | 0.126 | 0.004 | 0.130 | |
| extract_signatures | 0.001 | 0.000 | 0.001 | |
| fit_to_signatures | 0.076 | 0.016 | 0.093 | |
| fit_to_signatures_bootstrapped | 5.369 | 0.336 | 5.705 | |
| fit_to_signatures_strict | 3.033 | 0.236 | 3.271 | |
| genomic_distribution | 12.605 | 1.724 | 14.337 | |
| get_dbs_context | 0.437 | 0.016 | 0.453 | |
| get_indel_context | 9.344 | 1.380 | 10.726 | |
| get_known_signatures | 0.292 | 0.564 | 0.861 | |
| get_mut_type | 21.817 | 0.341 | 22.160 | |
| lengthen_mut_matrix | 0.010 | 0.007 | 0.018 | |
| merge_signatures | 0.964 | 0.192 | 1.157 | |
| mut_context | 1.389 | 0.255 | 1.645 | |
| mut_matrix | 2.234 | 0.439 | 2.674 | |
| mut_matrix_stranded | 4.869 | 0.511 | 5.381 | |
| mut_strand | 1.129 | 0.063 | 1.193 | |
| mut_type | 0.042 | 0.012 | 0.053 | |
| mut_type_occurrences | 1.160 | 0.196 | 1.356 | |
| mutations_from_vcf | 0.048 | 0.000 | 0.049 | |
| plot_192_profile | 2.244 | 0.055 | 2.300 | |
| plot_96_profile | 1.938 | 0.020 | 1.959 | |
| plot_bootstrapped_contribution | 1.585 | 0.012 | 1.597 | |
| plot_compare_dbs | 3.611 | 0.000 | 3.612 | |
| plot_compare_indels | 5.785 | 0.051 | 5.838 | |
| plot_compare_mbs | 0.669 | 0.008 | 0.677 | |
| plot_compare_profiles | 1.42 | 0.00 | 1.42 | |
| plot_contribution | 1.975 | 0.048 | 2.023 | |
| plot_contribution_heatmap | 1.277 | 0.008 | 1.285 | |
| plot_correlation_bootstrap | 0.383 | 0.004 | 0.387 | |
| plot_cosine_heatmap | 1.826 | 0.036 | 1.862 | |
| plot_dbs_contexts | 2.963 | 0.048 | 3.011 | |
| plot_enrichment_depletion | 3.099 | 0.012 | 3.112 | |
| plot_indel_contexts | 6.323 | 0.032 | 6.356 | |
| plot_lesion_segregation | 15.134 | 0.188 | 15.324 | |
| plot_main_dbs_contexts | 0.564 | 0.000 | 0.564 | |
| plot_main_indel_contexts | 0.516 | 0.000 | 0.516 | |
| plot_mbs_contexts | 0.469 | 0.000 | 0.469 | |
| plot_original_vs_reconstructed | 0.444 | 0.000 | 0.445 | |
| plot_profile_heatmap | 4.630 | 0.028 | 4.657 | |
| plot_profile_region | 0.940 | 0.004 | 0.945 | |
| plot_rainfall | 1.58 | 0.00 | 1.58 | |
| plot_river | 4.934 | 0.028 | 4.962 | |
| plot_signature_strand_bias | 0.732 | 0.000 | 0.733 | |
| plot_spectrum | 4.640 | 0.320 | 4.959 | |
| plot_spectrum_region | 4.827 | 0.240 | 5.067 | |
| plot_strand | 0.210 | 0.008 | 0.218 | |
| plot_strand_bias | 0.693 | 0.004 | 0.696 | |
| pool_mut_mat | 0.033 | 0.004 | 0.036 | |
| read_vcfs_as_granges | 22.492 | 0.469 | 26.369 | |
| rename_nmf_signatures | 0.016 | 0.048 | 0.064 | |
| signature_potential_damage_analysis | 0.117 | 0.008 | 0.125 | |
| split_muts_region | 4.863 | 0.020 | 4.884 | |
| strand_bias_test | 0.108 | 0.000 | 0.108 | |
| strand_occurrences | 0.165 | 0.000 | 0.165 | |
| type_context | 1.611 | 0.264 | 1.875 | |