Daniel Possenriede
Daniel Possenriede
`uv init` creates different file structures for [applications](https://docs.astral.sh/uv/concepts/projects/#applications) and [libraries](https://docs.astral.sh/uv/concepts/projects/#libraries). So do we need an option to specify that a project is a library here (application is `uv init`'s default)?
`/document` GHA still needs to be run.
😆 well, the example _is_ a proper reprex, but I guess you mean "gimme one block of code, please". ``` r library(readr) parse_date("15. Januar 2015", "%d. %B %Y", locale =...
reprex [without prose](https://github.com/tidyverse/readr/issues/1467#issuecomment-1659792931): ``` r library(readr) tf #> ── Column specification ──────────────────────────────────────────────────────── #> cols( #> mpg = col_number(), #> cyl = col_double(), #> disp = col_double(), #> hp = col_double(),...