Back to Build/check report for BioC 3.17
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-01-02 09:00:26 -0500 (Mon, 02 Jan 2023).

HostnameOSArch (*)R versionInstalled pkgs
palomino5Windows Server 2022 Datacenterx64R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences" 4165
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 DeepBlueR on palomino5


To the developers/maintainers of the DeepBlueR package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 484/2158HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DeepBlueR 1.25.0  (landing page)
Felipe Albrecht , Markus List
Snapshot Date: 2022-12-28 11:00:06 -0500 (Wed, 28 Dec 2022)
git_url: https://git.bioconductor.org/packages/DeepBlueR
git_branch: master
git_last_commit: 509893d
git_last_commit_date: 2022-11-01 11:14:03 -0500 (Tue, 01 Nov 2022)
palomino5Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  

Summary

Package: DeepBlueR
Version: 1.25.0
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:DeepBlueR.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings DeepBlueR_1.25.0.tar.gz
StartedAt: 2022-12-28 23:04:15 -0500 (Wed, 28 Dec 2022)
EndedAt: 2022-12-28 23:07:44 -0500 (Wed, 28 Dec 2022)
EllapsedTime: 209.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: DeepBlueR.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:DeepBlueR.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings DeepBlueR_1.25.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/DeepBlueR.Rcheck'
* using R Under development (unstable) (2022-12-25 r83502 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
    gcc.exe (GCC) 10.4.0
    GNU Fortran (GCC) 10.4.0
* running under: Windows Server x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'DeepBlueR/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'DeepBlueR' version '1.25.0'
* 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 'DeepBlueR' 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 ... NOTE
prepare_Rd: deepblue_enrich_regions_fast.Rd:35-38: Dropping empty section \examples
* 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 ... ERROR
Running examples in 'DeepBlueR-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: deepblue_export_bed
> ### Title: Export GenomicRanges result as BED file
> ### Aliases: deepblue_export_bed
> 
> ### ** Examples
> 
> query_id = deepblue_select_experiments (
+ experiment=c("GC_T14_10.CPG_methylation_calls.bs_call.GRCh38.20160531.wig"),
+ chromosome="chr1", start=0, end=50000000)
Called method: deepblue_select_experiments
Reported status was: okay
> cpg_islands = deepblue_select_annotations(annotation_name="CpG Islands",
+ genome="GRCh38", chromosome="chr1", start=0, end=50000000)
Called method: deepblue_select_annotations
Reported status was: okay
> overlapped = deepblue_aggregate (data_id=query_id, ranges_id=cpg_islands,
+                                 column="VALUE" )
Called method: deepblue_aggregate
Reported status was: okay
> request_id = deepblue_get_regions(query_id=overlapped,
+                                 output_format=
+                                      "CHROMOSOME,START,END,@AGG.MIN,@AGG.MAX,@AGG.MEAN,@AGG.VAR")
Called method: deepblue_get_regions
Reported status was: okay
> regions = deepblue_download_request_data(request_id=request_id)
Called method: deepblue_info
Reported status was: okay
fetching data
Called method: deepblue_info
Reported status was: okay
trying URL 'http://deepblue.mpi-inf.mpg.de/xmlrpc/download/?r=r3726039&key=anonymous_key'
Content type 'application/x-bzip2' length 14872 bytes (14 KB)
==================================================
downloaded 14 KB

Decompressing downloaded file to F:\biocbuild\bbs-3.17-bioc-rtools43\tmpdir\Rtmpei1O3h\file2b983c7d42b9_uncompress
Reading file from F:\biocbuild\bbs-3.17-bioc-rtools43\tmpdir\Rtmpei1O3h\file2b983c7d42b9_uncompress
> temp_dir = tempdir()
> deepblue_export_bed(regions, target.directory = temp_dir,
+                   file.name = "GC_T14_10.CpG_islands")
Error in `stringr::str_replace_all()`:
! `string` must be a vector, not a <Rle> object.
Backtrace:
    ▆
 1. ├─DeepBlueR::deepblue_export_bed(...)
 2. │ └─stringr::str_replace_all(strand(result), "\\*", ".")
 3. │   └─stringr:::check_lengths(string, pattern, replacement)
 4. │     └─vctrs::vec_size_common(...)
 5. └─vctrs:::stop_scalar_type(`<fn>`(`<Rle>`), "string", `<env>`)
 6.   └─vctrs:::stop_vctrs(...)
 7.     └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = vctrs_error_call(call))
Execution halted
* 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 ERROR, 1 NOTE
See
  'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/DeepBlueR.Rcheck/00check.log'
for details.


Installation output

DeepBlueR.Rcheck/00install.out

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


* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library'
* installing *source* package 'DeepBlueR' ...
** using staged installation
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
Called method: deepblue_list_column_types
Reported status was: okay
Called method: deepblue_info
Reported status was: okay
** 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 (DeepBlueR)

Tests output


Example timings

DeepBlueR.Rcheck/DeepBlueR-Ex.timings

nameusersystemelapsed
deepblue_aggregate0.060.010.89
deepblue_batch_export_results0.420.345.66
deepblue_binning0.040.020.47
deepblue_cache_status0.000.000.01
deepblue_cancel_request0.000.020.22
deepblue_chromosomes0.040.000.25
deepblue_clear_cache000
deepblue_collection_experiments_count0.060.000.53
deepblue_commands0.110.020.64
deepblue_count_gene_ontology_terms0.110.000.43
deepblue_count_regions0.050.000.45
deepblue_coverage0.030.020.45
deepblue_delete_request_from_cache000
deepblue_diff0.110.070.79
deepblue_distinct_column_values0.050.000.45
deepblue_download_request_data0.230.312.52
deepblue_echo0.020.000.22
deepblue_enrich_regions_go_terms0.030.000.67
deepblue_enrich_regions_overlap0.360.033.19