https://github.com/malcolmbarrett/rsg.zenartofrpkgs
You're Already Ready: Zen and the Art of R Package Development
https://github.com/malcolmbarrett/rsg.zenartofrpkgs
Last synced: 2 days ago
JSON representation
You're Already Ready: Zen and the Art of R Package Development
- Host: GitHub
- URL: https://github.com/malcolmbarrett/rsg.zenartofrpkgs
- Owner: malcolmbarrett
- Created: 2020-12-07T17:36:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:50:32.000Z (over 4 years ago)
- Last Synced: 2025-03-27T01:11:23.469Z (20 days ago)
- Language: JavaScript
- Homepage: https://bit.ly/rsg-zenrpkgs
- Size: 5.68 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - malcolmbarrett/rsg.zenartofrpkgs - You're Already Ready: Zen and the Art of R Package Development (JavaScript)
README
# You're Already Ready: Zen and the Art of R Package Development
Presented at [rstudio::global(2021L)](https://rstudio.com/conference/) on January 21, 2021.
Modern tools in R development like usethis make it easy to work with packages, and treating projects as packages makes it easier to write reproducible code. When you write R packages, you also unlock a whole ecosystem of tools that will make it easier to test, document, and share your code. A fundamental belief in Zen is that you are already complete, that you already have everything you need. I’ll talk about why your project is already an R package, why you’re already an R package developer, and why you already have the skills to walk the path of development.