Last updated on 2026-04-09 02:53:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.33 | 55.74 | 58.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.73 | 35.14 | 36.87 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 87.48 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 96.62 | OK | |||
| r-devel-macos-arm64 | 0.1.1 | 1.00 | 25.00 | 26.00 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 69.00 | 74.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 2.41 | 41.81 | 44.22 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 2.06 | 49.81 | 51.87 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 25.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 86.00 | 88.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 5.00 | 77.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 31.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 88.00 | 90.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 96.00 | 102.00 | OK |
Version: 0.1.1
Check: examples
Result: 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/RtmpR6idzS
Copied icon.png to /tmp/RtmpR6idzS
Copied logo.png to /tmp/RtmpR6idzS
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: tests
Result: 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 83ms
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.5s
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 16ms
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.6s
----- 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: examples
Result: 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 D:/temp/2026_04_08_01_50_00_18312/RtmpMZQKvW
Copied icon.png to D:/temp/2026_04_08_01_50_00_18312/RtmpMZQKvW
Copied logo.png to D:/temp/2026_04_08_01_50_00_18312/RtmpMZQKvW
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running 'tinytest.R' [2s]
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 76ms
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 19ms
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.4s
----- 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
Flavor: r-devel-windows-x86_64
Version: 0.1.1
Check: examples
Result: 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 /home/hornik/tmp/scratch/RtmpSf6uTN
Copied icon.png to /home/hornik/tmp/scratch/RtmpSf6uTN
Copied logo.png to /home/hornik/tmp/scratch/RtmpSf6uTN
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.1
Check: tests
Result: 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 74ms
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.8s
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 22ms
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.9s
----- 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
Flavor: r-patched-linux-x86_64