##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data GenomicRanges
###
##############################################################################
##############################################################################
* checking for file ‘GenomicRanges/DESCRIPTION’ ... OK
* preparing ‘GenomicRanges’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... ERROR
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, xtabs
The following objects are masked from ‘package:base’:
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, as.vector, cbind, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect,
is.unsorted, lapply, lengths, mapply, match, mget, order,
paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rownames, sapply, setdiff, sort, table, tapply, union,
unique, unlist, unsplit
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: ‘S4Vectors’
The following object is masked from ‘package:base’:
expand.grid
Loading required package: IRanges
Loading required package: GenomeInfoDb
Error: processing vignette 'ExtendingGenomicRanges.Rnw' failed with diagnostics:
chunk 6 (label = vranges)
Error in GenomicRanges:::extraColumnSlotNames(VariantAnnotation:::VRanges()) :
error in evaluating the argument 'x' in selecting a method for function 'extraColumnSlotNames': Error: The "ifelse" methods for Rle objects are defunct. Please use
as(ifelse(test, as.vector(yes), as.vector(no)), "Rle")
instead.
Execution halted