- using R Under development (unstable) (2026-04-21 r89937)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-16) 15.2.0
GNU Fortran (Debian 15.2.0-16) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-04-22 17:01:53 UTC
- checking for file ‘rbranding/DESCRIPTION’ ... OK
- this is package ‘rbranding’ version ‘0.1.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- 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 serialization versions ... OK
- checking whether package ‘rbranding’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/1s] 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 ... [3s/5s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 ... [2s/2s] ERROR
Running examples in ‘rbranding-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 /tmp/RtmpF83MdS
Copied icon.png to /tmp/RtmpF83MdS
Copied logo.png to /tmp/RtmpF83MdS
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/4s] ERROR
Running ‘tinytest.R’ [2s/4s]
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 42ms
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.4s
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 31ms
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 2.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 ... [9s/13s] OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs