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

This page was generated on 2024-05-08 11:37:48 -0400 (Wed, 08 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4662
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4393
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4424
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 463/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cTRAP 1.23.0  (landing page)
Nuno Saraiva-Agostinho
Snapshot Date: 2024-05-06 14:05:07 -0400 (Mon, 06 May 2024)
git_url: https://git.bioconductor.org/packages/cTRAP
git_branch: devel
git_last_commit: 5a438f9
git_last_commit_date: 2024-04-30 11:10:28 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64see weekly results here

CHECK results for cTRAP on merida1


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.23.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.23.0.tar.gz
StartedAt: 2024-05-07 02:35:56 -0400 (Tue, 07 May 2024)
EndedAt: 2024-05-07 03:01:34 -0400 (Tue, 07 May 2024)
EllapsedTime: 1538.4 seconds
RetCode: 0
Status:   OK  
CheckDir: cTRAP.Rcheck
Warnings: 0

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.23.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/cTRAP.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cTRAP/DESCRIPTION’ ... OK
* this is package ‘cTRAP’ version ‘1.23.0’
* 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 ... 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 ... NOTE
  installed size is  5.0Mb
  sub-directories of 1Mb or more:
    data   4.3Mb
* 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 ... NOTE
  Note: found 1 marked UTF-8 string
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                            user system elapsed
plotDrugSetEnrichment                    431.508  4.776 533.379
plot.referenceComparison                  35.585  1.428  46.922
convertGeneIdentifiers                    29.785  3.006  41.447
prepareDrugSets                           11.508 15.820  32.771
plot.perturbationChanges                  24.344  1.102  31.473
analyseDrugSetEnrichment                  22.072  2.667  81.701
plotTargetingDrugsVSsimilarPerturbations   9.217  0.834  11.898
filterCMapMetadata                         7.976  1.261  18.697
predictTargetingDrugs                      7.219  0.661   9.383
prepareCMapPerturbations                   6.294  0.330   8.416
loadCMapData                               4.191  0.295   5.857
downloadENCODEknockdownMetadata            2.708  0.986 136.364
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 OK
* 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: 6 NOTEs
See
  ‘/Users/biocbuild/bbs-3.20-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.4-x86_64/Resources/library’
* installing *source* package ‘cTRAP’ ...
** 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.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 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.365   0.128   0.522 

cTRAP.Rcheck/tests/testthat.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 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'
downloaded 31.6 MB

trying URL 'https://compbio.imm.medicina.ulisboa.pt/public/cTRAP/compound_descriptors_NCI60_2D.qs'
downloaded 2.1 MB

[ FAIL 0 | WARN 0 | SKIP 2 | PASS 243 ]

══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On Bioconductor (1): 'test_ENCODE.R:16:5'
• empty test (1): 'test_drugSetEnrichment.R:88:1'

[ FAIL 0 | WARN 0 | SKIP 2 | PASS 243 ]
> 
> proc.time()
   user  system elapsed 
 99.165   8.194 134.864 

Example timings

cTRAP.Rcheck/cTRAP-Ex.timings

nameusersystemelapsed
analyseDrugSetEnrichment22.072 2.66781.701
convertGeneIdentifiers29.785 3.00641.447
downloadENCODEknockdownMetadata 2.708 0.986136.364
filterCMapMetadata 7.976 1.26118.697
getCMapConditions0.0040.0010.007
getCMapPerturbationTypes0.0010.0010.001
listExpressionDrugSensitivityAssociation0.0000.0010.000
loadCMapData4.1910.2955.857
loadCMapZscores3.2740.2254.199
loadDrugDescriptors0.0860.0260.142
loadENCODEsamples0.0010.0000.001
loadExpressionDrugSensitivityAssociation1.3471.8493.860
parseCMapID0.0010.0000.002
performDifferentialExpression0.0030.0010.004
plot.perturbationChanges24.344 1.10231.473
plot.referenceComparison35.585 1.42846.922
plotDrugSetEnrichment431.508 4.776533.379
plotTargetingDrugsVSsimilarPerturbations 9.217 0.83411.898
predictTargetingDrugs7.2190.6619.383
prepareCMapPerturbations6.2940.3308.416
prepareDrugSets11.50815.82032.771
prepareENCODEgeneExpression0.0010.0010.008
rankSimilarPerturbations2.3460.1743.200