• using R version 4.6.0 (2026-04-24)
  • using platform: x86_64-apple-darwin20
  • R was compiled by     Apple clang version 14.0.0 (clang-1400.0.29.202)     GNU Fortran (GCC) 14.2.0
  • running under: macOS Ventura 13.3.1
  • using session charset: UTF-8 * current time: 2026-04-28 09:27:23 UTC
  • 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 ... [2s/2s] OK See the install log for details.
  • 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 ... [0s/0s] OK
  • checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
  • checking whether the package can be unloaded cleanly ... [0s/0s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
  • checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
  • checking loading without being on the library search path ... [0s/0s] 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 ... [2s/2s] OK
  • checking Rd files ... [0s/0s] 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 ... [1s/3s] 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 /Volumes/Temp/tmp/Rtmpc6pDgQ Copied icon.png to /Volumes/Temp/tmp/Rtmpc6pDgQ Copied logo.png to /Volumes/Temp/tmp/Rtmpc6pDgQ 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 ... [2s/3s] ERROR   Running ‘tinytest.R’ [2s/3s] 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 56ms      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.6s      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 12ms      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 1.3s   ----- 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 ... [19s/27s] OK
  • checking PDF version of manual ... [6s/8s] OK
  • DONE Status: 2 ERRORs
  • using check arguments '--no-clean-on-error '