data_with_code
#> ✅︎ verified teal_data object
-#> <environment: 0x555b7d2e7880> [L]
+#> <environment: 0x55e868afb890> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • not_a_dataset: <chr> [L]
@@ -386,7 +386,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: 0x555b7f233ff8> [L]
+#> <environment: 0x55e86b2bc348> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • cars: <df[,11]> [L]
@@ -395,7 +395,7 @@
data_with_objects_and_code_ver <- verify(data_with_objects_and_code)
data_with_objects_and_code_ver
#> ✅︎ verified teal_data object
-#> <environment: 0x555b7f233ff8> [L]
+#> <environment: 0x55e86b2bc348> [L]
#> Parent: <environment: package:teal>
#> Bindings:
#> • cars: <df[,11]> [L]
diff --git a/main/articles/index.html b/main/articles/index.html
index ee6237acdf..e6f40264b9 100644
--- a/main/articles/index.html
+++ b/main/articles/index.html
@@ -10,7 +10,7 @@
teal
- 0.14.0.9038
+ 0.14.0.9039
part of