R Packages Wickham Hadley
R Packages Wickham Hadley Turn your R code into packages that others can easily download and use. In the process, you'll work with devtools, roxygen, and testthat, a set of R packages that automate…
Specifikacia R Packages Wickham Hadley
R Packages Wickham Hadley
Turn your R code into packages that others can easily download and use. In the process, you'll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks. This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham's package development philosophy.
You'll learn to focus on what you want your package to do, rather than think about package structure. Devtools encapsulates best practices that Hadley has learned from years of working with this programming language.Ideal for developers, data scientists, and programmers with various backgrounds, this book starts you with the basics and shows you how to improve your package writing over time. - Learn about the most useful components of an R package, including vignettes and unit testsAutomate