#rpackageadvent2025 β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rpackageadvent2025, aggregated by home.social.
-
We Made It! π
25 days. Complete modern R package development workflow. From usethis automation to CRAN submission. You have everything you need!
Your Next Steps:
β¨ Apply these tools to your packages
π Bookmark for reference
π€ Share knowledge with community
π Build amazing R packagesThank you for following #RPackageAdvent2025! Now go make the R ecosystem better! ππ¦
Keep Learning: https://r-pkgs.org | https://usethis.r-lib.org -
Day 7: roxygen2 Advanced Tags and Cross-References π
Master documentation with advanced roxygen2 features, with markdown-style writing! π―
π‘ Pro Tip: Use @inheritDotParams to inherit ... parameter documentation.
π Resources: https://roxygen2.r-lib.org -
Day 5: Package Structure with pkgdown Site Generation π
Create beautiful documentation websites for your packages! β¨Setup: π§
usethis::use_pkgdown()
pkgdown::build_site()π‘ Pro Tip: Use usethis::use_pkgdown_github_pages() for automatic deployment.
π Resources: https://pkgdown.r-lib.org