Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/SpatialOmicsOverlay
Last Changed Rev:  / Revision: 
Last Changed Date: 

Hostname OS /Arch BUILD CHECK BUILD BIN POST-PROCESSING
merida1 macOS 10.14.6 Mojave/x86_64   OK     ERROR     ERROR     OK  
nebbiolo1 Linux (Ubuntu 22.04.1 LTS)/x86_64   ERROR     skipped     skipped     skipped  

merida1 Summary

[top]

Package: SpatialOmicsOverlay
Version: 0.99.23
RVersion: 4.3
BiocVersion: 3.17
BuildCommand: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data SpatialOmicsOverlay
BuildTime: 7 minutes 33.39 seconds
CheckCommand: BiocCheckGitClone('SpatialOmicsOverlay') && /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --library=/Users/pkgbuild/packagebuilder/workers/jobs/2604/R-libs --install=check:/Users/pkgbuild/packagebuilder/workers/jobs/2604/a78d1bb386ff16daa3f83de907e6e7868c4bb9f0/SpatialOmicsOverlay.install-out.txt SpatialOmicsOverlay_0.99.23.tar.gz && BiocCheck('SpatialOmicsOverlay_0.99.23.tar.gz', `new-package`=TRUE)
CheckTime: 3 minutes 8.29 seconds
BuildBinCommand: /Users/biocbuild/BBS/utils/build-universal.sh SpatialOmicsOverlay_0.99.23.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R libdir
BuildBinTime: 0 minutes 1.14 seconds
PackageFileSize: 3125.37 KiB
BuildID:: SpatialOmicsOverlay_20230327185510
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: SpatialOmicsOverlay. Starting Build package. Starting Check package. Starting Build package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 0. Checking Package status: 1. Build Package status: 1.

merida1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘SpatialOmicsOverlay/DESCRIPTION’ ... OK
* preparing ‘SpatialOmicsOverlay’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘SpatialOmicsOverlay_0.99.23.tar.gz’


merida1 CHECK output

[top]

===============================

 BiocCheckGitClone('SpatialOmicsOverlay')

===============================

─ BiocCheckVersion: 1.35.15
─ BiocVersion: 3.17
─ Package: SpatialOmicsOverlay
─ PackageVersion: 0.99.23
─ sourceDir: /Users/pkgbuild/packagebuilder/workers/jobs/2604/a78d1bb386ff16daa3f83de907e6e7868c4bb9f0/SpatialOmicsOverlay
─ platform: unix
─ isTarBall: FALSE

* Checking valid files...
* Checking for stray BiocCheck output folders...
* Checking for inst/doc folders...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...

─ BiocCheck results ──
0 ERRORS | 0 WARNINGS | 0 NOTES

For more details, run
    browseVignettes(package = 'BiocCheck')




===============================

 R CMD CHECK

===============================

* using log directory ‘/Users/pkgbuild/packagebuilder/workers/jobs/2604/a78d1bb386ff16daa3f83de907e6e7868c4bb9f0/SpatialOmicsOverlay.Rcheck’
* using R Under development (unstable) (2023-03-16 r83985)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* R was compiled by
    Apple clang version 12.0.0 (clang-1200.0.32.29)
    GNU Fortran (GCC) 8.2.0
* running under: macOS Mojave 10.14.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SpatialOmicsOverlay/DESCRIPTION’ ... OK
* this is package ‘SpatialOmicsOverlay’ version ‘0.99.23’
* 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 ‘SpatialOmicsOverlay’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License components which are templates and need '+ file LICENSE':
  MIT
* checking top-level files ... NOTE
File
  LICENSE
is not mentioned in the DESCRIPTION file.
* 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 ... [9s/9s] OK
* checking whether the package can be loaded with stated dependencies ... [3s/3s] WARNING
Error: package or namespace load failed for ‘SpatialOmicsOverlay’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘RCurl’
Execution halted

It looks like this package (or one of its dependent packages) has an
unstated dependence on a standard package.  All dependencies must be
declared in DESCRIPTION.
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
* checking whether the package can be unloaded cleanly ... [3s/3s] WARNING
Error: package or namespace load failed for ‘SpatialOmicsOverlay’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘RCurl’
Execution halted
* checking whether the namespace can be loaded with stated dependencies ... [3s/3s] WARNING
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘RCurl’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Probably some imports need to be declared in the NAMESPACE file.
* checking whether the namespace can be unloaded cleanly ... [9s/9s] OK
* checking loading without being on the library search path ... [9s/9s] OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [31s/31s] NOTE
plotSpatialOverlay: no visible binding for global variable ‘xcoor’
plotSpatialOverlay: no visible binding for global variable ‘ycoor’
plotSpatialOverlay: no visible binding for global variable ‘sampleID’
plotSpatialOverlay: no visible binding for global variable ‘Target’
scaleBarPrinting: no visible binding for global variable ‘X’
scaleBarPrinting: no visible binding for global variable ‘Y’
Undefined global functions or variables:
  Target X Y sampleID xcoor ycoor
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Error: package or namespace load failed for ‘SpatialOmicsOverlay’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘zlibbioc’
Call sequence:
6: stop(msg, call. = FALSE, domain = NA)
5: value[[3L]](cond)
4: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
2: tryCatch({
       attr(package, "LibPath") <- which.lib.loc
       ns <- loadNamespace(package, lib.loc)
       env <- attachNamespace(ns, pos = pos, deps, exclude, include.only)
   }, error = function(e) {
       P <- if (!is.null(cc <- conditionCall(e))) 
           paste(" in", deparse(cc)[1L])
       else ""
       msg <- gettextf("package or namespace load failed for %s%s:\n %s", 
           sQuote(package), P, conditionMessage(e))
       if (logical.return && !quietly) 
           message(paste("Error:", msg), domain = NA)
       else stop(msg, call. = FALSE, domain = NA)
   })
1: library(package, lib.loc = lib.loc, 
Execution halted
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [2s/2s] ERROR
Running examples in ‘SpatialOmicsOverlay-Ex.R’ failed
The error occurred in:


R Under development (unstable) (2023-03-16 r83985) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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.

  Natural language support but running in an English locale

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.

> pkgname <- "SpatialOmicsOverlay"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "SpatialOmicsOverlay-Ex.timings", pos = 'CheckExEnv')
> base::cat("name\tuser\tsystem\telapsed\n", file=base::get(".ExTimings", pos = 'CheckExEnv'))
> base::assign(".format_ptime",
+ function(x) {
+   if(!is.na(x[4L])) x[1L] <- x[1L] + x[4L]
+   if(!is.na(x[5L])) x[2L] <- x[2L] + x[5L]
+   options(OutDec = '.')
+   format(x[1L:3L], digits = 7L)
+ },
+ pos = 'CheckExEnv')
> 
> ### * </HEADER>
> library('SpatialOmicsOverlay')
Error: package or namespace load failed for ‘SpatialOmicsOverlay’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘Biobase’
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [4s/4s]
 [5s/4s] ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(vdiffr)
  > 
  > options( java.parameters = "-Xmx4g" )
  > library( "RBioFormats" )
  BioFormats library version 6.10.1
  > 
  > library(SpatialOmicsOverlay)
  Error: package or namespace load failed for 'SpatialOmicsOverlay' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
   there is no package called 'Biobase'
  Execution halted
* 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 ... [6s/6s] OK
* DONE

Status: 2 ERRORs, 4 WARNINGs, 3 NOTEs
See
  ‘/Users/pkgbuild/packagebuilder/workers/jobs/2604/a78d1bb386ff16daa3f83de907e6e7868c4bb9f0/SpatialOmicsOverlay.Rcheck/00check.log’
for details.





===============================

 BiocCheck('SpatialOmicsOverlay_0.99.23.tar.gz')

===============================

Error: package or namespace load failed for ‘BiocCheck’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘Biobase’
Execution halted

merida1 BUILD BIN output

[top]

===============================

 R CMD BUILD

===============================

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=libdir SpatialOmicsOverlay_0.99.23.tar.gz'
>>>>>>> 

ERROR: dependency ‘Biobase’ is not available for package ‘SpatialOmicsOverlay’
* removing ‘/Users/pkgbuild/packagebuilder/workers/jobs/2604/a78d1bb386ff16daa3f83de907e6e7868c4bb9f0/libdir/SpatialOmicsOverlay’

nebbiolo1 Summary

[top]

Package: SpatialOmicsOverlay
Version: 0.99.23
RVersion: 4.3
BiocVersion: 3.17
BuildCommand: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SpatialOmicsOverlay
BuildTime: 7 minutes 1.93 seconds
CheckCommand:
CheckTime:
BuildBinCommand:
BuildBinTime:
PackageFileSize: -1.00 KiB
BuildID:: SpatialOmicsOverlay_20230327185510
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: SpatialOmicsOverlay. Starting Build package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 0. Installing package status: 0. Build Package status: 1.

nebbiolo1 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘SpatialOmicsOverlay/DESCRIPTION’ ... OK
* preparing ‘SpatialOmicsOverlay’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘SpatialOmicsOverlay.Rmd’ using rmarkdown
Warning in png::readPNG(path, native = TRUE, info = TRUE) :
  Image uses 16-bit channels but R native format only supports 8-bit, truncating LSB.
Warning in png::readPNG(path, native = TRUE, info = TRUE) :
  Image uses 16-bit channels but R native format only supports 8-bit, truncating LSB.
Quitting from lines 280-281 (SpatialOmicsOverlay.Rmd) 
Error: processing vignette 'SpatialOmicsOverlay.Rmd' failed with diagnostics:
$ operator is invalid for atomic vectors
--- failed re-building ‘SpatialOmicsOverlay.Rmd’

SUMMARY: processing the following file failed:
  ‘SpatialOmicsOverlay.Rmd’

Error: Vignette re-building failed.
Execution halted

nebbiolo1 CHECK output

[top]


                				

nebbiolo1 BUILD BIN output

[top]