data_with_code
#> ✅︎ verified teal_data object
-#> <environment: 0x55bc12245378> [L]
+#> <environment: 0x5597aed77f50> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • not_a_dataset: <chr> [L]
@@ -413,7 +413,7 @@
data_with_objects_and_code <- teal_data(iris = iris, cars = mtcars, code = expression(iris <- iris, cars <- mtcars))
data_with_objects_and_code
#> ✖ unverified teal_data object
-#> <environment: 0x55bc126eb350> [L]
+#> <environment: 0x5597af2237e0> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • cars: <df[,11]> [L]
@@ -422,7 +422,7 @@
data_with_objects_and_code_ver <- verify(data_with_objects_and_code)
data_with_objects_and_code_ver
#> ✅︎ verified teal_data object
-#> <environment: 0x55bc126eb350> [L]
+#> <environment: 0x5597af2237e0> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • cars: <df[,11]> [L]
diff --git a/main/articles/index.html b/main/articles/index.html
index 794b5ecd7e..1cf0a8bba2 100644
--- a/main/articles/index.html
+++ b/main/articles/index.html
@@ -10,7 +10,7 @@
teal
- 0.15.1.9000
+ 0.15.1.9001
part of