| Back to Build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-03-27 05:50:32 -0000 (Mon, 27 Mar 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) | aarch64 | R Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences" | 6083 |
| 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 | ||||
|
To the developers/maintainers of the DAPAR package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DAPAR.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 485/2195 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| DAPAR 1.31.5 (landing page) Samuel Wieczorek
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) / aarch64 | OK | OK | ERROR | |||||||||
| Package: DAPAR |
| Version: 1.31.5 |
| Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings DAPAR_1.31.5.tar.gz |
| StartedAt: 2023-03-25 00:37:17 -0000 (Sat, 25 Mar 2023) |
| EndedAt: 2023-03-25 00:41:35 -0000 (Sat, 25 Mar 2023) |
| EllapsedTime: 258.5 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: DAPAR.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings DAPAR_1.31.5.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/DAPAR.Rcheck’
* using R Under development (unstable) (2023-03-12 r83975)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.31.5’
* 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 ‘DAPAR’ 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 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 startup messages can be suppressed ... 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
aggregateIterParallel: no visible binding for global variable ‘cond’
averageIntensities: no visible binding for global variable ‘condition’
averageIntensities: no visible binding for global variable ‘feature’
averageIntensities: no visible binding for global variable ‘intensity’
createMSnset: no visible global function definition for
‘installed.packages’
createMSnset: no visible binding for global variable ‘Prostar.loc’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘x’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘y’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘g’
display.CC.visNet: no visible binding for global variable
‘layout_nicely’
getTextForGOAnalysis: no visible binding for global variable
‘textGOParams’
getTextForGOAnalysis: no visible binding for global variable ‘input’
heatmapForMissingValues: no visible binding for global variable ‘par’
limmaCompleteTest: no visible binding for global variable ‘A’
limmaCompleteTest: no visible binding for global variable ‘B’
limmaCompleteTest: no visible binding for global variable ‘P.Value’
pepa.test: no visible global function definition for ‘nodes<-’
visualizeClusters: no visible binding for global variable
‘adjusted_pvalues’
visualizeClusters: no visible binding for global variable ‘Condition’
visualizeClusters: no visible binding for global variable ‘Intensity’
visualizeClusters: no visible binding for global variable
‘FDR_threshold’
visualizeClusters: no visible binding for global variable ‘feature’
wrapperClassic1wayAnova: no visible binding for global variable
‘Pr(>F)1’
wrapperRunClustering: no visible global function definition for ‘str_c’
Undefined global functions or variables:
A B Condition FDR_threshold Intensity P.Value Pr(>F)1 Prostar.loc
adjusted_pvalues cond condition feature g input installed.packages
intensity layout_nicely nodes<- par str_c textGOParams x y
Consider adding
importFrom("graphics", "par")
importFrom("utils", "installed.packages")
to your NAMESPACE file.
* 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 ... WARNING
Undocumented arguments in documentation object 'Children'
‘parent’
Documented arguments not in \usage in documentation object 'Children':
‘node’
Documented arguments not in \usage in documentation object 'wrapper.impute.mle':
‘na.type’
Documented arguments not in \usage in documentation object 'wrapper.impute.slsa':
‘na.type’
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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘DAPAR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: UpdateMetacellAfterImputation
> ### Title: Update the cells metadata tags after imputation
> ### Aliases: UpdateMetacellAfterImputation
>
> ### ** Examples
>
> data(Exp1_R25_pept, package="DAPARdata")
> obj <- Exp1_R25_pept[seq_len(10)]
> obj.imp.pov <- wrapper.impute.KNN(obj, K = 3, na.type = "Missing POV")
Error in wrapper.impute.KNN(obj, K = 3, na.type = "Missing POV") :
unused argument (na.type = "Missing POV")
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
‘Prostar_UserManual.Rmd’ using ‘UTF-8’... OK
NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 1 WARNING, 1 NOTE
See
‘/home/biocbuild/bbs-3.17-bioc/meat/DAPAR.Rcheck/00check.log’
for details.
DAPAR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL DAPAR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.17-bioc/R-devel_2023-03-12_r83975-bin/site-library’ * installing *source* package ‘DAPAR’ ... ** using staged installation ** R ** 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 (DAPAR)
DAPAR.Rcheck/tests/testthat.Rout
R Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (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.
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(DAPAR)
This is the 'DAPAR' version 1.31.5.
To get started, visit
http://www.prostar-proteomics.org/
>
> test_check("DAPAR")
Iterations:
1 / 1 - Imputation MNAR OK -
Imputation MCAR in progress -
3 % - 6 % - 9 % - 12 % - 15 % - 18 % - 21 % - 24 % - 27 % - 30 % - 33 % - 36 % - 39 % - 42 % - 45 % - 48 % - 51 % - 54 % - 57 % - 60 % - 63 % - 66 % - 69 % - 72 % - 75 % - 78 % - 81 % - 84 % - 87 % - 90 % - 93 % - 96 % - 99 % -
Iterations:
1 / 1 - Imputation MNAR OK -
Imputation MCAR in progress -
3 % - 6 % - 9 % - 12 % - 15 % - 18 % - 21 % - 24 % - 27 % - 30 % - 33 % - 36 % - 39 % - 42 % - 45 % - 48 % - 51 % - 54 % - 57 % - 60 % - 63 % - 66 % - 69 % - 72 % - 75 % - 78 % - 81 % - 84 % - 87 % - 90 % - 93 % - 96 % - 99 % -
Imputation in condition 1 ...
In progress: 10 % - 20 % - 30 % - 40 % - 50 % - 60 % - 70 % - 80 % - 90 % - 100 % -
Imputation in condition 2 ...
In progress: 10 % - 20 % - 30 % - 40 % - 50 % - 60 % - 70 % - 80 % - 90 % - 100 % - [ FAIL 0 | WARN 17 | SKIP 0 | PASS 66 ]
[ FAIL 0 | WARN 17 | SKIP 0 | PASS 66 ]
>
> proc.time()
user system elapsed
34.103 0.935 35.043
DAPAR.Rcheck/DAPAR-Ex.timings
| name | user | system | elapsed | |
| AggregateMetacell | 2.591 | 0.345 | 2.937 | |
| BuildAdjacencyMatrix | 0.365 | 0.000 | 0.365 | |
| BuildColumnToProteinDataset | 0.423 | 0.012 | 0.435 | |
| BuildMetaCell | 0.715 | 0.020 | 0.737 | |
| CVDistD_HC | 3.809 | 0.084 | 3.946 | |
| CountPep | 0.347 | 0.008 | 0.356 | |
| ExtendPalette | 0.035 | 0.000 | 0.035 | |
| GOAnalysisSave | 0 | 0 | 0 | |
| GetCC | 1.690 | 0.048 | 1.739 | |
| GetColorsForConditions | 0.3 | 0.0 | 0.3 | |
| GetDetailedNbPeptides | 0.328 | 0.000 | 0.328 | |
| GetDetailedNbPeptidesUsed | 0 | 0 | 0 | |
| GetIndices_BasedOnConditions | 0.306 | 0.020 | 0.326 | |
| GetIndices_MetacellFiltering | 0.317 | 0.004 | 0.322 | |
| GetIndices_WholeLine | 0.302 | 0.012 | 0.314 | |
| GetIndices_WholeMatrix | 0.315 | 0.000 | 0.316 | |
| GetKeyId | 0.313 | 0.011 | 0.324 | |
| GetMatAdj | 0.360 | 0.009 | 0.368 | |
| GetMetacell | 0 | 0 | 0 | |
| GetMetacellTags | 0.315 | 0.000 | 0.315 | |
| GetNbPeptidesUsed | 0.314 | 0.004 | 0.317 | |
| GetSoftAvailables | 0.001 | 0.000 | 0.001 | |
| GetTypeofData | 0.296 | 0.000 | 0.296 | |
| Get_AllComparisons | 0.343 | 0.012 | 0.357 | |
| GlobalQuantileAlignment | 0.320 | 0.004 | 0.323 | |
| GraphPepProt | 0.321 | 0.000 | 0.322 | |
| LH0 | 0 | 0 | 0 | |
| LH0.lm | 0 | 0 | 0 | |
| LH1 | 0 | 0 | 0 | |
| LH1.lm | 0.000 | 0.000 | 0.001 | |
| LOESS | 1.765 | 0.004 | 1.769 | |
| MeanCentering | 0.312 | 0.004 | 0.316 | |
| MetaCellFiltering | 0.524 | 0.008 | 0.532 | |
| MetacellFilteringScope | 0 | 0 | 0 | |
| Metacell_DIA_NN | 0.432 | 0.016 | 0.448 | |
| Metacell_generic | 0.488 | 0.004 | 0.491 | |
| Metacell_maxquant | 0.487 | 0.000 | 0.487 | |
| Metacell_proline | 0.501 | 0.000 | 0.501 | |
| NumericalFiltering | 0.426 | 0.000 | 0.426 | |
| NumericalgetIndicesOfLinesToRemove | 0.325 | 0.000 | 0.326 | |
| QuantileCentering | 0.314 | 0.000 | 0.314 | |
| SetCC | 1.522 | 0.052 | 1.575 | |
| SetMatAdj | 0.361 | 0.000 | 0.361 | |
| Set_POV_MEC_tags | 0.32 | 0.00 | 0.32 | |
| StringBasedFiltering | 0.346 | 0.004 | 0.350 | |
| StringBasedFiltering2 | 0.342 | 0.004 | 0.346 | |
| SumByColumns | 1.584 | 0.012 | 1.596 | |
| SymFilteringOperators | 0.001 | 0.000 | 0.000 | |