Skip to content

Instantly share code, notes, and snippets.

View vanhumbeecka's full-sized avatar
🎯
Focusing

vanhumbeecka

🎯
Focusing
View GitHub Profile
Verifying my Blockstack ID is secured with the address 16MWwBrV8WmfN6VwCm7ZsyMy3kyU3Ur4xm https://explorer.blockstack.org/address/16MWwBrV8WmfN6VwCm7ZsyMy3kyU3Ur4xm

Keybase proof

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:

Hi, this is my test idea gists. Hope this works with markdown.

..

some spaces..

done!

@vanhumbeecka
vanhumbeecka / CRAN_repositories.R
Last active August 29, 2015 14:15
R repositories on CRAN
## 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"