R Under development (unstable) (2026-01-07 r89288 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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(checkmate) > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(magrittr) > library(readr) > library(testthat) Attaching package: 'testthat' The following objects are masked from 'package:readr': edition_get, local_edition The following objects are masked from 'package:magrittr': equals, is_less_than, not > > library(logolink) > > test_check("logolink") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 205 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-get_netlogo_shape.R:2:3', 'test-run_experiment-sod.R:7:3', 'test-run_experiment-sod.R:184:3', 'test-run_experiment-sod.R:242:3', 'test-run_experiment-sod.R:300:3', 'test-run_experiment-sod.R:358:3', 'test-run_experiment-vsa.R:7:3', 'test-run_experiment-wfp.R:7:3', 'test-run_experiment-wfp.R:201:3', 'test-run_experiment-wfp.R:262:3', 'test-run_experiment-wfp.R:320:3', 'test-run_experiment-wfp.R:410:3', 'test-run_experiment-wfp.R:498:3', 'test-run_experiment-wfp.R:564:3', 'test-run_experiment-wfp.R:630:3', 'test-run_experiment-wfp.R:705:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 205 ] > > # # For Development Use Only (Comment the Code After Use) ----- > # > # cffr::cff_write() > # codemetar::write_codemeta() > # covr::package_coverage() > # devtools::check() > # devtools::check(remote = TRUE, manual = TRUE) > # devtools::check_mac_release() > # devtools::check_win_devel() > # devtools::check_win_oldrelease() > # devtools::check_win_release() > # devtools::document() > # devtools::install() > # devtools::release() > # devtools::submit_cran() > # devtools:test() > # goodpractice::gp() > # lintr::lint_package() > # pkgdown::build_article("x") > # pkgdown::build_favicons(overwrite = TRUE) > # pkgdown::build_reference() > # pkgdown::build_site() > # pkgdown::build_site(run_dont_run = TRUE) > # revdepcheck::revdep_check(num_workers = 4) > # rutils::update_pkg_versions() > # spelling::spell_check_package() > # spelling::update_wordlist() > # tcltk::tk_choose.files() > # urlchecker::url_check() > > # git tag -f > # git push --force origin > > proc.time() user system elapsed 9.54 2.98 10.96