Last updated on 2026-01-16 05:51:13 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| PTXQC | 5 | 8 | |
| rmzqc | 1 | 12 |
Current CRAN status: NOTE: 5, OK: 8
Version: 1.1.3
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rlang’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.1.3
Check: installed package size
Result: NOTE
installed size is 7.9Mb
sub-directories of 1Mb or more:
doc 4.0Mb
examples 2.6Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.7.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rmzqc)
>
> test_check("rmzqc")
trying URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
Error in download.file("https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest", :
cannot open URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
trying URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
Error in download.file("https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest", :
cannot open URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
Downloading obo from 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo' ...
trying URL 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo'
Error in download.file(custom_uri, tmp_filename) :
cannot open URL 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo'
Downloading obo from 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo' ...
trying URL 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo'
Error in download.file(custom_uri, tmp_filename) :
cannot open URL 'https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo'
Error in getCVDictionary(source = "custom", custom_uri = "https://github.com/HUPO-PSI/psi-ms-CV/rele_BROKEN_URL_ases/download/v4.1.147/psi-ms.obo", :
Download failed.
trying URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
Error in download.file("https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest", :
cannot open URL 'https://api.github.com/repos/HUPO-PSI/psi-ms-CV/releases/latest'
Saving _problems/test_obo-27.R
[ FAIL 1 | WARN 12 | SKIP 1 | PASS 108 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_io.R:28:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_obo.R:27:5'): getLatest_PSICV_URL = function() ─────────────────
Error in `endsWith(getLatest_PSICV_URL(), "psi-ms.obo")`: non-character object(s)
Backtrace:
▆
1. ├─testthat::expect_true(endsWith(getLatest_PSICV_URL(), "psi-ms.obo")) at test_obo.R:27:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─base::endsWith(getLatest_PSICV_URL(), "psi-ms.obo")
[ FAIL 1 | WARN 12 | SKIP 1 | PASS 108 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc