vincentarelbundock · GitHub

I just cloned this PR locally and am running into several test errors when I run R CMD check and/or tinytest::test_all(). I'm bit worried that I encounter this locally but nothing is getting picked up on our CI suite.... but for, right now, can you just check that this is running fine on your system?

Quick example of a failing test from inst/tinytest/test-density.R:

pkgload::load_all("~/Documents/Projects/tinyplot")
#> ℹ Loading tinyplot
mtcars$am = as.factor(mtcars$am)
with(mtcars, tinyplot(mpg, by = am, type = "density", legend = list(x = "bottom!")))
#> Error in legend(x = list, x = "bottom!", title = "am", lty = c("solid", : formal argument "x" matched by multiple actual arguments

Created on 2024-07-22 with reprex v2.1.0

Read the original on github.com ↗