null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

R Packages (Organize, Test, Document, and Share Your Code) - 9781098134945

List Price: $65.99
SKU:
9781098134945
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Hadley Wickham, Jennifer Bryan
    Format:
    Paperback
    Pages:
    381
    Publisher:
    O'Reilly Media (July 25, 2023)
    Language:
    English
    ISBN-13:
    9781098134945
    ISBN-10:
    109813494X
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $65.99
    Case Pack:
    10
    As low as:
    $56.75
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    22.4oz
    Imprint:
    O'Reilly Media
  • Overview

    Turn your R code into packages that others can easily install and use. With this fully updated edition, developers and data scientists will learn how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used by the team that maintains the "tidyverse" suite of packages. In the process, you'll learn how to automate common development tasks using a set of R packages, including devtools, usethis, testthat, and roxygen2.

    Authors Hadley Wickham and Jennifer Bryan from Posit (formerly known as RStudio) help you create packages quickly, then teach you how to get better over time. You'll be able to focus on what you want your package to do as you progressively develop greater mastery of the structure of a package.

    With this book, you will:

    • Learn the key components of an R package, including code, documentation, and tests
    • Streamline your development process with devtools and the RStudio IDE
    • Get tips on effective habits such as organizing functions into files
    • Get caught up on important new features in the devtools ecosystem
    • Learn about the art and science of unit testing, using features in the third edition of testthat
    • Turn your existing documentation into a beautiful and user friendly website with pkgdown
    • Gain an appreciation of the benefits of modern code hosting platforms, such as GitHub