home.social

#rpackageadvent2025 β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rpackageadvent2025, aggregated by home.social.

  1. 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 packages

    Thank you for following ! Now go make the R ecosystem better! πŸŽ„πŸ“¦
    Keep Learning: r-pkgs.org | usethis.r-lib.org

  2. 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: roxygen2.r-lib.org

  3. 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: pkgdown.r-lib.org

    πŸ“–