Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I wish you told me earlier about ... #2

Open
cboettig opened this issue Jan 23, 2012 · 2 comments
Open

I wish you told me earlier about ... #2

cboettig opened this issue Jan 23, 2012 · 2 comments

Comments

@cboettig
Copy link
Contributor

R packages

  • ggplot2 - for awesome plots
  • roxygen2 - documenting R code intelligently
  • knitr - dynamic documents
  • devtools - for making r packages
  • RCurl & XML - for mining data from the internet
  • snowfall - for parallel R

R commands

@ashander
Copy link
Member

ashander commented Feb 1, 2012

@ybrandvain can you add some of your favorite R commands (e.g. the lapply + do.call(rbind,..) workflow) to this thread?

@ashander
Copy link
Member

Quoting an email from Carl:

If you're doing computations in R where the size of the data is rate-limiting, (or even not), check out the data.table package. Behaves like a data.frame, but also offers SQL-like operations. It can speed up operations > 100x (while also making the syntax more clean/precise).

Also on my list of things I which I knew about earlier: Hadley's talk on tidy data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants