Back to Multiple platform build/check report for BioC 3.17:   simplified   long
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2023-10-16 11:35:50 -0400 (Mon, 16 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
palomino3Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4379
merida1macOS 12.6.4 Montereyx86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4395
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 2073/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TarSeqQC 1.30.0  (landing page)
Gabriela Merino
Snapshot Date: 2023-10-15 14:00:13 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/TarSeqQC
git_branch: RELEASE_3_17
git_last_commit: 52927c8
git_last_commit_date: 2023-04-25 10:41:42 -0400 (Tue, 25 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    ERROR  
palomino3Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson2macOS 12.6.1 Monterey / arm64see weekly results here

CHECK results for TarSeqQC on nebbiolo1


To the developers/maintainers of the TarSeqQC package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/TarSeqQC.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: TarSeqQC
Version: 1.30.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:TarSeqQC.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings TarSeqQC_1.30.0.tar.gz
StartedAt: 2023-10-16 01:40:51 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 01:45:25 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 273.8 seconds
RetCode: 1
Status:   ERROR  
CheckDir: TarSeqQC.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:TarSeqQC.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings TarSeqQC_1.30.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/TarSeqQC.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
* running under: Ubuntu 22.04.3 LTS
* using session charset: UTF-8
* checking for file ‘TarSeqQC/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘TarSeqQC’ version ‘1.30.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 for sufficient/correct file permissions ... OK
* checking whether package ‘TarSeqQC’ can be installed ... WARNING
Found the following significant warnings:
  Warning: Package 'TarSeqQC' is deprecated and will be removed from Bioconductor
See ‘/home/biocbuild/bbs-3.17-bioc/meat/TarSeqQC.Rcheck/00install.out’ for details.
* 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 loading without being on the library search path ... OK
* checking 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 ... NOTE
plotNtdPercentage,TargetExperiment: no visible global function
  definition for ‘path’
plotRegion,TargetExperiment: no visible global function definition for
  ‘path’
readFrequencies,TargetExperiment: no visible global function definition
  for ‘path’
Undefined global functions or variables:
  path
* 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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘TarSeqQC-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TargetExperiment-class
> ### Title: TargetExperiment S4 class implementation in R
> ### Aliases: TargetExperiment-class
> 
> ### ** Examples
> 
> ## Defining bam file, bed file and fasta file names and paths
> bamFile<-system.file("extdata", "mybam.bam", package="TarSeqQC", 
+     mustWork=TRUE)
> bedFile<-system.file("extdata", "mybed.bed", package="TarSeqQC",
+     mustWork=TRUE)
> fastaFile<-system.file("extdata", "myfasta.fa", package="TarSeqQC", 
+     mustWork=TRUE)
> 
> ## Creating a TargetExperiment object
> 
> # Defining feature parameter
> feature<-"amplicon"
> # Defining attribute parameter
> attribute<-"coverage"
> ampliPanel<-TargetExperiment(bedFile, bamFile, fastaFile, attribute=attribute,
+     feature=feature)
> 
> ## Alternative object creation
> # Creating the TargetExperiment object
> ampliPanel<-TargetExperiment(bedFile, bamFile, fastaFile)
Warning in .local(.Object, ...) : The 'attribute' slot is empty
Warning in .local(.Object, ...) : The 'feature' slot is empty
> # Set feature slot value
> setFeature(ampliPanel)<-"amplicon"
> # Set attribute slot value
> setAttribute(ampliPanel)<-"coverage"
> # Set pileupP slot value in order to set the maximum depth at 1000
> setPileupP(ampliPanel)<-PileupParam(max_depth=1000)
> # Set the featurePanel slot but now using the new pileupP definition
> setFeaturePanel(ampliPanel)<-buildFeaturePanel(ampliPanel)
> ## Early exploration
> # show/print
> ampliPanel
TargetExperiment 
amplicon panel: 
	GRanges object with 3 ranges and 6 metadata columns:
        seqnames    ranges strand |        gene        gc  coverage sdCoverage
           <Rle> <IRanges>  <Rle> | <character> <numeric> <numeric>  <numeric>
  AMPL1     chr1   463-551      * |       gene1     0.674       320         19
  AMPL2     chr1 1553-1603      * |       gene2     0.451       550         90
  AMPL3     chr1 3766-3814      * |       gene2     0.531       455         12
        medianCounts IQRCounts
           <numeric> <numeric>
  AMPL1          326        24
  AMPL2          574        14
  AMPL3          463        27
  -------
  seqinfo: 4 sequences from an unspecified genome; no seqlengths

gene panel: 
	GRanges object with 3 ranges and 4 metadata columns:
        seqnames    ranges strand | medianCounts IQRCounts  coverage sdCoverage
           <Rle> <IRanges>  <Rle> |    <numeric> <numeric> <numeric>  <numeric>
  gene1     chr1   463-551      * |          326         0       320          0
  gene2     chr1 1553-3814      * |          518        56       502         67
  gene3     chr3      1-59      * |            0         0         0          0
  -------
  seqinfo: 4 sequences from an unspecified genome; no seqlengths

selected attribute: 
	 coverage 
> # summary
> summary(ampliPanel)
         Min. 1st Qu. Median Mean 3rd Qu. Max.
gene        0     261    328  312     396  502
amplicon    0     143    288  316     472  931
> # summary at feature level
> summaryFeatureLev(ampliPanel)
         Min. 1st Qu. Median Mean 3rd Qu. Max.
amplicon    0     143    288  316     472  931
> # summary at gene level
> summaryGeneLev(ampliPanel)
     Min. 1st Qu. Median Mean 3rd Qu. Max.
gene    0     261    328  312     396  502
> # attribute boxplot and density plot exploration
> g<-plotAttrExpl(ampliPanel,level="feature",join=TRUE, log=FALSE, color="blue")
Warning: The `<scale>` argument of `guides()` cannot be `FALSE`. Use "none" instead as
of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the TarSeqQC package.
  Please report the issue to the authors.
> if(interactive()){
+ x11(type="cairo");g
+ }
> # explore amplicon length distribution
> g<-plotMetaDataExpl(ampliPanel, "length", log=FALSE, join=FALSE, color=
+ "blueviolet")
> if(interactive()){
+ g
+ }
> # explore gene's relative frequencies
> g<-plotMetaDataExpl(ampliPanel, "gene", abs=FALSE)
> if(interactive()){
+ g
+ }
> ## Deep exploration and Quality Control
> myfrequencies<-readFrequencies(ampliPanel)
> g<-plotInOutFeatures(readFrequencies(ampliPanel))
> if(interactive()){
+ g
+ }
> # definition of the interval extreme values
> attributeThres<-c(0,1,50,200,500, Inf)
> # plot panel overview
> g<-plot(ampliPanel, attributeThres, chrLabels =TRUE)
Error in aggregate.formula(formula = xmin ~ seqnames, data = df_panel,  : 
  argument 'x' is  missing -- it has been renamed from 'formula'
Calls: plot -> plot -> .local -> aggregate -> aggregate.formula
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘TarSeqQC-vignette.Rnw’... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/TarSeqQC.Rcheck/00check.log’
for details.


Installation output

TarSeqQC.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL TarSeqQC
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘TarSeqQC’ ...
** using staged installation
** 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
Warning: Package 'TarSeqQC' is deprecated and will be removed from Bioconductor
  version 3.18
** testing if installed package can be loaded from final location
Warning: Package 'TarSeqQC' is deprecated and will be removed from Bioconductor
  version 3.18
** testing if installed package keeps a record of temporary installation path
* DONE (TarSeqQC)

Tests output

TarSeqQC.Rcheck/tests/runTests.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 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.

> BiocGenerics:::testPackage("TarSeqQC")

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, setdiff, sort, 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: 'Biostrings'

The following object is masked from 'package:base':

    strsplit


Attaching package: 'plyr'

The following object is masked from 'package:XVector':

    compact

The following object is masked from 'package:IRanges':

    desc

The following object is masked from 'package:S4Vectors':

    rename



RUNIT TEST PROTOCOL -- Mon Oct 16 01:44:53 2023 
*********************************************** 
Number of test functions: 33 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
TarSeqQC RUnit Tests - 33 test functions, 0 errors, 0 failures
Number of test functions: 33 
Number of errors: 0 
Number of failures: 0 
Warning messages:
1: Package 'TarSeqQC' is deprecated and will be removed from Bioconductor
  version 3.18 
2: The `<scale>` argument of `guides()` cannot be `FALSE`. Use "none" instead as
of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the TarSeqQC package.
  Please report the issue to the authors. 
> 
> proc.time()
   user  system elapsed 
 17.714   3.703  18.324 

Example timings

TarSeqQC.Rcheck/TarSeqQC-Ex.timings

nameusersystemelapsed
TargetExperiment-biasExploration0.1040.0000.104
TargetExperiment-buildFeaturePanel1.6890.0761.768
TargetExperiment-buildReport1.0450.1281.174