pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
398 stars 35 forks source link

docs(news): tweak NEWS.md #1040

Closed eitsupi closed 1 month ago

eitsupi commented 1 month ago

Hmm Markdownlint and Mkdocs seem to be incompatible.......

eitsupi commented 1 month ago

Can you check whether this is fine on the rendered website?

Yes, of course I checked locally.

image

As an aside, it would be useful to have an option to render only the NEWS.md file and skip the execution of the man file. pkgdown have functions to render only certain files, I believe.

etiennebacher commented 1 month ago

For now we only have freeze = TRUE to skip files that didn't change

eitsupi commented 1 month ago

For now we only have freeze = TRUE to skip files that didn't change

Yes, I have used it and seen the results. However, right after deleting the generated files, we need to wait until all man pages are rendered.

altdoc::render_docs(freeze = TRUE, parallel = TRUE, verbose = TRUE)