forked from hadley/r-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rmd
18 lines (12 loc) · 892 Bytes
/
index.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: Welcome
output: bookdown::html_chapter
---
# R packages
This is the book site for __"R packages"__. It published with O'Reilly in April 2015. You can [order](http://amzn.com/1491910593?tag=r-pkgs-20) a copy from amazon.
<a href="http://amzn.com/1491910593?tag=r-pkgs-20"><img src="cover.png" width="250" height="328" alt="Cover image" /></a>
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. In this section you'll learn how to turn your code into packages that others can easily download and use. Writing a package can seem overwhelming at first. So start with the basics and improve it over time. It doesn't matter if your first version isn't perfect as long as the next version is better.
<ul class="toc">
{% include package-nav.html %}
</ul>