Last updated on 2025-02-07 07:49:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 7.95 | 237.89 | 245.84 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 6.44 | 159.08 | 165.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 340.04 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 406.40 | ERROR | |||
r-devel-windows-x86_64 | 0.9.0 | 10.00 | 234.00 | 244.00 | OK | |
r-patched-linux-x86_64 | 0.9.0 | 10.20 | 230.23 | 240.43 | OK | |
r-release-linux-x86_64 | 0.9.0 | 8.73 | 224.39 | 233.12 | OK | |
r-release-macos-arm64 | 0.9.0 | 57.00 | NOTE | |||
r-release-macos-x86_64 | 0.9.0 | 185.00 | OK | |||
r-release-windows-x86_64 | 0.9.0 | 11.00 | 232.00 | 243.00 | OK | |
r-oldrel-macos-arm64 | 0.9.0 | 62.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9.0 | 103.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9.0 | 14.00 | 305.00 | 319.00 | OK |
Version: 0.9.0
Check: examples
Result: ERROR
Running examples in ‘BaseSet-Ex.R’ failed
The error most likely occurred in:
> ### Name: tidy
> ### Title: Convert GSEABase classes to a TidySet
> ### Aliases: tidy tidy.GeneSetCollection tidy.GeneSet
>
> ### ** Examples
>
> # Needs GSEABase pacakge from Bioconductor
> if (requireNamespace("GSEABase", quietly = TRUE)) {
+ library("GSEABase")
+ gs <- GeneSet()
+ gs
+ tidy(gs)
+ fl <- system.file("extdata", "Broad.xml", package="GSEABase")
+ gs2 <- getBroadSets(fl) # actually, a list of two gene sets
+ TS <- tidy(gs2)
+ dim(TS)
+ sets(TS)
+ }
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: ‘generics’
The following objects are masked from ‘package:BaseSet’:
tidy, union
The following objects are masked from ‘package:base’:
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
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, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: annotate
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
Loading required package: S4Vectors
Attaching package: ‘S4Vectors’
The following object is masked from ‘package:BaseSet’:
active
The following object is masked from ‘package:utils’:
findMatches
The following objects are masked from ‘package:base’:
I, expand.grid, unname
Attaching package: ‘AnnotationDbi’
The following object is masked from ‘package:BaseSet’:
select
Loading required package: XML
Loading required package: graph
Attaching package: ‘graph’
The following object is masked from ‘package:XML’:
addNode
The following objects are masked from ‘package:BaseSet’:
complement, intersection
Attaching package: ‘GSEABase’
The following object is masked from ‘package:BaseSet’:
incidence
Error in UseMethod("tidy") :
no applicable method for 'tidy' applied to an object of class "GeneSet"
Calls: tidy
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘reactome.db’
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64