-
Notifications
You must be signed in to change notification settings - Fork 12
Upkeep 2025 06 #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Upkeep 2025 06 #55
Conversation
Thanks! The new way of rendering the README is to create a separate I'd rather not spend time on hex logos, as much as I like them. I'd keep the logo in an issue for somebody else to decide. |
@krlmlr in commit 2efaf15 I kept the call to: x <- gsub(
'(`vignette[(]"([^"]+)"[)]`)',
"[\\1](https://blob.tidyverse.org/articles/\\2.html)",
x
) Although there are no articles yet in the package, I thought it couldn't hurt to leave it there to both have symmetry with tibble and duckplyr, and also to future proof the process should an article be added. |
ef4a6a7
to
fd305f7
Compare
The logo has now been moved to a separate PR as requested. Thanks! |
closes #54