Successfully submitted my first package to CRAN 🎉

We bundled a few helper functions from tidy-finance.org, focusing on downloading data for the initial release. In which direction should we extend the package scope? 🤔

Link to CRAN: https://cran.r-project.org/web/packages/tidyfinance/index.html

#rstats #rpackages #tidyfinance

tidyfinance: Tidy Finance Helper Functions

Helper functions for empirical research in financial economics, addressing a variety of topics covered in Scheuch, Voigt, and Weiss (2023) <<a href="https://doi.org/10.1201%2Fb23237" target="_top">doi:10.1201/b23237</a>>. The package is designed to provide shortcuts for issues extensively discussed in the book, facilitating easier application of its concepts. For more information and resources related to the book, visit <<a href="https://www.tidy-finance.org/r/index.html" target="_top">https://www.tidy-finance.org/r/index.html</a>>.

Thankfully, the R Packages book by @hadleywickham and @jennybryan a fantastic guide to building a package from scratch and how to release to CRAN: https://r-pkgs.org/ 🙏
R Packages (2e)

Learn how to create a package, the fundamental unit of shareable, reusable, and reproducible R code.