ensembldb.Rcheck/tests_i386/testthat.Rout
R version 3.5.1 Patched (2018-07-24 r75005) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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.
> library(testthat)
> library(ensembldb)
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, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, 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,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: IRanges
Attaching package: 'IRanges'
The following object is masked from 'package:grDevices':
windows
Loading required package: GenomeInfoDb
Loading required package: GenomicFeatures
Loading required package: AnnotationDbi
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: AnnotationFilter
Attaching package: 'AnnotationFilter'
The following object is masked from 'package:testthat':
not
Attaching package: 'ensembldb'
The following object is masked from 'package:stats':
filter
> library(EnsDb.Hsapiens.v86)
> edb <- EnsDb.Hsapiens.v86
>
> test_check("ensembldb")
Creating package in C:\Users\biocbuild\bbs-3.7-bioc\tmpdir\RtmpSSrjSu/EnsDb.Hsapiens.v75
Comparing chromosome data:
Sequence names: (180) common, (0) only in x, (0) only in y.
Sequence lengths: (180) identical, (0) different.
Done. Result: OK
Comparing gene data:
gene IDs: (4045) common, (0) only in x, (0) only in y.
Sequence names: (4045) identical, (0) different.
Gene start coordinates: (4045) identical, (0) different.
Gene end coordinates: (4045) identical, (0) different.
Gene strand: (4045) identical, (0) different.
Gene names: (132) identical, (3913) different.
Entrezgene IDs: (0) identical, (4045) different.
Gene biotypes: (4045) identical, (0) different.
Done. Result: WARN
Comparing transcript data:
transcript IDs: (4045) common, (0) only in x, (0) only in y.
Transcript start coordinates: (4045) identical, (0) different.
Transcript end coordinates: (4045) identical, (0) different.
Transcript biotypes: (4045) identical, (0) different.
Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y.
CDS start coordinates: (3996) identical, (0) different.
CDS end coordinates: (3996) identical, (0) different.
Associated gene IDs: (4045) identical, (0) different.
Done. Result: OK
Comparing exon data:
exon IDs: (4045) common, (0) only in x, (0) only in y.
Exon start coordinates: (4045) identical, (0) different.
Exon end coordinates: (4045) identical, (0) different.
Exon index in transcript models: (4045) identical, (0) different.
Done. Result: OK
Comparing metadata:
Ensembl versions match.
Genome builds match.
All differences: <name>: <value x> != <value y>
- Creation time : Wed Oct 17 01:59:39 2018 != Wed Oct 17 01:59:27 2018
- source_file : Devosia_geojensis.ASM96941v1.32.gtf.gz != Devosia_geojensis.ASM96941v1.32.gff3.gz
Done. Result: NOTE
Comparing chromosome data:
Sequence names: (180) common, (0) only in x, (0) only in y.
Sequence lengths: (180) identical, (0) different.
Done. Result: OK
Comparing gene data:
gene IDs: (4045) common, (0) only in x, (0) only in y.
Sequence names: (4045) identical, (0) different.
Gene start coordinates: (4045) identical, (0) different.
Gene end coordinates: (4045) identical, (0) different.
Gene strand: (4045) identical, (0) different.
Gene names: (132) identical, (3913) different.
Entrezgene IDs: (0) identical, (4045) different.
Gene biotypes: (4045) identical, (0) different.
Done. Result: WARN
Comparing transcript data:
transcript IDs: (4045) common, (0) only in x, (0) only in y.
Transcript start coordinates: (4045) identical, (0) different.
Transcript end coordinates: (4045) identical, (0) different.
Transcript biotypes: (4045) identical, (0) different.
Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y.
CDS start coordinates: (3996) identical, (0) different.
CDS end coordinates: (3996) identical, (0) different.
Associated gene IDs: (4045) identical, (0) different.
Done. Result: OK
Comparing exon data:
exon IDs: (4045) common, (0) only in x, (0) only in y.
Exon start coordinates: (4045) identical, (0) different.
Exon end coordinates: (4045) identical, (0) different.
Exon index in transcript models: (4045) identical, (0) different.
Done. Result: OK
Comparing protein data:
protein IDs: (103725) common, (0) only in x, (0) only in y.
Transcript IDs: (103725) identical, (0) different.
Protein sequence: (103725) identical, (0) different.
Done. Result: OK
== testthat results ===========================================================
OK: 1350 SKIPPED: 3 FAILED: 0
There were 23 warnings (use warnings() to see them)
>
> proc.time()
user system elapsed
181.96 49.78 412.23
|
ensembldb.Rcheck/tests_x64/testthat.Rout
R version 3.5.1 Patched (2018-07-24 r75005) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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.
> library(testthat)
> library(ensembldb)
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, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, 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,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: IRanges
Attaching package: 'IRanges'
The following object is masked from 'package:grDevices':
windows
Loading required package: GenomeInfoDb
Loading required package: GenomicFeatures
Loading required package: AnnotationDbi
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: AnnotationFilter
Attaching package: 'AnnotationFilter'
The following object is masked from 'package:testthat':
not
Attaching package: 'ensembldb'
The following object is masked from 'package:stats':
filter
> library(EnsDb.Hsapiens.v86)
> edb <- EnsDb.Hsapiens.v86
>
> test_check("ensembldb")
Creating package in C:\Users\biocbuild\bbs-3.7-bioc\tmpdir\RtmpULDwFE/EnsDb.Hsapiens.v75
Comparing chromosome data:
Sequence names: (180) common, (0) only in x, (0) only in y.
Sequence lengths: (180) identical, (0) different.
Done. Result: OK
Comparing gene data:
gene IDs: (4045) common, (0) only in x, (0) only in y.
Sequence names: (4045) identical, (0) different.
Gene start coordinates: (4045) identical, (0) different.
Gene end coordinates: (4045) identical, (0) different.
Gene strand: (4045) identical, (0) different.
Gene names: (132) identical, (3913) different.
Entrezgene IDs: (0) identical, (4045) different.
Gene biotypes: (4045) identical, (0) different.
Done. Result: WARN
Comparing transcript data:
transcript IDs: (4045) common, (0) only in x, (0) only in y.
Transcript start coordinates: (4045) identical, (0) different.
Transcript end coordinates: (4045) identical, (0) different.
Transcript biotypes: (4045) identical, (0) different.
Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y.
CDS start coordinates: (3996) identical, (0) different.
CDS end coordinates: (3996) identical, (0) different.
Associated gene IDs: (4045) identical, (0) different.
Done. Result: OK
Comparing exon data:
exon IDs: (4045) common, (0) only in x, (0) only in y.
Exon start coordinates: (4045) identical, (0) different.
Exon end coordinates: (4045) identical, (0) different.
Exon index in transcript models: (4045) identical, (0) different.
Done. Result: OK
Comparing metadata:
Ensembl versions match.
Genome builds match.
All differences: <name>: <value x> != <value y>
- Creation time : Wed Oct 17 02:05:46 2018 != Wed Oct 17 02:05:38 2018
- source_file : Devosia_geojensis.ASM96941v1.32.gtf.gz != Devosia_geojensis.ASM96941v1.32.gff3.gz
Done. Result: NOTE
Comparing chromosome data:
Sequence names: (180) common, (0) only in x, (0) only in y.
Sequence lengths: (180) identical, (0) different.
Done. Result: OK
Comparing gene data:
gene IDs: (4045) common, (0) only in x, (0) only in y.
Sequence names: (4045) identical, (0) different.
Gene start coordinates: (4045) identical, (0) different.
Gene end coordinates: (4045) identical, (0) different.
Gene strand: (4045) identical, (0) different.
Gene names: (132) identical, (3913) different.
Entrezgene IDs: (0) identical, (4045) different.
Gene biotypes: (4045) identical, (0) different.
Done. Result: WARN
Comparing transcript data:
transcript IDs: (4045) common, (0) only in x, (0) only in y.
Transcript start coordinates: (4045) identical, (0) different.
Transcript end coordinates: (4045) identical, (0) different.
Transcript biotypes: (4045) identical, (0) different.
Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y.
CDS start coordinates: (3996) identical, (0) different.
CDS end coordinates: (3996) identical, (0) different.
Associated gene IDs: (4045) identical, (0) different.
Done. Result: OK
Comparing exon data:
exon IDs: (4045) common, (0) only in x, (0) only in y.
Exon start coordinates: (4045) identical, (0) different.
Exon end coordinates: (4045) identical, (0) different.
Exon index in transcript models: (4045) identical, (0) different.
Done. Result: OK
Comparing protein data:
protein IDs: (103725) common, (0) only in x, (0) only in y.
Transcript IDs: (103725) identical, (0) different.
Protein sequence: (103725) identical, (0) different.
Done. Result: OK
== testthat results ===========================================================
OK: 1350 SKIPPED: 3 FAILED: 0
There were 23 warnings (use warnings() to see them)
>
> proc.time()
user system elapsed
183.40 45.39 268.18
|