Skip to content

Commit

Permalink
avoid warning about last_warnings() (#6025)
Browse files Browse the repository at this point in the history
* avoid warning about last_warnings()

related to:
 - r-lib/pillar#368
 - tidyverse/tibble#955

* missing ,

* tidyverse/tibble

* bump lifecycle requirement, use cran tibble and pillar
  • Loading branch information
romainfrancois committed Sep 29, 2021
1 parent e289e80 commit 14d5280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Imports:
ellipsis,
generics,
glue (>= 1.3.2),
lifecycle (>= 1.0.0),
lifecycle (>= 1.0.1),
magrittr (>= 1.5),
methods,
R6,
Expand Down

0 comments on commit 14d5280

Please sign in to comment.