* using log directory ‘/Users/ripley/R/packages/tests-devel/rbranding.Rcheck’ * using R Under development (unstable) (2026-04-09 r89838) * using platform: aarch64-apple-darwin25.4.0 * R was compiled by Apple clang version 21.0.0 (clang-2100.0.123.102) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.4 * using session charset: UTF-8 * current time: 2026-04-10 06:23:14 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘rbranding/DESCRIPTION’ ... OK * this is package ‘rbranding’ version ‘0.1.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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘rbranding’ 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 loading without being on the library search path ... OK * checking use of S3 registration ... 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘rbranding-Ex.R’ failed The error most likely occurred in: > ### Name: brand_add_logo > ### Title: Add Brand Logo to ggplot2 Plot > ### Aliases: brand_add_logo > > ### ** Examples > > { + # First set the brand theme to load configuration + old_wd <- getwd() + setwd(tempdir()) # Change to temp directory for example + brand_init() + get_brand_public() + get_template("blank") + brand_set_ggplot() + + # Create a plot and add logo + library(ggplot2) + ggplot(mtcars, aes(x = mpg, y = wt)) + + geom_point() + + labs(title = "Example Plot") + + brand_add_logo() + + # Customize logo position and size + ggplot(mtcars, aes(x = mpg, y = wt)) + + geom_point() + + labs(title = "Example Plot") + + brand_add_logo(x = 0.1, y = 0.9, size = 0.08) + + setwd(old_wd) # Restore original working directory + } Created files './rbranding_config.yml' and placeholder '_brand.yml' in current working directory Checking remote version... Local branding file overwritten with remote file Copied blank.txt to /private/var/folders/pk/n4bndnt1287ctrd_ftthnnnr0000gp/T/RtmpSXHfSk/working_dir/RtmpsgwqRv Copied icon.png to /private/var/folders/pk/n4bndnt1287ctrd_ftthnnnr0000gp/T/RtmpSXHfSk/working_dir/RtmpsgwqRv Copied logo.png to /private/var/folders/pk/n4bndnt1287ctrd_ftthnnnr0000gp/T/RtmpSXHfSk/working_dir/RtmpsgwqRv Brand theme applied successfully! Error in brand_add_logo() : No logo information found in brand configuration. Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘tinytest.R’ ERROR Running the tests in ‘tests/tinytest.R’ failed. Complete output: > if (requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("rbranding") + } test_brand_init.R............. 0 tests test_brand_init.R............. 1 tests OK test_brand_init.R............. 1 tests OK test_brand_init.R............. 1 tests OK test_brand_init.R............. 2 tests OK test_brand_init.R............. 3 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 4 tests OK test_brand_init.R............. 5 tests OK test_brand_init.R............. 6 tests OK test_brand_init.R............. 6 tests OK test_brand_init.R............. 7 tests OK test_brand_init.R............. 8 tests OK 24ms test_get_brand.R.............. 0 tests test_get_brand.R.............. 0 tests test_get_brand.R.............. 1 tests OK test_get_brand.R.............. 1 tests OK test_get_brand.R.............. 2 tests 1 fails test_get_brand.R.............. 3 tests 1 fails test_get_brand.R.............. 4 tests 1 fails test_get_brand.R.............. 4 tests 1 fails test_get_brand.R.............. 5 tests 1 fails test_get_brand.R.............. 6 tests 1 fails test_get_brand.R.............. 6 tests 1 fails test_get_brand.R.............. 6 tests 1 fails test_get_brand.R.............. 6 tests 1 fails test_get_brand.R.............. 7 tests 1 fails test_get_brand.R.............. 7 tests 1 fails test_get_brand.R.............. 8 tests 1 fails test_get_brand.R.............. 8 tests 1 fails test_get_brand.R.............. 8 tests 1 fails 0.3s test_get_template.R........... 0 tests test_get_template.R........... 1 tests OK test_get_template.R........... 2 tests OK test_get_template.R........... 3 tests OK test_get_template.R........... 3 tests OK 5ms test_ggplot2.R................ 0 tests test_ggplot2.R................ 0 tests test_ggplot2.R................ 0 tests test_ggplot2.R................ 0 tests Brand theme applied successfully! test_ggplot2.R................ 1 tests OK test_ggplot2.R................ 1 tests OK test_ggplot2.R................ 2 tests OK ggplot2 theme reset to previous state. test_ggplot2.R................ 3 tests OK test_ggplot2.R................ 4 tests OK Brand theme applied successfully! test_ggplot2.R................ 4 tests OK test_ggplot2.R................ 5 tests OK ggplot2 theme reset to previous state. test_ggplot2.R................ 5 tests OK test_ggplot2.R................ 5 tests OK test_ggplot2.R................ 5 tests OK test_ggplot2.R................ 6 tests OK test_ggplot2.R................ 6 tests OK test_ggplot2.R................ 6 tests OK 0.5s ----- FAILED[data]: test_get_brand.R<15--15> call| expect_equal("rbranding", brand_contents_1$meta$name) diff| Expected 'ForeSITE', got 'rbranding' Error: 1 out of 25 tests failed Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [8s/10s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs See ‘/Users/ripley/R/packages/tests-devel/rbranding.Rcheck/00check.log’ for details. 27.12 real 17.32 user 6.63 sys