brodieG / vetr

Trust, but Verify
78 stars 2 forks source link

Don't assign attributes to symbol #81

Closed brodieG closed 7 years ago

brodieG commented 7 years ago

As per @kalibera

--- a/orig/vetr/tests/unitizer/alike.R
+++ b/fix/vetr/tests/unitizer/alike.R
@@ -306,7 +306,7 @@ unitizer_sect("Calls / Formulas", {
    c0.1 <- c0.2 <- c0.3 <- c0
    attr(c0.1, "blah") <- "hello"
    attr(c0.2, "blah") <- 1:3
-  attr(c0.3[[1L]], "blah") <- "hello"
+  #attr(c0.3[[1L]], "blah") <- "hello"