Record Display for the EPA National Library Catalog

RECORD NUMBER: 46 OF 62

Main Title R packages /
Author Wickham, Hadley.
Publisher O'Reilly Media,
Year Published 2015
OCLC Number 898161451
ISBN 9781491910597; 1491910593
Subjects R (Computer program language) ; R (programsprĂȘak)
Holdings
Library Call Number Additional Info Location Last
Modified
Checkout
Status
EHBM  QA276.45.R3W522 2015 CEMM/ACESD Library/Narragansett,RI 02/06/2017
ESBM  QA276.45.R3W522 2015 CPHEA/PESD Library/Corvallis,OR 06/29/2016
Edition First edition.
Collation xiv, 182 pages : illustrations ; 24 cm
Notes
Includes index.
Contents Notes
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 author Hadley Wickham's package development philosophy. In the process, you'll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks. 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. You'll learn to focus on what you want your package to do, rather than think about package structure. Ideal for developers, data scientists, and programmers with various backgrounds, this book starts with the basics and shows you how to improve your package writing over time. You'll learn to focus on what you want your package to do, rather than think about package structure. Pt. I. Getting started -- Package structure -- pt. II. Package components -- R code -- Package metadata -- Object documentation -- Vignettes : long-form documentation -- Testing -- Namespace -- External data -- Compiled code -- Installed files -- Other components -- pt. III. Best practices -- Git and GitHub -- Automated checking -- Releasing a package.