Universe
The current version of R available when a new version of Ubuntu is released is always available in the universe repository. To install R:
sudo apt-get install r-base
R package installation in ubuntu
install.packages("fitdistrplus")
©