From 418c003b40569a17636eed31b4732ea099721e06 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Mon, 11 May 2026 07:29:14 -0500 Subject: [PATCH] Update comments & set version --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8159b629..d2313d54 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tibblify Title: Rectangle Nested Lists -Version: 0.4.0.9000 +Version: 0.4.1 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")), diff --git a/NEWS.md b/NEWS.md index 6072b53b..a71b85bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tibblify (development version) +# tibblify 0.4.1 * Fixed type mismatch in C code (#323). diff --git a/cran-comments.md b/cran-comments.md index be29feef..e370f3b9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -19,7 +19,8 @@ Result: NOTE Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64 ``` -* This NOTE is inherited from rlang, and does not appear in any other currently tested flavors. +* This NOTE (on oldrel-macos) is inherited from rlang, and does not appear in any other currently tested flavors. +* There is also a "Days since last update: 2" note, but this submission is to address check failures. * This submission addresses LTO warnings: ```