packages
2 0 S S 0 2IT 0 0 1
D ev A ka b a ri
R packages are collections of functions and data
sets developed by the community.
They increase the power of R by improving
existing base R functionalities, or by adding
new ones.
Base Packages
Installed with R but not
Loaded by default.
Contributed Packages
Contributed by the community and need to be
downloaded, installed and loaded by default.
Packages can be downloaded from,
CRAN
CRAN is a network of ftp and web servers around the
world that store identical, up-to-date, versions of code
and documentation for R.
GitHub
GitHub is where over 73 million developers shape the
future of software, together. Contribute to the open
source community.
Crantastic
CRANtastic is a free, open-source web-
application that allows users to search for,
review and tag CRAN packages. It was
created by Hadley Wickham and is
currently being developed by Bjørn
Mæland. It can help you learn more about a
package than it's inclusion on CRAN
allows.
THANK YOU