I hereby claim:
- I am vanhumbeecka on github.
- I am andriesvh (https://keybase.io/andriesvh) on keybase.
- I have a public key ASBBMNgN5FzPNvl-WHfSwymVjWIW1poM6APSN77i74iCaAo
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 16MWwBrV8WmfN6VwCm7ZsyMy3kyU3Ur4xm https://explorer.blockstack.org/address/16MWwBrV8WmfN6VwCm7ZsyMy3kyU3Ur4xm |
I hereby claim:
To claim this, I am signing this object:
Hi, this is my test idea gists. Hope this works with markdown.
..
some spaces..
done!
## Plot the number of R repositories per year, contributed to the CRAN package manager. | |
## This gives an indication of the popularity of the R language over the years. | |
library(XML) | |
library(data.table) | |
library(stringr) | |
library(ggplot2) | |
library(plyr) | |
theurl <- "http://cran.r-project.org/web/packages/available_packages_by_date.html" |