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-04-17 11:54:36 CEST.
| Package | ERROR | OK |
|---|---|---|
| rbranding | 9 | 5 |
Current CRAN status: ERROR: 9, OK: 5
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/RtmpvreWjn
Copied icon.png to /home/hornik/tmp/scratch/RtmpvreWjn
Copied logo.png to /home/hornik/tmp/scratch/RtmpvreWjn
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.7s
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 2.7s
----- 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/Rtmp2d7Cfp
Copied icon.png to /tmp/Rtmp2d7Cfp
Copied logo.png to /tmp/Rtmp2d7Cfp
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 88ms
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 30ms
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.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-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/RtmpjL0tvl/working_dir/Rtmp89qSHr
Copied icon.png to /tmp/RtmpjL0tvl/working_dir/Rtmp89qSHr
Copied logo.png to /tmp/RtmpjL0tvl/working_dir/Rtmp89qSHr
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.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 30ms
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 3.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-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/RtmpNfMBJe/working_dir/Rtmpm1FU61
Copied icon.png to /tmp/RtmpNfMBJe/working_dir/Rtmpm1FU61
Copied logo.png to /tmp/RtmpNfMBJe/working_dir/Rtmpm1FU61
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’
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 1.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 39ms
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.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-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_04_15_01_50_00_27254/RtmpiYB04h
Copied icon.png to D:/temp/2026_04_15_01_50_00_27254/RtmpiYB04h
Copied logo.png to D:/temp/2026_04_15_01_50_00_27254/RtmpiYB04h
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 70ms
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 21ms
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/RtmpXCnZYK
Copied icon.png to /home/hornik/tmp/scratch/RtmpXCnZYK
Copied logo.png to /home/hornik/tmp/scratch/RtmpXCnZYK
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 86ms
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 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 2.2s
----- 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/Rtmphs3D6m
Copied icon.png to /home/hornik/tmp/scratch/Rtmphs3D6m
Copied logo.png to /home/hornik/tmp/scratch/Rtmphs3D6m
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’ [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 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.7s
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 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-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 D:/temp/2026_04_14_01_50_00_7252/RtmpeOksL3
Copied icon.png to D:/temp/2026_04_14_01_50_00_7252/RtmpeOksL3
Copied logo.png to D:/temp/2026_04_14_01_50_00_7252/RtmpeOksL3
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 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 17ms
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-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_04_15_01_50_00_27254/Rtmp4ehUOm
Copied icon.png to D:/temp/2026_04_15_01_50_00_27254/Rtmp4ehUOm
Copied logo.png to D:/temp/2026_04_15_01_50_00_27254/Rtmp4ehUOm
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 97ms
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 24ms
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.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-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.