| Back to Multiple platform build/check report for BioC 3.19: simplified long |
|
This page was generated on 2024-07-03 10:22 -0400 (Wed, 03 Jul 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.0 (2024-04-24) -- "Puppy Cup" | 4757 |
| palomino7 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4480 |
| merida1 | macOS 12.7.4 Monterey | x86_64 | 4.4.0 (2024-04-24) -- "Puppy Cup" | 4511 |
| kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.0 (2024-04-24) -- "Puppy Cup" | 4469 |
| 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 699/2300 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| faers 1.0.1 (landing page) Yun Peng
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
| palomino7 | Windows Server 2022 Datacenter / x64 | OK | ERROR | skipped | skipped | |||||||||
| merida1 | macOS 12.7.4 Monterey / x86_64 | OK | ERROR | skipped | skipped | |||||||||
| kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
|
To the developers/maintainers of the faers package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/faers.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: faers |
| Version: 1.0.1 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:faers.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings faers_1.0.1.tar.gz |
| StartedAt: 2024-07-01 19:43:36 -0400 (Mon, 01 Jul 2024) |
| EndedAt: 2024-07-01 19:44:32 -0400 (Mon, 01 Jul 2024) |
| EllapsedTime: 56.4 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: faers.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:faers.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings faers_1.0.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/faers.Rcheck’
* using R version 4.4.0 (2024-04-24)
* using platform: aarch64-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 Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘faers/DESCRIPTION’ ... OK
* this is package ‘faers’ version ‘1.0.1’
* 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 ‘faers’ 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 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 ‘faers-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fda_drugs
> ### Title: Read and Parse Drugs@FDA data
> ### Aliases: fda_drugs
>
> ### ** Examples
>
> fda_drugs(list = TRUE)
→ Reading html:
<https://www.fda.gov/drugs/drug-approvals-and-databases/drugsfda-data-files>
Drugs@FDA Download File (ZIP - 3.98 MB)
Downloading 1 file
Warning in utils::unzip(path, exdir = dir_create2(compress_dir), overwrite = TRUE) :
error 1 in extracting from zip file
Error in `unzip2()`:
! Cannot uncompress
'/Users/biocbuild/Library/Caches/org.R-project.R/R/faers/faers/fdadrugs/fda_drugs_data_2024-07-01.zip'
Backtrace:
▆
1. └─faers::fda_drugs(list = TRUE)
2. └─faers:::fda_drugs_load(file, pattern = pattern, list = list)
3. └─faers:::unzip2(file, dir)
4. └─cli::cli_abort("Cannot uncompress {.file {path}}")
5. └─rlang::abort(...)
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 ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR
See
‘/Users/biocbuild/bbs-3.19-bioc/meat/faers.Rcheck/00check.log’
for details.
faers.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL faers ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘faers’ ... ** 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 (faers)
faers.Rcheck/tests/testthat.Rout
R version 4.4.0 (2024-04-24) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-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.
> # 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(faers)
>
> test_check("faers")
Starting 2 test processes
[ FAIL 0 | WARN 0 | SKIP 16 | PASS 274 ]
══ Skipped tests (16) ══════════════════════════════════════════════════════════
• On CRAN (1): 'test_meta.R:2:5'
• dir.exists("~/Data/MedDRA/MedDRA_26_1_English") is not TRUE (15):
'test_counts.R:2:5', 'test_dedup.R:2:5', 'test_combine.R:49:5',
'test_combine.R:78:5', 'test_meddra.R:6:5', 'test_merge.R:57:5',
'test_signal.R:2:5', 'test_signal.R:29:5', 'test_standardize.R:2:5',
'test_methods.R:103:5', 'test_methods.R:147:5', 'test_methods.R:195:5',
'test_methods.R:218:5', 'test_methods.R:241:5', 'test_methods.R:550:5'
[ FAIL 0 | WARN 0 | SKIP 16 | PASS 274 ]
>
> proc.time()
user system elapsed
10.846 1.017 7.876
faers.Rcheck/faers-Ex.timings
| name | user | system | elapsed | |
| FAERS-class | 0.510 | 0.048 | 0.562 | |
| FAERS-methods | 0.184 | 0.065 | 0.250 | |
| faers | 0.043 | 0.005 | 0.050 | |
| faers_available | 1.604 | 0.049 | 2.411 | |
| faers_before_period | 0.006 | 0.000 | 0.006 | |
| faers_clearcache | 0.009 | 0.005 | 0.019 | |
| faers_combine | 0.088 | 0.020 | 0.154 | |
| faers_counts | 0.635 | 0.018 | 0.658 | |
| faers_dedup | 0.155 | 0.010 | 0.166 | |
| faers_download | 0.180 | 0.001 | 0.183 | |
| faers_load | 0.005 | 0.001 | 0.007 | |
| faers_merge | 0.083 | 0.009 | 0.093 | |
| faers_meta | 1.072 | 0.026 | 1.713 | |
| faers_parse | 0.023 | 0.007 | 0.034 | |
| faers_phv_signal | 0.101 | 0.011 | 0.112 | |
| faers_standardize | 0.113 | 0.011 | 0.127 | |