CRAN Package Check Results for Maintainer ‘Juan Pablo Acuña González <acua6307 at gmail.com>’

Last updated on 2025-05-23 06:50:12 CEST.

Package ERROR NOTE OK
viraldomain 2 8 3
viralmodels 2 11

Package viraldomain

Current CRAN status: ERROR: 2, NOTE: 8, OK: 3

Additional issues

noSuggests

Version: 0.0.6
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘knn_domain_score.R’ ‘knn_domain_score.Rd’ ‘mars_domain_score.R’ ‘mars_domain_score.Rd’ ‘nn_domain_score.R’ ‘nn_domain_score.Rd’ ‘normalized_domain_plot.R’ ‘normalized_domain_plot.Rd’ ‘rf_domain_score.R’ ‘simple_domain_plot.R’ ‘simple_domain_plot.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Version: 0.0.6
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(viraldomain) > > test_check("viraldomain") 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 [ FAIL 1 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-mars_domain_score.R:11:3', 'test-nn_domain_score.R:11:3', 'test-normalized_domain_plot.R:11:3', 'test-rf_domain_score.R:11:3', 'test-simple_domain_plot.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-knn_domain_score.R:11:3'): `knn_domain_score()` works ────────── Error in `fit_xy(spec, x = mold$predictors, y = mold$outcomes, case_weights = case_weights, control = control_parsnip)`: Please install the kknn package to use this engine. Backtrace: ▆ 1. ├─base::print(...) 2. └─viraldomain::knn_domain_score(...) 3. ├─dplyr::bind_cols(...) 4. │ └─rlang::list2(...) 5. ├─stats::predict(...) 6. ├─parsnip::fit(...) 7. └─workflows:::fit.workflow(...) 8. └─workflows::.fit_model(workflow, control) 9. ├─generics::fit(action_model, workflow = workflow, control = control) 10. └─workflows:::fit.action_model(...) 11. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip) 12. ├─generics::fit_xy(...) 13. └─parsnip::fit_xy.model_spec(...) 14. └─parsnip:::check_installs(object) 15. └─cli::cli_abort(...) 16. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.6
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(viraldomain) > > test_check("viraldomain") 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 [ FAIL 1 | WARN 0 | SKIP 5 | PASS 0 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-mars_domain_score.R:11:3', 'test-nn_domain_score.R:11:3', 'test-normalized_domain_plot.R:11:3', 'test-rf_domain_score.R:11:3', 'test-simple_domain_plot.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-knn_domain_score.R:11:3'): `knn_domain_score()` works ────────── Error in `fit_xy(spec, x = mold$predictors, y = mold$outcomes, case_weights = case_weights, control = control_parsnip)`: Please install the kknn package to use this engine. Backtrace: ▆ 1. ├─base::print(...) 2. └─viraldomain::knn_domain_score(...) 3. ├─dplyr::bind_cols(...) 4. │ └─rlang::list2(...) 5. ├─stats::predict(...) 6. ├─parsnip::fit(...) 7. └─workflows:::fit.workflow(...) 8. └─workflows::.fit_model(workflow, control) 9. ├─generics::fit(action_model, workflow = workflow, control = control) 10. └─workflows:::fit.action_model(...) 11. └─workflows:::fit_from_xy(spec, mold, case_weights, control_parsnip) 12. ├─generics::fit_xy(...) 13. └─parsnip::fit_xy.model_spec(...) 14. └─parsnip:::check_installs(object) 15. └─cli::cli_abort(...) 16. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 5 | PASS 0 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.0.6
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘knn_domain_score.R’ ‘mars_domain_score.R’ ‘nn_domain_score.R’ ‘normalized_domain_plot.R’ ‘rf_domain_score.R’ ‘simple_domain_plot.R’ Flavor: r-release-macos-x86_64

Package viralmodels

Current CRAN status: ERROR: 2, OK: 11

Additional issues

noSuggests

Version: 1.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(viralmodels) > > test_check("viralmodels") -- Attaching core tidyverse packages ------------------------ tidyverse 2.0.0 -- v dplyr 1.1.4 v readr 2.1.5 v forcats 1.0.0 v stringr 1.5.1 v ggplot2 3.5.2 v tibble 3.2.1 v lubridate 1.9.4 v tidyr 1.3.1 v purrr 1.0.4 -- Conflicts ------------------------------------------ tidyverse_conflicts() -- x readr::edition_get() masks testthat::edition_get() x dplyr::filter() masks stats::filter() x purrr::is_null() masks testthat::is_null() x dplyr::lag() masks stats::lag() x readr::local_edition() masks testthat::local_edition() x dplyr::matches() masks tidyr::matches(), testthat::matches() i Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors Loading required package: parsnip Attaching package: 'kernlab' The following object is masked from 'package:purrr': cross The following object is masked from 'package:ggplot2': alpha [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-viralmodel.R:6:3'): `viralmodel()` works ─────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralmodel.R:6:3 ── Error ('test-viralpreds.R:5:3'): viralpreds() works ───────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralpreds.R:5:3 ── Error ('test-viraltab.R:6:3'): viraltab() works ───────────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viraltab.R:6:3 ── Error ('test-viralvis.R:6:3'): `viralvis()` plots as expected ─────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralvis.R:6:3 [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] Deleting unused snapshots: • viralvis/viralvis.svg Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [6s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(viralmodels) > > test_check("viralmodels") -- Attaching core tidyverse packages ------------------------ tidyverse 2.0.0 -- v dplyr 1.1.4 v readr 2.1.5 v forcats 1.0.0 v stringr 1.5.1 v ggplot2 3.5.2 v tibble 3.2.1 v lubridate 1.9.4 v tidyr 1.3.1 v purrr 1.0.4 -- Conflicts ------------------------------------------ tidyverse_conflicts() -- x readr::edition_get() masks testthat::edition_get() x dplyr::filter() masks stats::filter() x purrr::is_null() masks testthat::is_null() x dplyr::lag() masks stats::lag() x readr::local_edition() masks testthat::local_edition() x dplyr::matches() masks tidyr::matches(), testthat::matches() i Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors Loading required package: parsnip Attaching package: 'kernlab' The following object is masked from 'package:purrr': cross The following object is masked from 'package:ggplot2': alpha [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-viralmodel.R:6:3'): `viralmodel()` works ─────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralmodel.R:6:3 ── Error ('test-viralpreds.R:5:3'): viralpreds() works ───────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralpreds.R:5:3 ── Error ('test-viraltab.R:6:3'): viraltab() works ───────────────────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viraltab.R:6:3 ── Error ('test-viralvis.R:6:3'): `viralvis()` plots as expected ─────────────── <packageNotFoundError/error/condition> Error in `library(kknn)`: there is no package called 'kknn' Backtrace: ▆ 1. └─base::library(kknn) at test-viralvis.R:6:3 [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ] Deleting unused snapshots: • viralvis/viralvis.svg Error: Test failures Execution halted Flavor: r-release-linux-x86_64

mirror server hosted at Truenetwork, Russian Federation.