Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/epimutacions
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 20.04.4 LTS)/x86_64   OK     ERROR     skipped     OK  

merida1 Summary

[top]

Package: epimutacions
Version: 0.99.25
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data epimutacions
BuildTime: 2 minutes 48.52 seconds
CheckCommand: BiocCheckGitClone('epimutacions') && /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch epimutacions_0.99.25.tar.gz && BiocCheck('epimutacions_0.99.25.tar.gz', `new-package`=TRUE)
CheckTime: 6 minutes 48.47 seconds
BuildBinCommand: /Users/biocbuild/BBS/utils/build-universal.sh epimutacions_0.99.25.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R libdir
BuildBinTime: 0 minutes 1.46 seconds
PackageFileSize: 1422.40 KiB
BuildID:: epimutacions_20220331190442
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: epimutacions. 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 ‘epimutacions/DESCRIPTION’ ... OK
* preparing ‘epimutacions’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* looking to see if a ‘data/datalist’ file should be added
* building ‘epimutacions_0.99.25.tar.gz’


merida1 CHECK output

[top]

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

 BiocCheckGitClone('epimutacions')

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

This is BiocCheckGitClone version 1.31.36. BiocCheckGitClone is a work
in progress. Output and severity of issues may change.
* Checking valid files...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...


Summary:
ERROR count: 0
WARNING count: 0
NOTE count: 0
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output




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

 R CMD CHECK

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

