- `Title:` [[+ 2021-02-20 Malcolm Barrett You're Already Ready Zen and the Art of R Package Development RStudio]]
- `Type:` [[🌲️/+]]
- `Tags:` [[DevLog/r]] - [[Programming]] - [[Software Engineering]]
- `URL:` <https://youtu.be/Mb7wZZ6nPLA>
- `Channel/Host:` [[RStudio]]
- `Reference:`
- `Publish Date:` 2021-02-19
- `Reviewed Date:` [[2021-02-20]]
---
<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mb7wZZ6nPLA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
---
- [x] [4:29](https://youtu.be/Mb7wZZ6nPLA?t=269) `usethis::create_package` function
- [x] [6:34](https://youtu.be/Mb7wZZ6nPLA?t=394) `usethis::use_r` to make an R file
- [x] [8:19](https://youtu.be/Mb7wZZ6nPLA?t=499) `usethis::use_package` to add dependencies to the `DESCRIPTION` file
- [x] [11:31](https://youtu.be/Mb7wZZ6nPLA?t=691) `usethis::use_test` for writing a unit test