The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-05 05:52:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.18 | 46.93 | 49.11 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.88 | 34.97 | 36.85 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 73.11 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 4.00 | 85.68 | 89.68 | ERROR | |
| r-devel-windows-x86_64 | 0.1.1 | 4.00 | 68.00 | 72.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 2.06 | 42.62 | 44.68 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 1.93 | 43.12 | 45.05 | ERROR | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 21.00 | 22.00 | ERROR | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 65.00 | 67.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.1 | 6.00 | 68.00 | 74.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 25.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 2.00 | 86.00 | 88.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 80.00 | 86.00 | ERROR |
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/RtmpMzXlnW
Copied icon.png to /home/hornik/tmp/scratch/RtmpMzXlnW
Copied logo.png to /home/hornik/tmp/scratch/RtmpMzXlnW
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-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘tinytest.R’ [3s/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 0.1s
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 33ms
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.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
Flavor: r-devel-linux-x86_64-debian-clang
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/RtmpbRKE4o
Copied icon.png to /tmp/RtmpbRKE4o
Copied logo.png to /tmp/RtmpbRKE4o
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 81ms
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 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 /tmp/RtmpbAe5Ph/working_dir/Rtmpzj0tQh
Copied icon.png to /tmp/RtmpbAe5Ph/working_dir/Rtmpzj0tQh
Copied logo.png to /tmp/RtmpbAe5Ph/working_dir/Rtmpzj0tQh
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘tinytest.R’
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 0.1s
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 38ms
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 4.1s
----- 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-fedora-clang
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 /tmp/RtmpUvt5dA/working_dir/RtmpAXkHFU
Copied icon.png to /tmp/RtmpUvt5dA/working_dir/RtmpAXkHFU
Copied logo.png to /tmp/RtmpUvt5dA/working_dir/RtmpAXkHFU
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/11s]
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 0.2s
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 54ms
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 8.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
Flavor: r-devel-linux-x86_64-fedora-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_05_03_01_50_00_26843/RtmpAvz03l
Copied icon.png to D:/temp/2026_05_03_01_50_00_26843/RtmpAvz03l
Copied logo.png to D:/temp/2026_05_03_01_50_00_26843/RtmpAvz03l
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 0.1s
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.2s
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 23ms
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.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
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/RtmpPx5PTE
Copied icon.png to /home/hornik/tmp/scratch/RtmpPx5PTE
Copied logo.png to /home/hornik/tmp/scratch/RtmpPx5PTE
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’ [3s/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 0.2s
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.9s
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 2.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-patched-linux-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/Rtmpbugtzq
Copied icon.png to /home/hornik/tmp/scratch/Rtmpbugtzq
Copied logo.png to /home/hornik/tmp/scratch/Rtmpbugtzq
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘tinytest.R’ [3s/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 0.2s
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.9s
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 18ms
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
Flavor: r-release-linux-x86_64
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 /Volumes/Temp/tmp/RtmpKtwRFh
Copied icon.png to /Volumes/Temp/tmp/RtmpKtwRFh
Copied logo.png to /Volumes/Temp/tmp/RtmpKtwRFh
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-release-macos-arm64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/1s]
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 20ms
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 62ms
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 4ms
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.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-release-macos-arm64
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 /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
Flavor: r-release-macos-x86_64
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 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
Flavor: r-release-macos-x86_64
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_05_04_01_50_00_14077/RtmpQReSjK
Copied icon.png to D:/temp/2026_05_04_01_50_00_14077/RtmpQReSjK
Copied logo.png to D:/temp/2026_05_04_01_50_00_14077/RtmpQReSjK
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-release-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 81ms
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.1s
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 20ms
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-release-windows-x86_64
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_05_02_20_00_40_23933/Rtmpi0J1cp
Copied icon.png to D:/temp/2026_05_02_20_00_40_23933/Rtmpi0J1cp
Copied logo.png to D:/temp/2026_05_02_20_00_40_23933/Rtmpi0J1cp
Brand theme applied successfully!
Error in brand_add_logo() :
No logo information found in brand configuration.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running 'tinytest.R' [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 0.1s
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.2s
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 25ms
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
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.