Back to Multiple platform build/check report for BioC 3.22:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-05-07 12:08 -0400 (Wed, 07 May 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4745
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4506
lconwaymacOS 12.7.1 Montereyx86_644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4546
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4487
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4441
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 479/2304HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cTRAP 1.27.0  (landing page)
Nuno Saraiva-Agostinho
Snapshot Date: 2025-05-06 13:00 -0400 (Tue, 06 May 2025)
git_url: https://git.bioconductor.org/packages/cTRAP
git_branch: devel
git_last_commit: cc984e4
git_last_commit_date: 2025-04-15 11:38:32 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    ERROR    OK  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    ERROR  skipped


CHECK results for cTRAP on lconway

To the developers/maintainers of the cTRAP package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cTRAP.git to reflect on this report. See Troubleshooting Build Report for more information.
- 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: cTRAP
Version: 1.27.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:cTRAP.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings cTRAP_1.27.0.tar.gz
StartedAt: 2025-05-06 19:59:08 -0400 (Tue, 06 May 2025)
EndedAt: 2025-05-06 20:17:50 -0400 (Tue, 06 May 2025)
EllapsedTime: 1121.7 seconds
RetCode: 1
Status:   ERROR  
CheckDir: cTRAP.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:cTRAP.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings cTRAP_1.27.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/cTRAP.Rcheck’
* using R version 4.5.0 Patched (2025-04-21 r88169)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Monterey 12.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cTRAP/DESCRIPTION’ ... OK
* this is package ‘cTRAP’ version ‘1.27.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 27 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .devcontainer
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘cTRAP’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* 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 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 ... NOTE
Found the following possibly unsafe calls:
File ‘cTRAP/R/shinyInterface_session.R’:
  assignInNamespace("dataTablesFilter", dt_mod, "DT")

plotComparison: no visible binding for global variable ‘.data’
plotMetricDistribution: no visible binding for global variable ‘.data’
plotSingleCorr: no visible binding for global variable ‘.data’
plotTargetingDrug: no visible binding for global variable ‘.data’
plotTargetingDrugsVSsimilarPerturbations: no visible binding for global
  variable ‘.data’
Undefined global functions or variables:
  .data
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... NOTE
Documented arguments not in \usage in Rd file 'compareWithAllMethods.Rd':
  ‘rankByAscending’

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.
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘cTRAP-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: analyseDrugSetEnrichment
> ### Title: Analyse drug set enrichment
> ### Aliases: analyseDrugSetEnrichment
> 
> ### ** Examples
> 
> descriptors <- loadDrugDescriptors()
compound_descriptors_NCI60_2D.qs not found: downloading data...
trying URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
Warning in download.file(link, file, mode = mode) :
  downloaded length 0 != reported length 341
Warning in download.file(link, file, mode = mode) :
  cannot open URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs': HTTP status was '502 Bad Gateway'
Error in download.file(link, file, mode = mode) : 
  cannot open URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
Calls: loadDrugDescriptors ... loadRemotePreProcessedData -> downloadIfNotFound -> download.file
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
   1. └─cTRAP::loadExpressionDrugSensitivityAssociation("GDSC 7") at test_drugSensitivity.R:4:1
   2.   └─cTRAP:::downloadIfNotFound(link, file)
   3.     └─utils::download.file(link, file, mode = mode)
  ── Error ('test_drugSetEnrichment.R:6:1'): (code run outside of `test_that()`) ──
  Error in `download.file(link, file, mode = mode)`: cannot open URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
  Backtrace:
      ▆
   1. └─cTRAP::loadDrugDescriptors("NCI60", "2D") at test_drugSetEnrichment.R:6:1
   2.   └─cTRAP:::loadRemotePreProcessedData(default, file, path)
   3.     └─cTRAP:::downloadIfNotFound(link, file)
   4.       └─utils::download.file(link, file, mode = mode)
  
  [ FAIL 2 | WARN 4 | SKIP 1 | PASS 192 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... 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, 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.22-bioc/meat/cTRAP.Rcheck/00check.log’
for details.


Installation output

cTRAP.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL cTRAP
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘cTRAP’ ...
** this is package ‘cTRAP’ version ‘1.27.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (cTRAP)

Tests output

cTRAP.Rcheck/tests/spelling.Rout


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.179   0.075   0.244 

cTRAP.Rcheck/tests/testthat.Rout.fail


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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(cTRAP)
> 
> test_check("cTRAP")
trying URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/expressionDrugSensitivityCorGDSC7.qs'
trying URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
[ FAIL 2 | WARN 4 | SKIP 1 | PASS 192 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On Bioconductor (1): 'test_ENCODE.R:16:5'

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_drugSensitivity.R:4:1'): (code run outside of `test_that()`) ───
Error in `download.file(link, file, mode = mode)`: cannot open URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/expressionDrugSensitivityCorGDSC7.qs'
Backtrace:
    ▆
 1. └─cTRAP::loadExpressionDrugSensitivityAssociation("GDSC 7") at test_drugSensitivity.R:4:1
 2.   └─cTRAP:::downloadIfNotFound(link, file)
 3.     └─utils::download.file(link, file, mode = mode)
── Error ('test_drugSetEnrichment.R:6:1'): (code run outside of `test_that()`) ──
Error in `download.file(link, file, mode = mode)`: cannot open URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
Backtrace:
    ▆
 1. └─cTRAP::loadDrugDescriptors("NCI60", "2D") at test_drugSetEnrichment.R:6:1
 2.   └─cTRAP:::loadRemotePreProcessedData(default, file, path)
 3.     └─cTRAP:::downloadIfNotFound(link, file)
 4.       └─utils::download.file(link, file, mode = mode)

[ FAIL 2 | WARN 4 | SKIP 1 | PASS 192 ]
Error: Test failures
Execution halted

Example timings

cTRAP.Rcheck/cTRAP-Ex.timings

nameusersystemelapsed