diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index 601baa98..4b7bb961 100644 Binary files a/dev/apple-touch-icon-120x120.png and b/dev/apple-touch-icon-120x120.png differ diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index f7a38269..62a4d6f7 100644 Binary files a/dev/apple-touch-icon-152x152.png and b/dev/apple-touch-icon-152x152.png differ diff --git a/dev/apple-touch-icon-180x180.png b/dev/apple-touch-icon-180x180.png index 81f783af..2b0611ff 100644 Binary files a/dev/apple-touch-icon-180x180.png and b/dev/apple-touch-icon-180x180.png differ diff --git a/dev/apple-touch-icon-60x60.png b/dev/apple-touch-icon-60x60.png index e2a1be52..0dd30452 100644 Binary files a/dev/apple-touch-icon-60x60.png and b/dev/apple-touch-icon-60x60.png differ diff --git a/dev/apple-touch-icon-76x76.png b/dev/apple-touch-icon-76x76.png index b631ab24..6e7edc90 100644 Binary files a/dev/apple-touch-icon-76x76.png and b/dev/apple-touch-icon-76x76.png differ diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index da1c2294..b68a7a9e 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/vroom.html b/dev/articles/vroom.html index 7c82b682..bd46f1e0 100644 --- a/dev/articles/vroom.html +++ b/dev/articles/vroom.html @@ -271,7 +271,7 @@
If you are reading a zip file that contains multiple files with the same format, you can read a subset of the files at once like so:
diff --git a/dev/favicon-16x16.png b/dev/favicon-16x16.png index 48d5e2b1..85c581ee 100644 Binary files a/dev/favicon-16x16.png and b/dev/favicon-16x16.png differ diff --git a/dev/favicon-32x32.png b/dev/favicon-32x32.png index d0c54c4c..e9fc545d 100644 Binary files a/dev/favicon-32x32.png and b/dev/favicon-32x32.png differ diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index ea4a7b2c..a0841c9d 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: benchmarks: benchmarks.html vroom: vroom.html -last_built: 2023-10-03T18:57Z +last_built: 2023-10-07T00:20Z urls: reference: https://vroom.r-lib.org/reference article: https://vroom.r-lib.org/articles diff --git a/dev/reference/gen_tbl.html b/dev/reference/gen_tbl.html index 269b3c89..284db370 100644 --- a/dev/reference/gen_tbl.html +++ b/dev/reference/gen_tbl.html @@ -145,35 +145,35 @@# characters
gen_character(4)
-#> [1] "4g7bE1xrzZg5" "Kbi8R"
-#> [3] "Dju1rMJONECpn8EbREHZqwZ" "yA6Kcg24KK1T"
+#> [1] "9DufB5zD3Kq66dnMleRkRo83x" "Lh4Gpdozz"
+#> [3] "csNXa33DaIm1ut3Sntd9t" "MNaLxFmMehcrQjWCdjPvR3"
# factors
gen_factor(4)
-#> [1] creepy_steer modern_newt creepy_steer modern_newt
-#> 12 Levels: gentle_pronghorn public_mustang young_impala ... plain_hyena
+#> [1] cooing_eland right_kitten white_porcupine cuddly_mustang
+#> 5 Levels: white_porcupine cooing_eland right_kitten ... voiceless_lemur
# logical
gen_logical(4)
-#> [1] TRUE TRUE TRUE FALSE
+#> [1] FALSE TRUE TRUE TRUE
# numbers
gen_double(4)
-#> [1] 1.9927229 1.0633194 -0.5316986 0.3277776
+#> [1] 0.3625361 -0.8927616 1.9790984 1.7455847
gen_integer(4)
-#> [1] 1339680872 492077022 1516035364 1498204758
+#> [1] 1895960537 2106100681 2083141643 845679200
# temporal data
gen_time(4)
-#> 14:12:37
-#> 20:00:21
-#> 22:14:28
-#> 12:03:39
+#> 22:34:57
+#> 08:01:23
+#> 17:46:07
+#> 23:22:25
gen_date(4)
-#> [1] "2006-08-28" "2012-03-23" "2017-10-14" "2007-12-01"
+#> [1] "2017-07-25" "2020-03-18" "2009-03-09" "2004-02-07"
gen_datetime(4)
-#> [1] "2001-01-15 16:09:58 UTC" "2007-05-16 08:06:34 UTC"
-#> [3] "2009-01-04 03:40:38 UTC" "2012-04-22 19:36:03 UTC"
+#> [1] "2017-04-16 01:17:12 UTC" "2020-04-09 02:57:00 UTC"
+#> [3] "2020-11-10 09:20:18 UTC" "2012-02-21 11:44:35 UTC"