Discover and read the best of Twitter Threads about #PackageDevelopment

Most recents (1)

1/ 📚 Advanced R Package Development: Best Practices and Tips 🛠️ Explore the process of creating, documenting, and testing your own R packages like a pro! #rstats #AdvancedR #PackageDevelopment #DataScience Source: https://pavlov.tech...
2/ 🏗️ Package Structure: Organize your package effectively by:

⚫️Using usethis::create_package() to set up the structure
⚫️Organizing functions in R/ directory
⚫️Placing data in data/ or extdata/ directories
⚫️Adding vignettes and README for documentation
#rstats #datascience
3/ 📝 Documentation: Make your package user-friendly by:

⚫️Writing clear, concise function descriptions
⚫️Using roxygen2 for function documentation
⚫️Creating package-level documentation with pkgdown
⚫️Writing vignettes to demonstrate usage
#rstats #datascience #AdvancedR
Read 10 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!