한국보건사회연구원 전자도서관

로그인

한국보건사회연구원 전자도서관

자료검색

  1. 메인
  2. 자료검색
  3. 통합검색

통합검색

단행본

R packages

서명/저자사항
R packages
판사항
First edition
개인저자
Wickham, Hadley
발행사항
Sebastopol, CA O'Reilly Media, 2015.
형태사항
xiv, 182 p. : illustrations ; 24 cm
ISBN
9781491910597
주기사항
Includes index
소장정보
위치등록번호청구기호 / 출력상태반납예정일
이용 가능 (1)
자료실WM020524대출가능-
이용 가능 (1)
  • 등록번호
    WM020524
    상태/반납예정일
    대출가능
    -
    위치/청구기호(출력)
    자료실
책 소개

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. This practical book shows you how to turn your code into packages that others can easily download and use. By applying author Hadley Wickham’s philosophy of package development, you’ll learn to focus on what you want your package to do, rather than think about package structure.

You’ll also work with Hadley’s devtools package, a suite of R functions for automating common development tasks. Devtools encapsulates best practices of package development that he’s learned over the years. With this book, Hadley will show you how to use devtools to develop your own packages.

  • Create R packages that save you time and are easy for others to use
  • Understand the most common and useful components of packages
  • Start with the basics and improve your package writing over time
  • Automate anything you can and do as much as possible with functions
  • Streamline your development process with devtools
  • Learn from a well-respected member of the R community who created 30 R packages including ggplot2