forked from hadley/r-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreface.Rmd
19 lines (10 loc) · 1.06 KB
/
Preface.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Preface {-}
Welcome to the 2nd edition of R Packages! If you're familiar with the 1st edition, this preface describes the major changes so that you can focus your reading on the new areas.
There are X main goals for this edition:
* Update to reflect changes in the devtools package, specifically, its ["conscious uncoupling"](https://www.tidyverse.org/articles/2018/10/devtools-2-0-0/#conscious-uncoupling) into a set of smaller, more focused packages.
* Expanded coverage of workflow and process, alongside the presentation of all the important moving parts that make up an R package.
* *more to come?*
Specifics about individual chapters:
* New chapter \@ref(whole-game), "The Whole Game", previews key steps in the package development process.
* The sections "Organising your functions" and "Code style", from Chapter \@ref(r), "R code", have been removed, in favor of an online style guide, <http://style.tidyverse.org/>. The style guide is paired with the new styler package [@styler] which can automatically apply many of the rules.
* *something about git/github*