r-cran-rsqlite software package provides Database Interface R driver for SQLite, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install r-cran-rsqlite
r-cran-rsqlite is installed in your system.
Make ensure the r-cran-rsqlite package were installed using the commands given below,
$ sudo dpkg-query -l | grep r-cran-rsqlite *
You will get with r-cran-rsqlite package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | GNU R |
| Package | r-cran-rsqlite |
| Version | 0.11.2-1build1 |
| Description | Database Interface R driver for SQLite |
| Sub Section | Gnu-r |