- Добавил: literator
- Дата: 18-04-2023, 03:04
- Комментариев: 0
Название: R Packages: Organize, Test, Document, and Share Your Code, 2nd Edition (Early Release)
Автор: Hadley Wickham, Jenny Bryan
Издательство: O’Reilly Media, Inc.
Год: 2023-04-17
Страниц: 403
Язык: английский
Формат: pdf, epub (true)
Размер: 10.2 MB
Turn your R code into packages that others can easily download and use. This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used in the package known as the tidyverse (and beyond). In the process, you'll work with devtools, usethis, roxygen2, and testthat, a set of R packages that automate common development tasks. Packages are the fundamental units of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this book you’ll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first. So start with the basics and improve it over time. It doesn’t matter if your first version isn’t perfect as long as the next version is better.
Автор: Hadley Wickham, Jenny Bryan
Издательство: O’Reilly Media, Inc.
Год: 2023-04-17
Страниц: 403
Язык: английский
Формат: pdf, epub (true)
Размер: 10.2 MB
Turn your R code into packages that others can easily download and use. This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used in the package known as the tidyverse (and beyond). In the process, you'll work with devtools, usethis, roxygen2, and testthat, a set of R packages that automate common development tasks. Packages are the fundamental units of reproducible R code. They include reusable R functions, the documentation that describes how to use them, and sample data. In this book you’ll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first. So start with the basics and improve it over time. It doesn’t matter if your first version isn’t perfect as long as the next version is better.