UBC-MDS / quanteda

Perform exploratory data analysis (EDA) on quantitative financial data.
https://quanteda.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Create project structure for the software package #7

Closed dorisyycai closed 10 months ago

dorisyycai commented 10 months ago

Create the project structure for your software package appropriate for the language you have chosen, and push it as a public repository in the UBC-MDS organization on Github.com.

If you are choosing to work in the Python programming language, there is a quickstart guide for setting up the structure for Python project, you can find it here. This time when you are prompted as whether to include GitHub Actions, say yes! In particular, choose option 3 (build + deploy).

If you are choosing to work in the R programming language use the devtools and usethis package for setting up the structure for R project.

meretelutz commented 10 months ago

Project structure created 👍