| Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:34:17 -0400 (Thu, 06 May 2021).
|
To the developers/maintainers of the AlpsNMR package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 48/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| AlpsNMR 3.0.6 (landing page) Luis Fernandez
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | ERROR | OK | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | ERROR | OK | |||||||||
| Package: AlpsNMR |
| Version: 3.0.6 |
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:AlpsNMR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings AlpsNMR_3.0.6.tar.gz |
| StartedAt: 2021-05-05 23:08:16 -0400 (Wed, 05 May 2021) |
| EndedAt: 2021-05-05 23:14:36 -0400 (Wed, 05 May 2021) |
| EllapsedTime: 380.1 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: AlpsNMR.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:AlpsNMR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings AlpsNMR_3.0.6.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.12-bioc/meat/AlpsNMR.Rcheck’
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘AlpsNMR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘AlpsNMR’ version ‘3.0.6’
* 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 ‘AlpsNMR’ 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 dependencies in R code ... NOTE
Namespace in Imports field not imported from: ‘zip’
All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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 'MUVR_model_plot'
‘MVObj’ ‘model’ ‘factCols’ ‘sampLabels’ ‘ylim’
Undocumented arguments in documentation object 'confusion_matrix'
‘MVObj’ ‘model’
Undocumented arguments in documentation object 'model_VIP'
‘model’
Undocumented arguments in documentation object 'rdCV_PLS_RF'
‘X’ ‘Y’ ‘ID’ ‘scale’ ‘nRep’ ‘nOuter’ ‘nInner’ ‘varRatio’ ‘DA’
‘fitness’ ‘method’ ‘nCompMax’ ‘methParam’ ‘ML’ ‘modReturn’ ‘logg’
‘parallel’
Undocumented arguments in documentation object 'rdCV_PLS_RF_ML'
‘scale’ ‘nRep’ ‘nOuter’ ‘nInner’ ‘varRatio’ ‘DA’ ‘fitness’ ‘method’
‘ML’ ‘modReturn’ ‘logg’ ‘parallel’
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 data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘AlpsNMR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: nmr_pca_plots
> ### Title: Plotting functions for PCA
> ### Aliases: nmr_pca_plots nmr_pca_plot_variance nmr_pca_scoreplot
> ### nmr_pca_loadingplot
>
> ### ** Examples
>
> dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
> dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
Attaching package: ‘purrr’
The following object is masked from ‘package:magrittr’:
set_names
> dataset_1D <- nmr_interpolate_1D(dataset, axis = c(min = -0.5, max = 10, by = 2.3E-4))
> model <- nmr_pca_build_model(dataset_1D)
> nmr_pca_plot_variance(model)
>
> dir_to_demo_dataset <- system.file("dataset-demo", package = "AlpsNMR")
> dataset <- nmr_read_samples_dir(dir_to_demo_dataset)
> dataset_1D <- nmr_interpolate_1D(dataset, axis = c(min = -0.5, max = 10, by = 2.3E-4))
> model <- nmr_pca_build_model(dataset_1D)
> nmr_pca_scoreplot(dataset_1D, model)
Error: Join columns must be present in data.
✖ Problem with `NMRExperiment`.
Backtrace:
█
1. ├─AlpsNMR::nmr_pca_scoreplot(dataset_1D, model)
2. │ └─`%>%`(...)
3. ├─dplyr::left_join(., nmr_metadata, by = "NMRExperiment")
4. └─dplyr:::left_join.data.frame(., nmr_metadata, by = "NMRExperiment")
5. └─dplyr:::join_mutate(...)
6. └─dplyr:::join_cols(...)
7. └─dplyr:::standardise_join_by(by, x_names = x_names, y_names = y_names)
8. └─dplyr:::check_join_vars(by$x, x_names)
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
✖ Problem with `NMRExperiment`.
Backtrace:
█
1. ├─AlpsNMR::nmr_pca_scoreplot(dataset, pca_built) test-outliers.R:12:2
2. │ └─`%>%`(...)
3. ├─dplyr::left_join(., nmr_metadata, by = "NMRExperiment")
4. └─dplyr:::left_join.data.frame(., nmr_metadata, by = "NMRExperiment")
5. └─dplyr:::join_mutate(...)
6. └─dplyr:::join_cols(...)
7. └─dplyr:::standardise_join_by(by, x_names = x_names, y_names = y_names)
8. └─dplyr:::check_join_vars(by$x, x_names)
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 73 ]
Error: Test failures
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, 1 WARNING, 1 NOTE
See
‘/Users/biocbuild/bbs-3.12-bioc/meat/AlpsNMR.Rcheck/00check.log’
for details.
AlpsNMR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL AlpsNMR ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’ * installing *source* package ‘AlpsNMR’ ... ** using staged installation ** R ** data ** 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 (AlpsNMR)
AlpsNMR.Rcheck/tests/testthat.Rout.fail
R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 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.
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(AlpsNMR)
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: future
Loading required package: magrittr
Attaching package: 'magrittr'
The following objects are masked from 'package:testthat':
equals, is_less_than, not
>
> test_check("AlpsNMR")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On Bioconductor (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-outliers.R:12:3): nmr_pca_outliers_robust works ─────────────────
Error: Join columns must be present in data.
✖ Problem with `NMRExperiment`.
Backtrace:
█
1. ├─AlpsNMR::nmr_pca_scoreplot(dataset, pca_built) test-outliers.R:12:2
2. │ └─`%>%`(...)
3. ├─dplyr::left_join(., nmr_metadata, by = "NMRExperiment")
4. └─dplyr:::left_join.data.frame(., nmr_metadata, by = "NMRExperiment")
5. └─dplyr:::join_mutate(...)
6. └─dplyr:::join_cols(...)
7. └─dplyr:::standardise_join_by(by, x_names = x_names, y_names = y_names)
8. └─dplyr:::check_join_vars(by$x, x_names)
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 73 ]
Error: Test failures
Execution halted
AlpsNMR.Rcheck/AlpsNMR-Ex.timings
| name | user | system | elapsed | |
| AUC_model | 0.000 | 0.000 | 0.001 | |
| AlpsNMR-package | 5.457 | 0.244 | 5.717 | |
| MUVR_model_plot | 0.001 | 0.000 | 0.000 | |
| Peak_detection | 40.009 | 0.907 | 40.967 | |
| Pipelines | 0.002 | 0.001 | 0.003 | |
| SummarizedExperiment_to_nmr_data_1r | 1.445 | 0.075 | 1.523 | |
| SummarizedExperiment_to_nmr_dataset_peak_table | 1.292 | 0.085 | 1.425 | |
| bp_VIP_analysis | 2.569 | 0.058 | 2.636 | |
| bp_kfold_VIP_analysis | 0.638 | 0.052 | 42.488 | |
| confusion_matrix | 0.000 | 0.000 | 0.001 | |
| file_lister | 0.075 | 0.002 | 0.076 | |
| files_to_rDolphin | 0.000 | 0.000 | 0.001 | |
| filter.nmr_dataset_family | 1.059 | 0.071 | 1.132 | |
| format.nmr_dataset | 0.887 | 0.085 | 0.974 | |
| format.nmr_dataset_1D | 1.018 | 0.062 | 1.082 | |
| format.nmr_dataset_peak_table | 1.269 | 0.082 | 1.354 | |
| is.nmr_dataset | 0.959 | 0.076 | 1.039 | |
| is.nmr_dataset_1D | 1.072 | 0.068 | 1.142 | |
| is.nmr_dataset_peak_table | 1.189 | 0.086 | 1.322 | |
| load_and_save_functions | 0.830 | 0.059 | 0.891 | |
| model_VIP | 0.000 | 0.001 | 0.000 | |
| models_stability_plot_bootstrap | 0.003 | 0.001 | 0.004 | |
| models_stability_plot_plsda | 0.392 | 0.002 | 0.393 | |
| new_nmr_dataset | 0.002 | 0.001 | 0.003 | |
| new_nmr_dataset_1D | 0.002 | 0.000 | 0.002 | |
| new_nmr_dataset_peak_table | 1.136 | 0.071 | 1.209 | |
| nmr_baseline_removal | 1.463 | 0.179 | 1.645 | |
| nmr_baseline_threshold | 2.444 | 0.102 | 2.551 | |
| nmr_batman | 1.097 | 0.080 | 1.180 | |
| nmr_batman_options | 0.000 | 0.000 | 0.001 | |
| nmr_data | 1.090 | 0.073 | 1.167 | |
| nmr_data_1r_to_SummarizedExperiment | 1.365 | 0.095 | 1.470 | |
| nmr_data_analysis | 0.571 | 0.019 | 0.591 | |
| nmr_data_analysis_method | 0.126 | 0.043 | 0.185 | |
| nmr_dataset_peak_table_to_SummarizedExperiment | 1.480 | 0.087 | 1.569 | |
| nmr_exclude_region | 0.008 | 0.001 | 0.009 | |
| nmr_export_data_1r | 1.210 | 0.084 | 1.297 | |
| nmr_identify_regions_blood | 0.027 | 0.001 | 0.028 | |
| nmr_identify_regions_cell | 0.017 | 0.001 | 0.018 | |
| nmr_identify_regions_urine | 0.024 | 0.000 | 0.024 | |
| nmr_integrate_regions | 0.011 | 0.000 | 0.012 | |
| nmr_interpolate_1D | 2.587 | 0.156 | 2.748 | |
| nmr_meta_add | 2.581 | 0.167 | 2.756 | |
| nmr_meta_export | 0.906 | 0.067 | 0.975 | |
| nmr_meta_get | 0.978 | 0.080 | 1.084 | |
| nmr_meta_get_column | 1.064 | 0.090 | 1.166 | |
| nmr_normalize | 0.366 | 0.006 | 0.375 | |
| nmr_pca_build_model | 2.132 | 0.152 | 2.302 | |
| nmr_pca_outliers | 1.202 | 0.065 | 1.270 | |
| nmr_pca_outliers_filter | 1.291 | 0.096 | 1.391 | |
| nmr_pca_outliers_plot | 0 | 0 | 0 | |
| nmr_pca_outliers_robust | 11.164 | 0.119 | 11.303 | |