From adf736eebe0446d94894112cd5437caccaa1f627 Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:41:21 -0400 Subject: [PATCH] Update date --- R/standalone-vctrs.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/standalone-vctrs.R b/R/standalone-vctrs.R index 70b2e43ff..63a336d5f 100644 --- a/R/standalone-vctrs.R +++ b/R/standalone-vctrs.R @@ -1,7 +1,7 @@ # --- # repo: r-lib/rlang # file: standalone-vctrs.R -# last-updated: 2021-08-27 +# last-updated: 2024-04-17 # license: https://unlicense.org # --- @@ -16,11 +16,11 @@ # 2024-04-17: # * `vec_recycle_common()` throws intended error when `size = 1` but input # is larger. - +# # 2021-08-27: # * `vec_slice()` now preserves attributes of data frames and vectors. # * `vec_ptype2()` detects unspecified columns of data frames. - +# # 2021-08-26: # * Added compat for `vec_as_location()`. #