r-cran-inline software package provides GNU R package to inline C, C++, Fortran functions from R, 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-inline
r-cran-inline is installed in your system.
Make ensure the r-cran-inline package were installed using the commands given below,
$ sudo dpkg-query -l | grep r-cran-inline *
You will get with r-cran-inline package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | GNU R |
| Package | r-cran-inline |
| Version | 0.3.13-1 |
| Description | GNU R package to inline C, C++, Fortran functions from R |
| Sub Section | Gnu-r |