hadley verse

12
HadleyVerse celebrating the genius of Hadley Wickham

Upload: ajay-ohri

Post on 16-Aug-2015

394 views

Category:

Data & Analytics


1 download

TRANSCRIPT

Page 1: Hadley verse

HadleyVersecelebrating the genius of Hadley Wickham

Page 2: Hadley verse

Fun FactThe Underverse is a constellation of dark, new stars. The Necromonger Empire consider it their promised land; that only the Lord Marshals of the Necromongers are known to have journeyed to.

Underverse - Riddick Wiki - The Chronicles of Riddickriddick.wikia.com/wiki/Underverse

Page 3: Hadley verse
Page 4: Hadley verse
Page 5: Hadley verse

Maintains 10 Packages

Page 6: Hadley verse

Code #http://cran.rstudio.com/web/packages/packages.rds

getwd()

setwd("/home/ajay/Desktop")

library(RDS)

pkgs=readRDS(file="packages.rds")

library(data.table)

pkgs2=data.table(pkgs)

setkey(pkgs2,Author)

a=pkgs2[grep("Hadley Wickham",pkgs2$Author)] ##(Yes , there is a Charlotte Wickham so “Wickham” wont work)

library(dplyr)

names(a)

b=select(a,Package,Author)

Page 7: Hadley verse

HadleyVerse =63 packages> print(b$Package)

[1] "assertthat" "babynames" "fueleconomy" "nasaweather" "nycflights13"

[6] "knitr" "GGally" "geozoo" "tourrGui" "cowplot"

[11] "ggmap" "broom" "tourr" "rggobi" "lubridate"

[16] "classifly" "clusterfly" "gtable" "hflights" "meifly"

[21] "memoise" "profr" "reshape" "reshape2" "nullabor"

[26] "DescribeDisplay" "roxygen2" "stringr" "plyr" "RSQLite"

[31] "haven" "xml2" "pryr" "bigrquery" "httr"

[36] "lazyeval" "rvest" "scales" "testthat" "tidyr"

[41] "readxl" "readr" "dplyr" "ggplot2" "devtools"

[46] "rstudioapi" "Rd2roxygen" "evaluate" "rappdirs" "fda"

[51] "rmarkdown" "cellranger" "RMySQL" "curl" "plotrix"

[56] "leaflet" "wesanderson" "HistData" "plumbr" "magrittr"

[61] "itertools" "ggvis" "namespace"

Page 8: Hadley verse

RipleyVerse =26 packages[1] "itree" "boot" "polyclip" "MASS"

[5] "spatial" "class" "nnet" "tree"

[9] "RODBC" "MDM" "rattle" "gnm"

[13] "gap" "Rcmdr" "car" "TSA"

[17] "xgobi" "RODBCext" "KernSmooth" "quantreg"

[21] "pspline" "rpart" "gee" "pbdSLAP"

[25] "pbdMPI" "mpath

Page 9: Hadley verse

DirkVerse =41 packages [1] "fortunes" "lbfgs" "RcppFaddeeva" "drat" [5] "gcbd" "pkgKitten" "RcppAnnoy" "RcppAPT" [9] "RcppTOML" "RcppXts" "rfoaas" "RPushbullet" [13] "sanitizers" "random" "RcppRedis" "RcppStreams" [17] "RcppZiggurat" "RDieHarder" "RVowpalWabbit" "digest" [21] "RcppSMC" "RcppBDT" "RcppExamples" "RInside" [25] "RcppClassicExamples" "RcppClassic" "RcppCNPy" "RcppDE" [29] "BH" "RApiSerialize" "RQuantLib" "Rcpp" [33] "RcppEigen" "nloptr" "RPostgreSQL" "inline" [37] "phylobase" "RcppGSL" "RcppArmadillo" "RProtoBuf" [41] "dendextendRcpp"

18 packages contain words Rcpp word

Page 10: Hadley verse

Hadleyverse wins ?

Page 11: Hadley verse

HadleyVerse ExplainedDataset PackagesData ImportData Manipulation PackagesData Visualization PackagesOutputDeveloper Tools

Page 12: Hadley verse

This presentation was meant to be taken lightly