| Back to Multiple platform build/check report for BioC 3.7 |
|
This page was generated on 2018-04-26 10:40:31 -0400 (Thu, 26 Apr 2018).
| Package 1266/1557 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| roma 0.99.11 Klara Kaleb
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | [ WARNINGS ] | |||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | ERROR | OK |
| Package: roma |
| Version: 0.99.11 |
| Command: /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:roma.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings roma_0.99.11.tar.gz |
| StartedAt: 2018-04-26 03:08:07 -0400 (Thu, 26 Apr 2018) |
| EndedAt: 2018-04-26 03:11:41 -0400 (Thu, 26 Apr 2018) |
| EllapsedTime: 213.7 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: roma.Rcheck |
| Warnings: 1 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:roma.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings roma_0.99.11.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.7-bioc/meat/roma.Rcheck’
* using R version 3.5.0 RC (2018-04-16 r74618)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘roma/DESCRIPTION’ ... OK
* this is package ‘roma’ version ‘0.99.11’
* 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 ‘roma’ 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 ... NOTE
Namespace in Imports field not imported from: ‘ape’
All declared Imports should be used.
Missing or unexported object: ‘topGO::annFUN.GO2gene’
* 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 ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘group’ ‘hog’ ‘orthologs’ ‘pairs’ ‘protein’ ‘seq_protein’
‘sequence_annotation’ ‘sequence_map’ ‘taxonomy’ ‘xref’
Undocumented data sets:
‘group’ ‘hog’ ‘orthologs’ ‘pairs’ ‘protein’ ‘seq_protein’
‘sequence_annotation’ ‘sequence_map’ ‘taxonomy’ ‘xref’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
getXref 2.272 0.184 5.809
mapSequence 0.396 0.108 31.282
resolveURL 0.344 0.040 61.160
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* 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 WARNING, 1 NOTE
See
‘/home/biocbuild/bbs-3.7-bioc/meat/roma.Rcheck/00check.log’
for details.
roma.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD INSTALL roma ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.7-bioc/R/library’ * installing *source* package ‘roma’ ... ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded * DONE (roma)
roma.Rcheck/tests/testthat.Rout
R version 3.5.0 RC (2018-04-16 r74618) -- "Joy in Playing"
Copyright (C) 2018 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.
> library(testthat)
> library(roma)
Loading required package: httr
Loading required package: plyr
>
>
> test_that("Testing the correct format returned", {
+ expect_equal(class(getData("group","YEAST58")$members), "data.frame")
+ expect_equal(class(getXref(pattern="MAL")), "data.frame")
+ expect_equal(class(getData("genome","YEAST")), "list")
+ expect_equal(class(getGenomeAlignment("ASHGO","YEAST")), "data.frame")
+
+ })
>
>
>
> test_that("Testing the URL validity", {
+ expect_equal(status_code(httr::GET("https://omabrowser.org/api")), 200 ) #checking that the server is live and accesible
+
+ })
>
>
>
>
> proc.time()
user system elapsed
6.344 0.280 12.934
roma.Rcheck/roma-Ex.timings
| name | user | system | elapsed | |
| childrenMembers | 0.316 | 0.028 | 1.020 | |
| formatTopGO | 0.224 | 0.108 | 1.166 | |
| getAnnotation | 0.076 | 0.020 | 4.130 | |
| getAttribute | 0.024 | 0.024 | 0.404 | |
| getData | 0.052 | 0.048 | 0.489 | |
| getGRanges | 0.040 | 0.024 | 0.400 | |
| getGenomeAlignment | 0.544 | 0.104 | 3.235 | |
| getHOG | 0.036 | 0.040 | 0.469 | |
| getObjectAttributes | 0.028 | 0.016 | 0.355 | |
| getOntologies | 0.568 | 0.272 | 3.942 | |
| getSequences | 0.224 | 0.148 | 2.024 | |
| getTaxonomy | 0.084 | 0.048 | 1.520 | |
| getTopGO | 0.728 | 0.120 | 1.636 | |
| getXref | 2.272 | 0.184 | 5.809 | |
| mapSequence | 0.396 | 0.108 | 31.282 | |
| resolveURL | 0.344 | 0.040 | 61.160 | |