It's in the repos. apt-get install r-cran-lattice Cheers, Tyler
Lattice package not listed
5 messages · Tyler Smith, Oscar Moreno, Dirk Eddelbuettel
I do not find the package "lattice" when I try to install it with install.packages(). Where is it? I gave tried the Austria and USA(PA1) to no avail. I am using Ubuntu 6.10 with R 2.4.0 installed from CRAN. TIA Oscar
On 19 November 2006 at 16:15, oscar.moreno at verizon.net wrote:
| I do not find the package "lattice" when I try to install it with install.packages(). Where is it? I gave tried the Austria and USA(PA1) to no avail.
|
| I am using Ubuntu 6.10 with R 2.4.0 installed from CRAN.
As far as I know, the backport for Ubuntu that Christian provides contains
lattice inside the main package. So try
> install("lattice")
inside R.
On 19 November 2006 at 17:43, Tyler Smith wrote:
| It's in the repos. | | apt-get install r-cran-lattice That is true for Debian, but not for Ubuntu. Dirk
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
On 19 November 2006 at 17:11, Dirk Eddelbuettel wrote:
|
| On 19 November 2006 at 16:15, oscar.moreno at verizon.net wrote:
| | I do not find the package "lattice" when I try to install it with install.packages(). Where is it? I gave tried the Austria and USA(PA1) to no avail.
| |
| | I am using Ubuntu 6.10 with R 2.4.0 installed from CRAN.
|
| As far as I know, the backport for Ubuntu that Christian provides contains
| lattice inside the main package. So try
|
| > install("lattice")
|
| inside R.
Sorry, that was meant to say
> library("lattice")
Dirk
|
| On 19 November 2006 at 17:43, Tyler Smith wrote:
| | It's in the repos. | | | | apt-get install r-cran-lattice | | That is true for Debian, but not for Ubuntu. | | Dirk | | -- | Hell, there are no rules here - we're trying to accomplish something. | -- Thomas A. Edison | | _______________________________________________ | R-SIG-Debian mailing list | R-SIG-Debian at r-project.org | https://stat.ethz.ch/mailman/listinfo/r-sig-debian
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison
On 19 November 2006 at 17:46, Dirk Eddelbuettel wrote:
|
| On 19 November 2006 at 17:11, Dirk Eddelbuettel wrote:
| |
| | On 19 November 2006 at 16:15, oscar.moreno at verizon.net wrote:
| | | I do not find the package "lattice" when I try to install it with install.packages(). Where is it? I gave tried the Austria and USA(PA1) to no avail.
| | |
| | | I am using Ubuntu 6.10 with R 2.4.0 installed from CRAN.
| |
| | As far as I know, the backport for Ubuntu that Christian provides contains
| | lattice inside the main package. So try
| |
| | > install("lattice")
| |
| | inside R.
|
| Sorry, that was meant to say
|
| > library("lattice")
Actually, not my day today. I finally dawned on me that you are simply
missing the r-recommended package. For the backports at CRAN, it contains all
the recommended packages. See the directory at
http://cran.r-project.org/bin/linux/ubuntu/dapper/
| | On 19 November 2006 at 17:43, Tyler Smith wrote:
| | | It's in the repos. | | | | | | apt-get install r-cran-lattice | | | | That is true for Debian, but not for Ubuntu. Under Debian proper, r-recommended pulls in r-cran-lattice. For Debian backports at CRAN and for Ubuntu backport, r-recommended is the one. Last post for the day, I promise... Dirk
Hell, there are no rules here - we're trying to accomplish something.
-- Thomas A. Edison