Back to Rapid builds (Linux only) of a subset of BioC 3.21
Report updated every 6 hours

This page was generated on 2025-04-04 20:37 -0400 (Fri, 04 Apr 2025).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 871
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 16/217HostnameOS / ArchINSTALLBUILDCHECK
AnnotationHubData 1.37.2  (landing page)
Bioconductor Package Maintainer
Snapshot Date: 2025-04-04 18:00 -0400 (Fri, 04 Apr 2025)
git_url: https://git.bioconductor.org/packages/AnnotationHubData
git_branch: devel
git_last_commit: 92d37c8
git_last_commit_date: 2025-03-20 14:20:44 -0400 (Thu, 20 Mar 2025)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  


CHECK results for AnnotationHubData on teran2

To the developers/maintainers of the AnnotationHubData package:
- 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: AnnotationHubData
Version: 1.37.2
Command: /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:AnnotationHubData.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings AnnotationHubData_1.37.2.tar.gz
StartedAt: 2025-04-04 19:35:08 -0400 (Fri, 04 Apr 2025)
EndedAt: 2025-04-04 19:37:44 -0400 (Fri, 04 Apr 2025)
EllapsedTime: 156.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: AnnotationHubData.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:AnnotationHubData.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings AnnotationHubData_1.37.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/AnnotationHubData.Rcheck’
* using R Under development (unstable) (2025-01-20 r87609)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘AnnotationHubData/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘AnnotationHubData’ version ‘1.37.2’
* package encoding: UTF-8
* 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 ‘AnnotationHubData’ 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 code 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 whether startup messages can be suppressed ... NOTE
No methods found in package ‘rtracklayer’ for request: ‘trackName<-’ when loading ‘AnnotationHubData’

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* checking dependencies in R code ... WARNING
'::' or ':::' import not declared from: ‘stringr’
Missing objects imported by ':::' calls:
  ‘AnnotationHub:::.db_connection’
  ‘GenomicFeatures:::.makeUCSCChrominfo’
  ‘GenomicFeatures:::lookup_organism_by_UCSC_genome’
Unexported objects imported by ':::' calls:
  ‘BiocCheck:::getParent’ ‘GenomeInfoDb:::check_tax_id’
  ‘GenomeInfoDb:::fetch_species_index_from_Ensembl_FTP’
  ‘GenomeInfoDb:::lookup_organism_by_tax_id’
  ‘GenomeInfoDb:::lookup_tax_id_by_organism’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.NCBIMetadataFromUrl: no visible binding for global variable ‘results’
.NCBIMetadataFromUrl: no visible binding for global variable ‘specData’
.makeComplexGR: no visible binding for global variable ‘seqname’
.ucscTableQuery: no visible global function definition for
  ‘trackName<-’
needToRerunNonStandardOrgDb: no visible binding for global variable
  ‘results’
needToRerunNonStandardOrgDb: no visible binding for global variable
  ‘specData’
needToRerunNonStandardOrgDb: no visible binding for global variable
  ‘currentMetadata’
oldAWSS3_needToRerunNonStandardOrgDb: no visible binding for global
  variable ‘results’
oldAWSS3_needToRerunNonStandardOrgDb: no visible binding for global
  variable ‘specData’
trackWithAuxiliaryTablesToGRanges: no visible binding for global
  variable ‘seqname’
Undefined global functions or variables:
  currentMetadata results seqname specData trackName<-
* checking Rd files ... WARNING
Fatal error: cannot create 'R_TempDir'
* checking Rd metadata ... NOTE
Fatal error: cannot create 'R_TempDir'
* checking Rd cross-references ... INFO
Fatal error: cannot create 'R_TempDir'
* checking for missing documentation entries ... WARNING
Fatal error: cannot create 'R_TempDir'
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 ... WARNING
Fatal error: cannot create 'R_TempDir'
Fatal error: cannot create 'R_TempDir'
* checking Rd \usage sections ... WARNING
Fatal error: cannot create 'R_TempDir'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Fatal error: cannot create 'R_TempDir'
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... NOTE
Fatal error: cannot create 'R_TempDir'
* checking for unstated dependencies in examples ... WARNING
Fatal error: cannot create 'R_TempDir'
* checking include directives in Makefiles ... OK
* checking files in ‘vignettes’ ...Warning in close.connection(con) :
  Problem closing connection:  No space left on device
Error: inferior call failed
Execution halted

Installation output

AnnotationHubData.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD INSTALL AnnotationHubData
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library’
* installing *source* package ‘AnnotationHubData’ ...
** this is package ‘AnnotationHubData’ version ‘1.37.2’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘rtracklayer’ for request: ‘trackName<-’ when loading ‘AnnotationHubData’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
No methods found in package ‘rtracklayer’ for request: ‘trackName<-’ when loading ‘AnnotationHubData’
** testing if installed package can be loaded from final location
No methods found in package ‘rtracklayer’ for request: ‘trackName<-’ when loading ‘AnnotationHubData’
** testing if installed package keeps a record of temporary installation path
* DONE (AnnotationHubData)

Tests output


Example timings