* using log directory ‘/Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions.Rcheck’
* using R Under development (unstable) (2022-03-17 r81925)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘epimutacions/DESCRIPTION’ ... OK
* this is package ‘epimutacions’ version ‘0.99.25’
* 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 ‘epimutacions’ can be installed ... [46s/46s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... 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 loading without being on the library search path ... OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... WARNING
Error: package or namespace load failed for ‘epimutacions’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘limma’
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
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [52s/52s] OK
* 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 ... WARNING
Error: package or namespace load failed for ‘epimutacions’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘preprocessCore’
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 =
Execution halted
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 ... NOTE
Error: package or namespace load failed for ‘epimutacions’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘Rhdf5lib’
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, charact
Execution halted
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 ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... WARNING
  Error loading dataset 'GRset':
   Error in .requirePackage(package) : 
    unable to find required package 'minfi'
  
  The dataset(s) may use package(s) not declared in Depends/Imports.
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking pragmas in C/C++ headers and code ... OK
* checking compilation flags used ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [7s/7s] ERROR
Running examples in ‘epimutacions-Ex.R’ failed
The error occurred in:


R Under development (unstable) (2022-03-17 r81925) -- "Unsuffered Consequences"
Copyright (C) 2022 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 <- "epimutacions"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> base::assign(".ExTimings", "epimutacions-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('epimutacions')
Loading required package: epimutacionsData
Error: package or namespace load failed for ‘epimutacions’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘BiocParallel’
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [8s/8s]
 [8s/8s] ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(epimutacions)
  Loading required package: epimutacionsData
  Error: package or namespace load failed for 'epimutacions' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
   there is no package called 'BiocParallel'
  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 ... OK
* DONE

Status: 2 ERRORs, 3 WARNINGs, 1 NOTE
See
  ‘/Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions.Rcheck/00check.log’
for details.





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

 BiocCheck('epimutacions_0.99.25.tar.gz')

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

This is BiocCheck version 1.31.36. BiocCheck is a work in progress.
Output and severity of issues may change. Installing package...
  cmd: /Library/Frameworks/R.framework/Resources/bin/R
  args: --vanilla CMD INSTALL --no-test-load --library=/var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T//RtmplLjSlV/file40061ab9c72b/lib '/Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions_0.99.25.tar.gz'
  stderr:
  * installing *source* package ‘epimutacions’ ...
  ** using staged installation
  ** libs
  installing to /private/var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T/RtmplLjSlV/file40061ab9c72b/lib/00LOCK-epimutacions/00new/epimutacions/libs
  ** R
  ** data
  ** inst
  ** byte-compile and prepare package for lazy loading
  ERROR: lazy loading failed for package ‘epimutacions’
  * removing ‘/private/var/folders/7y/c__3_48d5y18p1_rhfs_4x9c0000gt/T/RtmplLjSlV/file40061ab9c72b/lib/epimutacions’

    * ERROR:
      /Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions_0.99.25.tar.gz
      must be installable.
  cmd: /Library/Frameworks/R.framework/Resources/bin/R
  args: --vanilla -e 'library(epimutacions)'
  stderr:
  Loading required package: epimutacionsData
  Error: package or namespace load failed for ‘epimutacions’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
   there is no package called ‘sparseMatrixStats’
  Execution halted

    * ERROR:
      /Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions_0.99.25.tar.gz
      must be loadable.
* Checking Package Dependencies...
Warning in packageDescription(pkgname, lib.loc = lib.loc) :
  no package 'epimutacions' was found
Error: $ operator is invalid for atomic vectors
Execution halted

merida1 BUILD BIN output

[top]

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

 R CMD BUILD

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

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

ERROR: dependency ‘S4Vectors’ is not available for package ‘epimutacions’
* removing ‘/Users/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/libdir/epimutacions’

nebbiolo1 Summary

[top]

Package: epimutacions
Version: 0.99.25
RVersion: 4.2
BiocVersion: 3.15
BuildCommand: /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data epimutacions
BuildTime: 2 minutes 43.00 seconds
CheckCommand: BiocCheckGitClone('epimutacions') && /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --no-vignettes --timings epimutacions_0.99.25.tar.gz && BiocCheck('epimutacions_0.99.25.tar.gz', `new-package`=TRUE)
CheckTime: 0 minutes 39.22 seconds
BuildBinCommand:
BuildBinTime:
PackageFileSize: 1423.67 KiB
BuildID:: epimutacions_20220331190442
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: epimutacions. Starting Build package. Starting Check 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.

nebbiolo1 BUILD SRC output

[top]

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

 R CMD BUILD

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

* checking for file ‘epimutacions/DESCRIPTION’ ... OK
* preparing ‘epimutacions’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* looking to see if a ‘data/datalist’ file should be added
* building ‘epimutacions_0.99.25.tar.gz’


nebbiolo1 CHECK output

[top]

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

 BiocCheckGitClone('epimutacions')

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

This is BiocCheckGitClone version 1.31.36. BiocCheckGitClone is a work
in progress. Output and severity of issues may change.
* Checking valid files...
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...


Summary:
ERROR count: 0
WARNING count: 0
NOTE count: 0
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.15/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output




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

 R CMD CHECK

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

* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions.Rcheck’
* using R Under development (unstable) (2022-03-17 r81925)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘epimutacions/DESCRIPTION’ ... OK
* this is package ‘epimutacions’ version ‘0.99.25’
* 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 ‘epimutacions’ can be installed ... [35s/35s] ERROR
Installation failed.
See ‘/home/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions.Rcheck/00install.out’ for details.
* DONE

Status: 1 ERROR
See
  ‘/home/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions.Rcheck/00check.log’
for details.





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

 BiocCheck('epimutacions_0.99.25.tar.gz')

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

This is BiocCheck version 1.31.36. BiocCheck is a work in progress.
Output and severity of issues may change. Installing package...
* Checking Package Dependencies...
Warning in system2(cmd, args, stdout = TRUE, stderr = FALSE, env = "R_DEFAULT_PACKAGES=NULL") :
  running command 'R_DEFAULT_PACKAGES=NULL '/home/biocbuild/bbs-3.15-bioc/R/bin/R' -q --vanilla --slave -f /home/biocbuild/bbs-3.15-bioc/R/library/BiocCheck/script/checkBadDeps.R --args "/home/pkgbuild/packagebuilder/workers/jobs/2294/e75eec0dd42e711b64f233f40e2d13d2e5eebca7/epimutacions_0.99.25.tar.gz" "/tmp/RtmpYUYcAD/file2455bb363cede1/lib" 2>/dev/null' had status 1
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R Version dependency...
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
* Checking for pinned package versions...
* Checking DESCRIPTION/NAMESPACE consistency...
    * WARNING: Import SummarizedExperiment in NAMESPACE as well as
      DESCRIPTION.
* Checking .Rbuildignore...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of epimutacions...
* Checking coding practice...
* Checking parsed R code in R directory, examples, vignettes...
    * NOTE: Avoid 'suppressWarnings'/'*Messages' if possible (found 1
      times)
        suppressMessages() in R/epi_plot.R (line 240, column 5)
* Checking function lengths...
    * NOTE: Recommended function length <= 50 lines.
      There are 13 functions > 50 lines.
      The longest 5 functions are:
        epimutations() (R/epimutations.R, line 113): 317 lines
        plot_epimutations() (R/plot_epimutations.R, line 69): 250 lines
        epi_quantile() (R/epi_quantile.R, line 40): 207 lines
        mlm() (R/mlm.R, line 73): 119 lines
        epi_preprocess() (R/epi_preprocess.R, line 62): 110 lines
* Checking man page documentation...
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called ‘Rhdf5lib’
Calls: BiocCheck ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted

nebbiolo1 BUILD BIN output

[top]