Kirill Müller

Results 2418 comments of Kirill Müller

Bottom line: the functionality still feels useful, why not merge it with _styler_ at some point?

@rubenarslan: It seems that the error is in the last chunk in `_codebook_item.Rmd` . You can no longer rely on `tibble::enframe()` to produce an error if the input is a...

I'm not even sure `enframe()` should be supported for data frames. Let's tackle this when you're back, enjoy vacation!

Can you please install https://github.com/tidyverse/tibble/pull/915 and let me know if codebook still fails its checks, and if so if is a tibble or a codebook problem?

I don't mind removing `draft = FALSE`, it will become inconsequential with #31 and #262.

Yes, an immutable object that holds the NEWS in a structured way, and the relevant data from `DESCRIPTION`, with reading/writing support, seems like a great idea.

Requirements as I see them: - The 🐔 object (S3 class: `"fledge_ling"`?) should contain a structured version of `NEWS.md`, with a fallback if the file can't be parsed for whatever...

For collecting `NEWS.md` files from CRAN, I remember @mpadge worked on a project that consisted of analyzing all CRAN packages (?).

How would one get a fledgling object with pending items? Why is it important to separate items that are not yet materialized?