R Under development (unstable) (2025-03-08 r87910 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(testthat) Attaching package: 'testthat' The following objects are masked from 'package:magrittr': equals, is_less_than, not The following object is masked from 'package:dplyr': matches > > library(brandr) > > test_check("brandr") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 142 ] > > # # For development use only (comment the code after use (Ctrl + Shift + C)). > # > # cffr::cff_write() > # codemetar::write_codemeta() > # covr::codecov(token = "") > # 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::submit_cran() > # devtools:test() > # goodpractice::gp() > # lintr::lint_package() > # pkgdown::build_article("x") > # pkgdown::build_favicons(overwrite = TRUE) > # pkgdown::build_reference() > # pkgdown::build_site() > # revdepcheck::revdep_check(num_workers = 4) > # rhub::rhub_setup() > # rutils::update_pkg_versions() > # spelling::spell_check_package() > # spelling::update_wordlist() > # tcltk::tk_choose.files() > # urlchecker::url_check() > # urlchecker::url_update() > # usethis::use_coverage() > # usethis::use_dev_version() > # usethis::use_github_action("check-standard") > # usethis::use_logo(tcltk::tk_choose.files()) > # usethis::use_release_issue("#.#.#") > # usethis::use_revdep() > # usethis::use_tidy_description() > # usethis::use_version() > > proc.time() user system elapsed 3.28 0.60 3.85