| Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-11-15 12:05 -0500 (Fri, 15 Nov 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4505 |
| palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4506 |
| lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4538 |
| kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4493 |
| 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 983/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| HuBMAPR 1.0.3 (landing page) Christine Hou
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
| lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
|
To the developers/maintainers of the HuBMAPR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/HuBMAPR.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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
| Package: HuBMAPR |
| Version: 1.0.3 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:HuBMAPR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings HuBMAPR_1.0.3.tar.gz |
| StartedAt: 2024-11-15 08:51:26 -0000 (Fri, 15 Nov 2024) |
| EndedAt: 2024-11-15 08:53:09 -0000 (Fri, 15 Nov 2024) |
| EllapsedTime: 102.2 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: HuBMAPR.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:HuBMAPR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings HuBMAPR_1.0.3.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/HuBMAPR.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14)
GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘HuBMAPR/DESCRIPTION’ ... OK
* this is package ‘HuBMAPR’ version ‘1.0.3’
* 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 ‘HuBMAPR’ 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 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 ... 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 ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘HuBMAPR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: donors
> ### Title: HuBMAP Donors
> ### Aliases: donors donors_default_columns donor_detail donor_derived
> ### donor_metadata
>
> ### ** Examples
>
> donors()
Error in `mutate()`:
ℹ In argument: `Body mass index = as.numeric(.data$`Body mass index`)`.
Caused by error in `` .data$`Body mass index` ``:
! Column `Body mass index` not found in `.data`.
Backtrace:
▆
1. ├─HuBMAPR::donors()
2. │ └─HuBMAPR:::.donor_edit(tbl)
3. │ ├─dplyr::select(...)
4. │ ├─dplyr::mutate(...)
5. │ └─dplyr:::mutate.data.frame(...)
6. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
7. │ ├─base::withCallingHandlers(...)
8. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
9. │ └─mask$eval_all_mutate(quo)
10. │ └─dplyr (local) eval()
11. ├─Body mass index
12. ├─rlang:::`$.rlang_data_pronoun`(.data, `Body mass index`)
13. │ └─rlang:::data_pronoun_get(...)
14. └─rlang:::abort_data_pronoun(x, call = y)
15. └─rlang::abort(msg, "rlang_error_data_pronoun_not_found", call = call)
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:
Error in `mutate(.unnest_mutate_relocate(.donor_matadata_modify(unnest_longer(select(tbl,
"hubmap_id", "uuid", "group_name", "last_modified_timestamp",
"data_value", "preferred_term", "grouping_concept_preferred_term",
"data_type"), c("data_value", "preferred_term", "grouping_concept_preferred_term",
"data_type")))), Age = as.numeric(.data$Age), `Body Mass Index` = as.numeric(.data$`Body Mass Index`),
`Body mass index` = as.numeric(.data$`Body mass index`),
`Body Mass Index` = case_when(!is.na(.data$`Body Mass Index`) ~
.data$`Body Mass Index`, is.na(.data$`Body Mass Index`) &
is.na(.data$`Body mass index`) ~ NA_real_, TRUE ~ .data$`Body mass index`))`: i In argument: `Body mass index = as.numeric(.data$`Body mass index`)`.
Caused by error in `` .data$`Body mass index` ``:
! Column `Body mass index` not found in `.data`.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 95 ]
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
See
‘/home/biocbuild/bbs-3.20-bioc/meat/HuBMAPR.Rcheck/00check.log’
for details.
HuBMAPR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL HuBMAPR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.4.1/site-library’ * installing *source* package ‘HuBMAPR’ ... ** 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 (HuBMAPR)
HuBMAPR.Rcheck/tests/testthat.Rout.fail
R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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.
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(HuBMAPR)
>
> test_check("HuBMAPR")
Pruning cache
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 95 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_donors.R:2:3'): 'donors()' works ───────────────────────────────
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `mutate(.unnest_mutate_relocate(.donor_matadata_modify(unnest_longer(select(tbl,
"hubmap_id", "uuid", "group_name", "last_modified_timestamp",
"data_value", "preferred_term", "grouping_concept_preferred_term",
"data_type"), c("data_value", "preferred_term", "grouping_concept_preferred_term",
"data_type")))), Age = as.numeric(.data$Age), `Body Mass Index` = as.numeric(.data$`Body Mass Index`),
`Body mass index` = as.numeric(.data$`Body mass index`),
`Body Mass Index` = case_when(!is.na(.data$`Body Mass Index`) ~
.data$`Body Mass Index`, is.na(.data$`Body Mass Index`) &
is.na(.data$`Body mass index`) ~ NA_real_, TRUE ~ .data$`Body mass index`))`: i In argument: `Body mass index = as.numeric(.data$`Body mass index`)`.
Caused by error in `` .data$`Body mass index` ``:
! Column `Body mass index` not found in `.data`.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 95 ]
Error: Test failures
Execution halted
HuBMAPR.Rcheck/HuBMAPR-Ex.timings
| name | user | system | elapsed | |
| collection_information | 0.210 | 0.021 | 6.454 | |
| collections | 0.352 | 0.016 | 2.736 | |
| datasets | 2.478 | 0.230 | 12.600 | |