One of the many powerful aspects of R is it's extensibility, implemented primary through packages (maintained through a library based system).
R
Let's install an example package, Hmisc:
Hmisc
install.packages('Hmisc')