| Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:35:54 -0400 (Thu, 06 May 2021).
|
To the developers/maintainers of the MutationalPatterns package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1189/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| MutationalPatterns 3.0.1 (landing page) Rurika Oka
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: MutationalPatterns |
| Version: 3.0.1 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:MutationalPatterns.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings MutationalPatterns_3.0.1.tar.gz |
| StartedAt: 2021-05-06 04:05:41 -0400 (Thu, 06 May 2021) |
| EndedAt: 2021-05-06 04:22:35 -0400 (Thu, 06 May 2021) |
| EllapsedTime: 1014.1 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: MutationalPatterns.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:MutationalPatterns.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings MutationalPatterns_3.0.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.12-bioc/meat/MutationalPatterns.Rcheck’
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-apple-darwin17.0 (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.0.1’
* 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
calculate_lesion_segregation 82.537 0.766 83.414
context_potential_damage_analysis 77.351 0.570 79.433
fit_to_signatures_bootstrapped 36.720 0.632 37.397
read_vcfs_as_granges 30.519 1.038 37.694
get_mut_type 24.868 0.054 24.952
genomic_distribution 16.736 0.533 17.287
bin_mutation_density 11.391 0.360 11.765
plot_indel_contexts 9.972 0.030 10.014
plot_compare_indels 9.408 0.030 9.486
plot_profile_heatmap 8.638 0.121 8.771
mut_matrix_stranded 8.238 0.267 8.518
plot_lesion_segregation 8.159 0.048 8.231
plot_spectrum 6.196 0.105 6.313
plot_river 6.243 0.053 6.330
plot_spectrum_region 6.196 0.093 6.301
plot_compare_dbs 5.924 0.027 5.964
split_muts_region 5.375 0.054 5.433
get_indel_context 5.193 0.230 5.432
* 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: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL MutationalPatterns ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/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.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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 object is masked from 'package:base':
expand.grid
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 23/24
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 0 | SKIP 0 | PASS 408 ]
>
> proc.time()
user system elapsed
399.069 7.622 420.917
MutationalPatterns.Rcheck/MutationalPatterns-Ex.timings
| name | user | system | elapsed | |
| bin_mutation_density | 11.391 | 0.360 | 11.765 | |
| binomial_test | 0.010 | 0.000 | 0.011 | |
| calculate_lesion_segregation | 82.537 | 0.766 | 83.414 | |
| cluster_signatures | 0.073 | 0.004 | 0.077 | |
| context_potential_damage_analysis | 77.351 | 0.570 | 79.433 | |
| convert_sigs_to_ref | 0.064 | 0.003 | 0.068 | |
| cos_sim | 0.000 | 0.000 | 0.001 | |
| cos_sim_matrix | 0.031 | 0.005 | 0.036 | |
| count_dbs_contexts | 0.151 | 0.002 | 0.154 | |
| count_indel_contexts | 0.151 | 0.003 | 0.156 | |
| count_mbs_contexts | 0.122 | 0.001 | 0.124 | |
| enrichment_depletion_test | 0.206 | 0.001 | 0.208 | |
| extract_signatures | 0.002 | 0.000 | 0.002 | |
| fit_to_signatures | 0.125 | 0.008 | 0.135 | |
| fit_to_signatures_bootstrapped | 36.720 | 0.632 | 37.397 | |
| fit_to_signatures_strict | 4.010 | 0.039 | 4.055 | |
| genomic_distribution | 16.736 | 0.533 | 17.287 | |
| get_dbs_context | 0.414 | 0.003 | 0.417 | |
| get_indel_context | 5.193 | 0.230 | 5.432 | |
| get_known_signatures | 0.366 | 0.466 | 0.914 | |
| get_mut_type | 24.868 | 0.054 | 24.952 | |
| lengthen_mut_matrix | 0.018 | 0.013 | 0.031 | |
| merge_signatures | 1.352 | 0.221 | 1.577 | |
| mut_context | 1.578 | 0.099 | 1.681 | |
| mut_matrix | 3.264 | 0.179 | 3.455 | |
| mut_matrix_stranded | 8.238 | 0.267 | 8.518 | |
| mut_strand | 1.286 | 0.022 | 1.310 | |
| mut_type | 0.030 | 0.002 | 0.033 | |
| mut_type_occurrences | 1.502 | 0.089 | 1.596 | |
| mutations_from_vcf | 0.039 | 0.000 | 0.040 | |
| plot_192_profile | 3.043 | 0.014 | 3.062 | |
| plot_96_profile | 2.799 | 0.015 | 2.820 | |
| plot_bootstrapped_contribution | 2.271 | 0.016 | 2.293 | |
| plot_compare_dbs | 5.924 | 0.027 | 5.964 | |
| plot_compare_indels | 9.408 | 0.030 | 9.486 | |
| plot_compare_mbs | 1.008 | 0.006 | 1.017 | |
| plot_compare_profiles | 2.043 | 0.011 | 2.059 | |
| plot_contribution | 2.903 | 0.015 | 2.966 | |
| plot_contribution_heatmap | 1.970 | 0.014 | 1.989 | |
| plot_correlation_bootstrap | 0.541 | 0.005 | 0.548 | |
| plot_cosine_heatmap | 2.508 | 0.013 | 2.527 | |
| plot_dbs_contexts | 4.150 | 0.011 | 4.165 | |
| plot_enrichment_depletion | 4.106 | 0.012 | 4.122 | |
| plot_indel_contexts | 9.972 | 0.030 | 10.014 | |
| plot_lesion_segregation | 8.159 | 0.048 | 8.231 | |
| plot_main_dbs_contexts | 0.700 | 0.003 | 0.704 | |
| plot_main_indel_contexts | 0.794 | 0.004 | 0.801 | |
| plot_mbs_contexts | 0.653 | 0.002 | 0.657 | |
| plot_original_vs_reconstructed | 0.681 | 0.006 | 0.689 | |
| plot_profile_heatmap | 8.638 | 0.121 | 8.771 | |
| plot_profile_region | 1.291 | 0.007 | 1.299 | |
| plot_rainfall | 1.397 | 0.011 | 1.411 | |
| plot_river | 6.243 | 0.053 | 6.330 | |
| plot_signature_strand_bias | 1.016 | 0.010 | 1.059 | |
| plot_spectrum | 6.196 | 0.105 | 6.313 | |
| plot_spectrum_region | 6.196 | 0.093 | 6.301 | |
| plot_strand | 0.247 | 0.009 | 0.257 | |
| plot_strand_bias | 0.990 | 0.013 | 1.007 | |
| pool_mut_mat | 0.058 | 0.005 | 0.065 | |
| read_vcfs_as_granges | 30.519 | 1.038 | 37.694 | |
| rename_nmf_signatures | 0.032 | 0.035 | 0.068 | |
| signature_potential_damage_analysis | 0.139 | 0.002 | 0.142 | |
| split_muts_region | 5.375 | 0.054 | 5.433 | |
| strand_bias_test | 0.173 | 0.003 | 0.177 | |
| strand_occurrences | 0.248 | 0.008 | 0.256 | |
| type_context | 1.934 | 0.118 | 2.054 | |