Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2025-03-03 12:11 -0500 (Mon, 03 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4768 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4503 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4526 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4479 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4415 |
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 1215/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
metaseqR2 1.18.0 (landing page) Panagiotis Moulos
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | ![]() | ||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | OK | OK | ![]() | ||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | ERROR | skipped | ||||||||||
To the developers/maintainers of the metaseqR2 package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/metaseqR2.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. |
Package: metaseqR2 |
Version: 1.18.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metaseqR2.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metaseqR2_1.18.0.tar.gz |
StartedAt: 2025-03-01 00:30:56 -0500 (Sat, 01 Mar 2025) |
EndedAt: 2025-03-01 00:39:26 -0500 (Sat, 01 Mar 2025) |
EllapsedTime: 509.2 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: metaseqR2.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metaseqR2.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metaseqR2_1.18.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/metaseqR2.Rcheck’ * using R version 4.4.2 (2024-10-31) * using platform: aarch64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘metaseqR2/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘metaseqR2’ version ‘1.18.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 ‘metaseqR2’ can be installed ... OK * used C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’ * used SDK: ‘MacOSX11.3.sdk’ * 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 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 getUcscUtr: no visible binding for global variable ‘customDir’ Undefined global functions or variables: customDir * 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 compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘metaseqR2-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: metaseqr2 > ### Title: The main metaseqr2 pipeline > ### Aliases: metaseqr2 > > ### ** Examples > > # An example pipeline with gene counts > data("mm9GeneData",package="metaseqR2") > > result <- metaseqr2( + counts=mm9GeneCounts, + sampleList=sampleListMm9, + contrast=c("adult_8_weeks_vs_e14.5"), + libsizeList=libsizeListMm9, + annotation="embedded", + org="mm9", + countType="gene", + normalization="edger", + statistics="edger", + pcut=0.05, + figFormat="png", + qcPlots="mds", + exportWhat=c("annotation","p_value","adj_p_value","fold_change"), + exportScale="natural", + exportValues="normalized", + exportStats="mean", + exportWhere=file.path(tempdir(),"test1"), + restrictCores=0.01, + geneFilters=list( + length=list( + length=500 + ), + avgReads=list( + averagePerBp=100, + quantile=0.25 + ), + expression=list( + median=TRUE, + mean=FALSE, + quantile=NA, + known=NA, + custom=NA + ), + biotype=getDefaults("biotypeFilter","mm9") + ), + outList=TRUE + ) Warning: The column that contains the gene biotypes ("embedCols$btCol") is missing with embedded annotation! Biotype filters and certain plots will not be available... 2025-03-01 00:38:40: Data processing started... Read counts file: imported custom data frame Conditions: e14.5, adult_8_weeks Samples to include: e14.5_1, e14.5_2, a8w_1, a8w_2 Samples to exclude: none Requested contrasts: adult_8_weeks_vs_e14.5 Library sizes: e14.5_1: 3102907 e14.5_2: 2067905 a8w_1: 3742059 a8w_2: 4403954 Annotation: embedded Organism: mm9 Reference source: ensembl Count type: gene Transcriptional level: gene Exon filters: minActiveExons minActiveExons: exonsPerGene: 5 minExons: 2 frac: 0.2 Gene filters: length, avgReads, expression length: length: 500 avgReads: averagePerBp: 100 quantile: 0.25 expression: median: TRUE mean: FALSE quantile: NA known: NA custom: NA Filter application: postnorm Normalization algorithm: edger Normalization arguments: method: TMM logratioTrim: 0.3 sumTrim: 0.05 doWeighting: TRUE Acutoff: -1e+10 p: 0.75 Statistical algorithm(s): edger Statistical arguments: edger: classic, 5, 10, movingave, NULL, grid, 11, c(-6, 6), NULL, CoxReid, 10000, NULL, auto, NULL, NULL, NULL, NULL, 0.125, NULL, auto, chisq, TRUE, FALSE, c(0.05, 0.1) Meta-analysis method: none Multiple testing correction: BH p-value threshold: 0.05 Logarithmic transformation offset: 1 Quality control plots: mds Figure format: png Output directory: /tmp/RtmpIUWxQE/test1 Output data: annotation, p_value, adj_p_value, fold_change Output scale(s): natural Output values: normalized Loading gene annotation... Saving gene model to /tmp/RtmpIUWxQE/test1/data/gene_model.RData Removing genes with zero counts in all samples... Normalizing with: edger Applying gene filter length... Threshold below which ignored: 500 Applying gene filter avgReads... Threshold below which ignored: 0.0659629215631332 Applying gene filter expression... Threshold below which ignored: 68 2106 genes filtered out 1681 genes remain after filtering Running statistical tests with: edger Contrast: adult_8_weeks_vs_e14.5 Contrast adult_8_weeks_vs_e14.5: found 906 genes Building output files... Contrast: adult_8_weeks_vs_e14.5 Adding non-filtered data... binding annotation... binding p-values... binding FDRs... binding natural normalized fold changes... Writing output... Adding filtered data... binding annotation... binding p-values... binding FDRs... binding natural normalized fold changes... Writing output... Adding report data... binding annotation... binding p-values... binding FDRs... binding log2 normalized fold changes... binding normalized mean counts... binding normalized mean counts... Creating quality control graphs... Plotting in png format... Plotting mds...2025-03-01 00:38:40.792 R[4189:256360678] XType: Using static font registry. Importing mds... Writing plot database in /tmp/RtmpIUWxQE/test1/data/reportdb.js Creating HTML report... Compressing figures... adding: tmp/RtmpIUWxQE/test1/plots/qc/mds.png (deflated 39%) Downloading required JavaScript libraries...trying URL 'https://raw.github.com/HubSpot/pace/v1.0.0/pace.min.js' Content type 'text/plain; charset=utf-8' length 12363 bytes (12 KB) ================================================== downloaded 12 KB trying URL 'https://code.highcharts.com/highcharts.js' downloaded 268 KB trying URL 'https://code.highcharts.com/highcharts-more.js' downloaded 92 KB trying URL 'https://code.highcharts.com/modules/exporting.js' downloaded 19 KB trying URL 'https://code.highcharts.com/modules/offline-exporting.js' downloaded 26 KB trying URL 'https://code.highcharts.com/modules/export-data.js' downloaded 12 KB trying URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' Warning in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : downloaded length 0 != reported length 299 Warning in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : cannot open URL 'https://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js': HTTP status was '503 Service Unavailable' Error in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : cannot open URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' Calls: metaseqr2 -> .downloadJsLibs -> download.file Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘runTests.R’ ERROR Running the tests in ‘tests/runTests.R’ failed. Last 13 lines of output: 1 Test Suite : metaseqR2 RUnit Tests - 2 test functions, 1 error, 0 failures ERROR in test_metaseqr: Error in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : cannot open URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' Test files with failing tests test_metaseqr.R test_metaseqr Error in BiocGenerics:::testPackage("metaseqR2") : unit tests failed for package metaseqR2 Execution halted * 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: 2 ERRORs, 2 NOTEs See ‘/Users/biocbuild/bbs-3.20-bioc/meat/metaseqR2.Rcheck/00check.log’ for details.
metaseqR2.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL metaseqR2 ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘metaseqR2’ ... ** using staged installation ** libs using C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pval.c -o pval.o pval.c:26:11: warning: unused variable 'esttotalperlength' [-Wunused-variable] double esttotalperlength = total/2; ^ pval.c:29:13: warning: variable 'steps' set but not used [-Wunused-but-set-variable] long int steps = 0; ^ 2 warnings generated. clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o metaseqR2.so pval.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-metaseqR2/00new/metaseqR2/libs ** 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 ** 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 (metaseqR2)
metaseqR2.Rcheck/tests/runTests.Rout.fail
R version 4.4.2 (2024-10-31) -- "Pile of Leaves" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 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("metaseqR2") Attaching package: 'BiocGenerics' 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, aperm, 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, saveRDS, setdiff, table, tapply, union, unique, unsplit, which.max, which.min Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians Attaching package: 'limma' The following object is masked from 'package:DESeq2': plotMA The following object is masked from 'package:BiocGenerics': plotMA locfit 1.5-9.11 2025-01-27 Attaching package: 'metaseqR2' The following object is masked from 'package:limma': readTargets Downsampling counts... Estimating initial dispersion population... Estimating dispersions using log-likelihood... Running simulations... This procedure requires time... Please wait...Using Ensembl host https://jan2024.archive.ensembl.org 2025-03-01 00:39:10: Data processing started... Read counts file: imported custom data frame Conditions: G1, G2 Samples to include: G1_rep1, G1_rep2, G1_rep3, G2_rep1, G2_rep2, G2_rep3 Samples to exclude: none Requested contrasts: G1_vs_G2 Annotation: embedded Organism: mm10 Reference source: ensembl Count type: gene Analysis preset: all_basic Transcriptional level: gene Exon filters: none applied Gene filters: none applied Filter application: postnorm Normalization algorithm: edaseq Normalization arguments: within.which: loess between.which: full Statistical algorithm(s): edger, limma Statistical arguments: edger: classic, 5, 10, movingave, NULL, grid, 11, c(-6, 6), NULL, CoxReid, 10000, NULL, auto, NULL, NULL, NULL, NULL, 0.125, NULL, auto, chisq, TRUE, FALSE, c(0.05, 0.1) limma: none Meta-analysis method: simes Multiple testing correction: BH Logarithmic transformation offset: 1 Analysis preset: all_basic Quality control plots: Figure format: png Output directory: /tmp/RtmpuFsgix Output data: annotation, p_value, adj_p_value, meta_p_value, adj_meta_p_value, fold_change Output scale(s): natural, log2 Output values: normalized Loading gene annotation... Saving gene model to /tmp/RtmpuFsgix/data/gene_model.RData Removing genes with zero counts in all samples... Normalizing with: edaseq Running statistical tests with: edger Contrast: G1_vs_G2 Running statistical tests with: limma Contrast: G1_vs_G2 Performing meta-analysis with simes Building output files... Contrast: G1_vs_G2 Adding non-filtered data... binding annotation... binding p-values... binding FDRs... binding meta p-values... binding adjusted meta p-values... binding natural normalized fold changes... binding log2 normalized fold changes... Writing output... 2025-03-01 00:39:11: Data processing finished! Total processing time: 00 seconds Estimating AUFC weights... Please wait... Processing edger Processing limma Retrieving edger Retrieving limma 2025-03-01 00:39:12: Data processing started... Read counts file: imported custom data frame Conditions: e14.5, adult_8_weeks Samples to include: e14.5_1, e14.5_2, a8w_1, a8w_2 Samples to exclude: none Requested contrasts: adult_8_weeks_vs_e14.5 Library sizes: e14.5_1: 3102907 e14.5_2: 2067905 a8w_1: 3742059 a8w_2: 4403954 Annotation: embedded Organism: mm9 Reference source: ensembl Count type: gene Analysis preset: medium_basic Transcriptional level: gene Exon filters: minActiveExons minActiveExons: exonsPerGene: 5 minExons: 2 frac: 0.2 Gene filters: length, avgReads, expression, biotype length: length: 500 avgReads: averagePerBp: 100 quantile: 0.25 expression: median: TRUE mean: FALSE quantile: NA known: NA custom: NA biotype: pseudogene: FALSE snRNA: FALSE protein_coding: FALSE antisense: FALSE miRNA: FALSE lincRNA: FALSE snoRNA: FALSE processed_transcript: FALSE misc_RNA: FALSE rRNA: TRUE sense_overlapping: FALSE sense_intronic: FALSE polymorphic_pseudogene: FALSE non_coding: FALSE three_prime_overlapping_ncrna: FALSE IG_C_gene: FALSE IG_J_gene: FALSE IG_D_gene: FALSE IG_V_gene: FALSE ncrna_host: FALSE Filter application: postnorm Normalization algorithm: edger Normalization arguments: method: TMM logratioTrim: 0.3 sumTrim: 0.05 doWeighting: TRUE Acutoff: -1e+10 p: 0.75 Statistical algorithm(s): edger, limma Statistical arguments: edger: classic, 5, 10, movingave, NULL, grid, 11, c(-6, 6), NULL, CoxReid, 10000, NULL, auto, NULL, NULL, NULL, NULL, 0.125, NULL, auto, chisq, TRUE, FALSE, c(0.05, 0.1) limma: none Meta-analysis method: simes Multiple testing correction: BH p-value threshold: 0.05 Logarithmic transformation offset: 1 Analysis preset: medium_basic Quality control plots: mds Figure format: png Output directory: /tmp/RtmpuFsgix Output data: annotation, p_value, adj_p_value, meta_p_value, adj_meta_p_value, fold_change Output scale(s): natural, log2 Output values: normalized Loading gene annotation... Saving gene model to /tmp/RtmpuFsgix/data/gene_model.RData Removing genes with zero counts in all samples... Normalizing with: edger Applying gene filter length... Threshold below which ignored: 500 Applying gene filter avgReads... Threshold below which ignored: 0.0659629215631332 Applying gene filter expression... Threshold below which ignored: 68 Applying gene filter biotype... Biotypes ignored: rRNA 2106 genes filtered out 1681 genes remain after filtering Running statistical tests with: edger Contrast: adult_8_weeks_vs_e14.5 Contrast adult_8_weeks_vs_e14.5: found 906 genes Running statistical tests with: limma Contrast: adult_8_weeks_vs_e14.5 Contrast adult_8_weeks_vs_e14.5: found 911 genes Performing meta-analysis with simes Building output files... Contrast: adult_8_weeks_vs_e14.5 Adding non-filtered data... binding annotation... binding p-values... binding FDRs... binding meta p-values... binding adjusted meta p-values... binding natural normalized fold changes... binding log2 normalized fold changes... Writing output... Adding filtered data... binding annotation... binding p-values... binding FDRs... binding meta p-values... binding adjusted meta p-values... binding natural normalized fold changes... binding log2 normalized fold changes... Writing output... Adding report data... binding annotation... binding meta p-values... binding adjusted meta p-values... binding log2 normalized fold changes... binding normalized mean counts... binding normalized mean counts... Creating quality control graphs... Plotting in png format... Plotting mds...2025-03-01 00:39:13.116 R[4424:256361649] XType: Using static font registry. Importing mds... Writing plot database in /tmp/RtmpuFsgix/data/reportdb.js Creating HTML report... Compressing figures... adding: tmp/RtmpuFsgix/plots/qc/mds.png (deflated 45%) Downloading required JavaScript libraries...trying URL 'https://raw.github.com/HubSpot/pace/v1.0.0/pace.min.js' Content type 'text/plain; charset=utf-8' length 12363 bytes (12 KB) ================================================== downloaded 12 KB trying URL 'https://code.highcharts.com/highcharts.js' downloaded 268 KB trying URL 'https://code.highcharts.com/highcharts-more.js' downloaded 92 KB trying URL 'https://code.highcharts.com/modules/exporting.js' downloaded 19 KB trying URL 'https://code.highcharts.com/modules/offline-exporting.js' downloaded 26 KB trying URL 'https://code.highcharts.com/modules/export-data.js' downloaded 12 KB trying URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' Timing stopped at: 1.226 0.092 2.202 Error in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : cannot open URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' In addition: There were 50 or more warnings (use warnings() to see the first 50) RUNIT TEST PROTOCOL -- Sat Mar 1 00:39:14 2025 *********************************************** Number of test functions: 2 Number of errors: 1 Number of failures: 0 1 Test Suite : metaseqR2 RUnit Tests - 2 test functions, 1 error, 0 failures ERROR in test_metaseqr: Error in download.file("http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js", : cannot open URL 'http://jvenn.toulouse.inrae.fr/app/js/canvas2svg.js' Test files with failing tests test_metaseqr.R test_metaseqr Error in BiocGenerics:::testPackage("metaseqR2") : unit tests failed for package metaseqR2 Execution halted
metaseqR2.Rcheck/metaseqR2-Ex.timings
name | user | system | elapsed | |
buildAnnotationDatabase | 0.000 | 0.000 | 0.001 | |
buildCustomAnnotation | 4.493 | 0.153 | 4.663 | |
combineBonferroni | 0.001 | 0.001 | 0.000 | |
combineHarmonic | 0.002 | 0.000 | 0.002 | |
combineMaxp | 0.001 | 0.000 | 0.000 | |
combineMinp | 0 | 0 | 0 | |
combineSimes | 0.001 | 0.000 | 0.001 | |
combineWeight | 0 | 0 | 0 | |
createSignalTracks | 1.190 | 0.120 | 1.316 | |
diagplotAvgFtd | 0.048 | 0.004 | 0.052 | |
diagplotBoxplot | 0.596 | 0.020 | 0.616 | |
diagplotCor | 0.120 | 0.015 | 0.136 | |
diagplotDeHeatmap | 0.829 | 0.030 | 0.859 | |
diagplotEdaseq | 0.454 | 0.046 | 0.500 | |
diagplotFiltered | 0.031 | 0.009 | 0.040 | |
diagplotFtd | 0.017 | 0.007 | 0.023 | |
diagplotMds | 0.219 | 0.009 | 0.228 | |
diagplotNoiseq | 0.404 | 0.039 | 0.442 | |
diagplotPairs | 0.676 | 0.057 | 0.743 | |
diagplotRoc | 0.019 | 0.007 | 0.026 | |
diagplotVenn | 0.202 | 0.015 | 0.220 | |
diagplotVolcano | 1.565 | 0.060 | 1.633 | |
downsampleCounts | 0.185 | 0.002 | 0.188 | |
estimateAufcWeights | 1.128 | 0.127 | 1.272 | |
estimateSimParams | 0.724 | 0.024 | 0.751 | |
getAnnotation | 1.982 | 0.097 | 2.666 | |
getDefaults | 0.000 | 0.000 | 0.001 | |
getInstalledAnnotations | 0.001 | 0.001 | 0.002 | |
getWeights | 0.000 | 0.000 | 0.001 | |
importCustomAnnotation | 0.852 | 0.006 | 0.858 | |
loadAnnotation | 0.001 | 0.000 | 0.002 | |
makeSimDataSd | 2.297 | 0.046 | 2.351 | |
makeSimDataTcc | 1.371 | 0.030 | 1.407 | |
metaTest | 0.003 | 0.005 | 0.010 | |