How to keep up to date
This commit is contained in:
parent
d289a41a55
commit
7fc367c265
16
intro.Rmd
16
intro.Rmd
|
@ -164,8 +164,20 @@ You will need to reload the package every time you start a new R session.
|
|||
|
||||
* Stack Overflow. Be sure to read and use [How to make a reproducible example](http://adv-r.had.co.nz/Reproducibility.html)([reprex](https://github.com/jennybc/reprex)) before posting. Unfortunately the R Stack Overflow community is not always the friendliest.
|
||||
|
||||
* Twitter. The #rstats hashtag is very welcoming and is a great way to keep up with
|
||||
what's happening in the community.
|
||||
## Keeping up to date
|
||||
|
||||
* The best place to keep up with what Hadley and Garrett (and everyone
|
||||
else at RStudio is doing) is the [RStudio blog](https://blog.rstudio.org)
|
||||
this is where we post announcements about new packages, new IDE features,
|
||||
and in-person courses.
|
||||
|
||||
* Twitter. You might want to follow
|
||||
Hadley ([@hadleywickham](https://twitter.com/hadleywickham)) or
|
||||
Garrett ([@statgarrett](https://twitter.com/statgarrett)) on twitter.
|
||||
Another resource is the `#rstats` hashtag: if you have a question about
|
||||
R you can tag it with `#rstats` and other R users will see it. And
|
||||
you can follow the hashtag to keep up with what's going on in the
|
||||
community.
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
|
|
Loading…
Reference in New Issue