Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tibblify (development version)
# tibblify 0.4.1

* Fixed type mismatch in C code (#323).

Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
Loading