| Back to Build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-05 11:32 -0500 (Wed, 05 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4818 |
| 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 513/2323 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| DAPAR 1.43.0 (landing page) Samuel Wieczorek
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
|
To the developers/maintainers of the DAPAR package: - 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 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. |
| Package: DAPAR |
| Version: 1.43.0 |
| Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DAPAR_1.43.0.tar.gz |
| StartedAt: 2025-11-04 22:28:07 -0500 (Tue, 04 Nov 2025) |
| EndedAt: 2025-11-04 22:37:03 -0500 (Tue, 04 Nov 2025) |
| EllapsedTime: 536.6 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: DAPAR.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DAPAR_1.43.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/DAPAR.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.43.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Vignette dependency required without any vignettes: ‘knitr’
* 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 DESCRIPTION meta-information ... OK
* 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 loading without being on the library search path ... OK
* checking whether 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
Check_Dataset_Validity: no visible global function definition for
‘exprs’
OWAnova: no visible global function definition for ‘aov’
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’
createMSnset2: no visible global function definition for
‘installed.packages’
createMSnset2: 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’
globalAdjPval: no visible global function definition for ‘stack’
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<-’
testAnovaModels : <anonymous>: no visible global function definition
for ‘TukeyHSD’
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
TukeyHSD adjusted_pvalues aov cond condition exprs feature g input
installed.packages intensity layout_nicely nodes<- par stack str_c
textGOParams x y
Consider adding
importFrom("graphics", "par")
importFrom("stats", "TukeyHSD", "aov")
importFrom("utils", "installed.packages", "stack")
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 ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
wrapper.compareNormalizationD_HC 39.088 12.066 51.599
wrapper.dapar.impute.mi 14.659 0.411 15.086
barplotEnrichGO_HC 6.802 0.839 7.713
barplotGroupGO_HC 5.952 0.313 6.273
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE
See
‘/home/biocbuild/bbs-3.23-bioc/meat/DAPAR.Rcheck/00check.log’
for details.
DAPAR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL DAPAR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’ * installing *source* package ‘DAPAR’ ... ** this is package ‘DAPAR’ version ‘1.43.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
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.43.0.
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
35.602 1.669 37.269
DAPAR.Rcheck/DAPAR-Ex.timings
| name | user | system | elapsed | |
| AggregateMetacell | 0.574 | 0.017 | 0.592 | |
| BuildAdjacencyMatrix | 0.483 | 0.008 | 0.490 | |
| BuildColumnToProteinDataset | 0.590 | 0.014 | 0.603 | |
| BuildMetaCell | 1.688 | 0.287 | 1.978 | |
| CVDistD_HC | 2.082 | 0.240 | 2.339 | |
| Children | 0.005 | 0.000 | 0.005 | |
| CountPep | 0.515 | 0.044 | 0.559 | |
| ExtendPalette | 0.024 | 0.002 | 0.027 | |
| GOAnalysisSave | 0 | 0 | 0 | |
| GetCC | 2.689 | 0.275 | 2.963 | |
| GetColorsForConditions | 0.455 | 0.014 | 0.468 | |
| GetDetailedNbPeptides | 0.456 | 0.021 | 0.477 | |
| GetDetailedNbPeptidesUsed | 0.001 | 0.000 | 0.000 | |
| GetIndices_BasedOnConditions | 0.453 | 0.009 | 0.462 | |
| GetIndices_MetacellFiltering | 0.460 | 0.017 | 0.476 | |
| GetIndices_WholeLine | 0.459 | 0.011 | 0.470 | |
| GetIndices_WholeMatrix | 0.456 | 0.017 | 0.472 | |
| GetKeyId | 0.444 | 0.011 | 0.455 | |
| GetMatAdj | 0.505 | 0.017 | 0.522 | |
| GetMetacell | 0.001 | 0.000 | 0.001 | |
| GetMetacellTags | 0.457 | 0.012 | 0.470 | |
| GetNbPeptidesUsed | 0.459 | 0.009 | 0.468 | |
| GetNbTags | 0 | 0 | 0 | |
| GetSoftAvailables | 0 | 0 | 0 | |
| GetTypeofData | 0.435 | 0.014 | 0.449 | |
| Get_AllComparisons | 0.272 | 0.024 | 0.298 | |
| GlobalQuantileAlignment | 0.466 | 0.014 | 0.480 | |
| GraphPepProt | 0.466 | 0.014 | 0.481 | |
| LH0 | 0 | 0 | 0 | |
| LH0.lm | 0 | 0 | 0 | |
| LH1 | 0 | 0 | 0 | |
| LH1.lm | 0 | 0 | 0 | |
| LOESS | 1.159 | 0.022 | 1.181 | |
| MeanCentering | 0.468 | 0.016 | 0.484 | |
| MetaCellFiltering | 0.655 | 0.013 | 0.669 | |
| MetacellFilteringScope | 0.000 | 0.000 | 0.001 | |
| Metacell_DIA_NN | 0.503 | 0.009 | 0.511 | |
| Metacell_generic | 0.459 | 0.011 | 0.469 | |
| Metacell_maxquant | 0.555 | 0.010 | 0.566 | |
| Metacell_proline | 0.458 | 0.002 | 0.460 | |
| NumericalFiltering | 0.480 | 0.019 | 0.499 | |
| NumericalgetIndicesOfLinesToRemove | 0.441 | 0.013 | 0.454 | |
| OWAnova | 0.007 | 0.000 | 0.006 | |
| QuantileCentering | 0.506 | 0.011 | 0.518 | |
| SetCC | 2.893 | 0.151 | 3.045 | |
| SetMatAdj | 0.489 | 0.008 | 0.497 | |
| Set_POV_MEC_tags | 0.452 | 0.014 | 0.466 | |
| StringBasedFiltering | 0.490 | 0.013 | 0.503 | |
| StringBasedFiltering2 | 0.485 | 0.014 | 0.499 | |
| SumByColumns | 1.312 | 0.051 | 1.363 | |
| SymFilteringOperators | 0.001 | 0.000 | 0.001 | |
| UpdateMetacellAfterImputation | 0.463 | 0.016 | 0.480 | |
| aggregateIter | 0.610 | 0.022 | 0.632 | |
| aggregateIterParallel | 0 | 0 | 0 | |
| aggregateMean | 0.547 | 0.027 | 0.575 | |
| aggregateSum | 0.549 | 0.026 | 0.574 | |
| aggregateTopn | 0.524 | 0.033 | 0.557 | |
| applyAnovasOnProteins | 0.141 | 0.008 | 0.149 | |
| averageIntensities | 0.514 | 0.073 | 0.587 | |
| barplotEnrichGO_HC | 6.802 | 0.839 | 7.713 | |
| barplotGroupGO_HC | 5.952 | 0.313 | 6.273 | |
| boxPlotD_HC | 0.373 | 0.028 | 0.402 | |
| buildGraph | 2.204 | 0.022 | 2.226 | |
| check.conditions | 0.431 | 0.016 | 0.447 | |
| check.design | 0.442 | 0.008 | 0.450 | |
| checkClusterability | 2.468 | 1.000 | 3.497 | |
| classic1wayAnova | 0 | 0 | 0 | |
| compareNormalizationD_HC | 0.170 | 0.015 | 0.185 | |
| compute.selection.table | 0.676 | 0.066 | 0.745 | |
| compute_t_tests | 1.012 | 0.091 | 1.106 | |
| corrMatrixD_HC | 0.523 | 0.026 | 0.549 | |
| createMSnset | 1.675 | 0.049 | 1.725 | |
| createMSnset2 | 1.574 | 0.036 | 1.611 | |
| dapar_hc_ExportMenu | 0.125 | 0.029 | 0.155 | |
| dapar_hc_chart | 0.054 | 0.011 | 0.065 | |
| deleteLinesFromIndices | 0.482 | 0.017 | 0.499 | |
| densityPlotD_HC | 2.494 | 0.694 | 3.205 | |
| diffAnaComputeAdjustedPValues | 0.182 | 0.022 | 0.205 | |
| diffAnaComputeFDR | 0.000 | 0.001 | 0.000 | |
| diffAnaGetSignificant | 0.269 | 0.021 | 0.290 | |
| diffAnaSave | 0.278 | 0.008 | 0.287 | |
| diffAnaVolcanoplot | 0.194 | 0.008 | 0.203 | |
| diffAnaVolcanoplot_rCharts | 0.421 | 0.036 | 0.459 | |
| display.CC.visNet | 1.923 | 0.076 | 2.000 | |
| enrich_GO | 4.218 | 0.213 | 4.439 | |
| finalizeAggregation | 0 | 0 | 0 | |
| findMECBlock | 0.487 | 0.012 | 0.500 | |
| formatHSDResults | 0.000 | 0.000 | 0.001 | |
| formatLimmaResult | 0.182 | 0.013 | 0.195 | |
| formatPHResults | 0.001 | 0.000 | 0.000 | |
| formatPHTResults | 0 | 0 | 0 | |
| fudge2LRT | 0 | 0 | 0 | |
| get.pep.prot.cc | 2.027 | 0.050 | 2.082 | |
| getDesignLevel | 0.446 | 0.013 | 0.460 | |
| getIndicesConditions | 0.443 | 0.008 | 0.451 | |
| getIndicesOfLinesToRemove | 0.456 | 0.011 | 0.469 | |
| getListNbValuesInLines | 0.439 | 0.003 | 0.443 | |
| getNumberOf | 0.444 | 0.013 | 0.457 | |
| getNumberOfEmptyLines | 0.456 | 0.019 | 0.477 | |
| getPourcentageOfMV | 0.464 | 0.015 | 0.478 | |
| getProcessingInfo | 0.427 | 0.011 | 0.437 | |
| getProteinsStats | 0.469 | 0.017 | 0.485 | |
| getQuantile4Imp | 0.120 | 0.008 | 0.128 | |
| getTextForAggregation | 0.000 | 0.001 | 0.000 | |
| getTextForAnaDiff | 0.000 | 0.000 | 0.001 | |
| getTextForFiltering | 0.000 | 0.000 | 0.001 | |
| getTextForGOAnalysis | 0 | 0 | 0 | |
| getTextForHypothesisTest | 0.001 | 0.000 | 0.000 | |
| getTextForNewDataset | 0.003 | 0.000 | 0.002 | |
| getTextForNormalization | 0.001 | 0.000 | 0.000 | |
| getTextForpeptideImputation | 0.001 | 0.000 | 0.000 | |
| getTextForproteinImputation | 0 | 0 | 0 | |
| globalAdjPval | 0.422 | 0.027 | 0.450 | |
| group_GO | 4.224 | 0.237 | 4.467 | |
| hc_logFC_DensityPlot | 0.619 | 0.128 | 0.752 | |
| hc_mvTypePlot2 | 0.845 | 0.141 | 0.987 | |
| heatmapD | 0.738 | 0.038 | 0.777 | |
| heatmapForMissingValues | 0.198 | 0.015 | 0.213 | |
| histPValue_HC | 0.268 | 0.028 | 0.296 | |
| impute.pa2 | 0.500 | 0.017 | 0.517 | |
| inner.aggregate.iter | 0.507 | 0.029 | 0.537 | |
| inner.aggregate.topn | 0.485 | 0.020 | 0.505 | |
| inner.mean | 0.486 | 0.009 | 0.495 | |
| inner.sum | 0.486 | 0.014 | 0.499 | |
| is.subset | 0.001 | 0.000 | 0.001 | |
| limmaCompleteTest | 1.393 | 0.050 | 1.445 | |
| listSheets | 0 | 0 | 0 | |
| make.contrast | 0.465 | 0.011 | 0.476 | |
| make.design.1 | 0.469 | 0.010 | 0.479 | |
| make.design.2 | 0.494 | 0.011 | 0.505 | |
| make.design.3 | 0.481 | 0.012 | 0.493 | |
| make.design | 0.465 | 0.015 | 0.480 | |
| match.metacell | 0.486 | 0.016 | 0.502 | |
| metacell.def | 0.005 | 0.000 | 0.004 | |
| metacellHisto_HC | 0.552 | 0.035 | 0.587 | |
| metacellPerLinesHistoPerCondition_HC | 0.638 | 0.040 | 0.679 | |
| metacellPerLinesHisto_HC | 0.726 | 0.087 | 0.814 | |
| metacombine | 0.196 | 0.009 | 0.207 | |
| mvImage | 2.026 | 0.089 | 2.118 | |
| my_hc_ExportMenu | 0.137 | 0.035 | 0.172 | |
| my_hc_chart | 0.130 | 0.033 | 0.163 | |
| nonzero | 0.025 | 0.000 | 0.026 | |
| normalizeMethods.dapar | 0.000 | 0.000 | 0.001 | |
| pepa.test | 0.497 | 0.013 | 0.510 | |
| pkgs.require | 0 | 0 | 0 | |
| plotJitter | 2.065 | 0.060 | 2.126 | |
| plotJitter_rCharts | 2.006 | 0.038 | 2.047 | |
| plotPCA_Eigen | 0.512 | 0.023 | 0.536 | |
| plotPCA_Eigen_hc | 0.441 | 0.009 | 0.450 | |
| plotPCA_Ind | 0.444 | 0.008 | 0.453 | |
| plotPCA_Var | 0.426 | 0.014 | 0.441 | |
| postHocTest | 0.000 | 0.000 | 0.001 | |
| proportionConRev_HC | 0.043 | 0.008 | 0.052 | |
| rbindMSnset | 0.515 | 0.025 | 0.541 | |
| reIntroduceMEC | 0.498 | 0.016 | 0.514 | |
| readExcel | 0.001 | 0.000 | 0.000 | |
| removeLines | 0.484 | 0.019 | 0.503 | |
| samLRT | 0 | 0 | 0 | |
| saveParameters | 0.430 | 0.012 | 0.442 | |
| scatterplotEnrichGO_HC | 4.288 | 0.216 | 4.506 | |
| search.metacell.tags | 0.007 | 0.000 | 0.007 | |
| separateAdjPval | 0.209 | 0.009 | 0.218 | |
| splitAdjacencyMat | 0.484 | 0.007 | 0.492 | |
| test.design | 0.533 | 0.009 | 0.542 | |
| testAnovaModels | 0.145 | 0.005 | 0.150 | |
| thresholdpval4fdr | 0 | 0 | 0 | |
| translatedRandomBeta | 0.002 | 0.006 | 0.008 | |
| univ_AnnotDbPkg | 0.172 | 0.046 | 0.218 | |
| violinPlotD | 0.270 | 0.008 | 0.278 | |
| visualizeClusters | 1.416 | 0.100 | 1.519 | |
| vsn | 0.761 | 0.019 | 0.780 | |
| wrapper.CVDistD_HC | 1.795 | 0.390 | 2.197 | |
| wrapper.compareNormalizationD_HC | 39.088 | 12.066 | 51.599 | |
| wrapper.corrMatrixD_HC | 0.530 | 0.034 | 0.564 | |
| wrapper.dapar.impute.mi | 14.659 | 0.411 | 15.086 | |
| wrapper.heatmapD | 0.643 | 0.014 | 0.656 | |
| wrapper.impute.KNN | 0.460 | 0.020 | 0.481 | |
| wrapper.impute.detQuant | 0.493 | 0.016 | 0.510 | |
| wrapper.impute.fixedValue | 0.503 | 0.023 | 0.527 | |
| wrapper.impute.mle | 0.474 | 0.014 | 0.487 | |
| wrapper.impute.pa | 0.159 | 0.004 | 0.164 | |
| wrapper.impute.pa2 | 0.475 | 0.013 | 0.489 | |
| wrapper.impute.slsa | 0.584 | 0.022 | 0.607 | |
| wrapper.mvImage | 0.17 | 0.01 | 0.18 | |
| wrapper.normalizeD | 0.477 | 0.005 | 0.482 | |
| wrapper.pca | 0.170 | 0.010 | 0.181 | |
| wrapperCalibrationPlot | 0.207 | 0.014 | 0.221 | |
| wrapperClassic1wayAnova | 0 | 0 | 0 | |
| wrapperRunClustering | 2.084 | 0.219 | 2.308 | |
| write.excel | 0.806 | 0.059 | 0.867 | |
| writeMSnsetToCSV | 0.459 | 0.024 | 0.484 | |
| writeMSnsetToExcel | 0.940 | 0.082 | 1.025 | |