How to Install and Uninstall r-cran-plyr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "r-cran-plyr" package

Please follow the guidance below to install r-cran-plyr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install r-cran-plyr

2. Uninstall "r-cran-plyr" package

This tutorial shows how to uninstall r-cran-plyr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove r-cran-plyr $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-plyr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-plyr
Priority: optional
Section: universe/gnu-r
Installed-Size: 880
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 1.8.3-1
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), r-base-core (>= 3.2.1-1), r-api-3, r-cran-rcpp
Recommends: r-cran-domc, r-cran-abind
Filename: pool/universe/r/r-cran-plyr/r-cran-plyr_1.8.3-1_amd64.deb
Size: 730190
MD5sum: 2807cf08baef70235631c3361a1e3a7f
SHA1: 8bef74f3cf1438c8db72a401e8c5855c86e3c71b
SHA256: a5747668e57176397a4426d4364a577980c39083c0d37c68745037ce54b8fc9e
Description-en: tools for splitting, applying and combining data
plyr is a set of tools that solves a common set of problems: you need to break
a big problem down into manageable pieces, operate on each pieces and then put
all the pieces back together. For example, you might want to fit a model to
each spatial location or time point in your study, summarise data by panels or
collapse high-dimensional arrays to simpler summary statistics. The development
of plyr has been generously supported by BD (Becton Dickinson).
Description-md5: daff54d9bcdcec52e70afbed87cc0968
Homepage: http://had.co.nz/plyr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu