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