《R Packages》

《R Packages》 《R Packages》

  • 书名:《R Packages》
  • 分类:编程
  • 作者:Hadley Wickham
  • 出版社:O'Reilly Media
  • 出版年:2015-4-16
  • 售价:USD 39.99
  • 装订:Paperback
  • 页码:202

《R Packages》 内容介绍:

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

作者Hadley Wickham介绍:

Hadley is Chief Scientist at RStudio and Adjunct Professor of Statistics at Rice University. He is interested in building better tools for data science. His work includes R packages for data analysis (ggvis, dplyr, tidyr); packages that make R less frustrating (lubridate for dates, stringr for strings, httr for accessing web APIs, rvest for webscraping); and that make it easier to do good software development in R (roxygen2, testthat, devtools). He is also a writer, educator, and frequent speaker promoting more accessible, more effective and more fun data analysis.


微信扫一扫关注公众号

0 个评论

要评论图书请先登录注册

你也许想看:

Android开发艺术探索

《Android开发艺术探索》

任玉刚.电子工业出版社.2015-9-1

“《Android开发艺术探索》是一本Android进阶类书籍,采用理论、源码和实践相结合的方式来阐述高水准的Androi...”

Scala程序设计

《Scala程序设计》

[美]Venkat Subramaniam.人民邮电出版社.2010-8

“Scala是一种针对 JVM 的通用的编程语言,用来以简明、优雅、类型安全的方式表示常见的编程模式。它无缝集成了面向对象...”

天书夜读

《天书夜读》

谭文,邵坚磊.电子工业出版社.2008-10

“从貌似天书的汇编代码中,一探Windows底层的核心实现。. 在开发中出现的问题,能从Windows自身找到答案!......”

C++ Primer习题集(第5版)

《C++ Primer习题集(第5版)》

【美】Stanley B. Lippman( 斯坦利 李普曼),【美】Barbara E. Moo (芭芭拉 默) 著,【美】Josee Lajoie(约瑟 拉乔伊 ).电子工业出版社.2015-3-1

“C++ Primer(Fifth Edition)由三位C++大师Stanley B. Lippman、Josée La...”

The Swift Programming Language

《The Swift Programming Language》

苹果公司.Apple Inc..2014-6-2

“Swift is a new programming language for creating iOS and OS ...”

Linux内核完全注释

《Linux内核完全注释》

赵炯.机械工业出版社.2005-8

“Linux内核完全注释,ISBN:9787111149682,作者:赵炯编著”

Programming Social Applications

《Programming Social Applications》

Jonathan LeBlanc.O'Reilly Media.2011-8-22

“Like all good web ventures, the Social Web has risen in prom...”

Fluent Python

《Fluent Python》

Luciano Ramalho.O'Reilly Media.2015-8-20

“Learn how to write idiomatic, effective Python code by lever...”

iOS Development using MonoTouch Cookbook

《iOS Development using MonoTouch Cookbook》

Dimitris Tavlikos.Packt Publishing.2011-12-14

“”

.NET设计规范

《.NET设计规范》

克瓦林纳.人民邮电出版社.2006-7

“本书为框架设计师和广大开发人员设计高质量的软件提供了权威的指南。书中介绍了在设计框架时的最佳实践,提供了自顶向下的规范,...”

The Craft of Text Editing

《The Craft of Text Editing》

Craig A. Finseth.Springer-Verlag.1991-10

“Never before has a book been published that describes the te...”

C++跨平台开发技术指南

《C++跨平台开发技术指南》

[美] Syd Logan.机械工业出版社.2009-1

“《C++跨平台开发技术指南》详细介绍c++语言的跨平台技术,包含的主要内容有:Netscape在向数百万Win.dows...”

Java程序设计语言

《Java程序设计语言》

[美] Ken Arnold, James Gosling, David Holmes.人民邮电出版社.2006-11

“《Java 程序设计语言(第4版)》主要讲授Java程序设计语言,系统地介绍Java的主要包(即java.lang.*、...”

Windows高级调试

《Windows高级调试》

Mario Hewardt,Daniel Pravat.机械工业出版社.2009-5

“本书主要讲解Windows高级调试思想和工具,并涉及一些高级调试主题。本书内容主要包括:工具简介、调试器简介、调试器揭密...”

The Nature of Software Development

《The Nature of Software Development》

Ron Jeffries.Pragmatic Bookshelf.2015-3-1

“”

Writing GNU Emacs Extensions

《Writing GNU Emacs Extensions》

Bob Glickstein.O'Reilly.01 April, 1997

“”

C++语言99个常见编程错误

《C++语言99个常见编程错误》

Stephen C. Dewhurst.清华大学出版社.2009

“本书是C++语言大师Stephen C. Dewhurst在多年教授C++课程中所遇到的常见错误的心得笔记之基础上编写而...”

Windows并发编程指南

《Windows并发编程指南》

杜飞.机械工业出版社.2010-1

“《Windows并发编程指南》详细讲述Windows并发编程的相关知识。内容分为四个部分:第一部分“概念”从高层视角介绍...”

Clojure for the Brave and True

《Clojure for the Brave and True》

Daniel Higginbotham.No Starch Press.2015-10-25

“For weeks, months?—nay!—from the very moment you were born, ...”

面向对象葵花宝典:思想、技巧与实践

《面向对象葵花宝典:思想、技巧与实践》

.电子工业出版社.2015-12

“《面向对象葵花宝典:思想、技巧与实践》系统地讲述了面向对象技术的相关内容,包括面向对象的基本概念、面向对象开发的流程、面...”