Skip to content

Commit 48add28

Browse files
committed
Add to the Why? page: encourage perusal of repos
1 parent eb22af0 commit 48add28

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pages/why.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,23 @@ in some very useful code developed by someone I don't know, because
3939
it's hosted on github.
4040

4141
_You don't have to set up a git server._
42+
43+
44+
### Peruse others' repositories
45+
46+
If you're still not sure about git and github, spend a bit of time
47+
looking through the repositories for packages of interest to you. For
48+
example:
49+
50+
- [Hadley Wickham](http://had.co.nz)'s
51+
[bigvis](https://github.com/hadley/bigvis),
52+
[ggplot2](https://github.com/hadley/ggplot2),
53+
[lubridate](https://github.com/hadley/lubridate), ...
54+
55+
- [Yihui Xie](http://yihui.name)'s [knitr](https://github.com/yihui/knitr)
56+
57+
- My own [R/qtl](http://github.com/kbroman/qtl)
58+
59+
Poke around through the files, and also through the commits:
60+
Click the “Commits” tab and then click on a given commit
61+
to see what changes were made.

0 commit comments

Comments
 (0)