R Packages

0
(0)

R Packages

作者:HadleyWickham

出版社:O'ReillyMedia

出版年:2015-4-16

页数:202

定价:USD39.99

装帧:Paperback

ISBN:9781491910597

内容简介
······

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 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.

评论 ······

最近用的package和看的书都是hadley的,他的贡献颇多啊。这本书确实比官方文档更“用户友好”。最后,更深入的东西还是需要查阅文档或者stack overflow

速成上手

为了写一个小R包跟着走了一遍 易读易懂 挺好的

quote 'the book written by Hadley Wickham, the guy who also wrote ggplot2, dplyr, testthat, roxygen2, etc…….'

点击星号评分!

平均分 0 / 5. 投票数: 0

还没有投票!请为他投一票。

推荐阅读

评论 抢沙发

评论前必须登录!

 

登录

找回密码

注册