[R] R package installation error

2019-01-28 Thread Christian Martin Hennig
Hi there, I'm running R version 3.5.2 on Linux Mint. I try install.packages("hierfstat") and get this: ** byte-compile and prepare package for lazy loading Error in rbind(info, getNamespaceInfo(env, "S3methods")) : number of columns of matrices must match (see arg 2) ERROR: lazy loading

[R] package installation error in Mac OS X

2013-02-03 Thread londonphd
Hi, I installed R in Mac OS X, and trying to installa package. R is not allowing me to install the meboot package. Below is the exact message I got from R: installation of package ‘meboot’ had non-zero exit status trying URL 'http://cran.ma.imperial.ac.uk/src/contrib/meboot_1.1-5.tar.gz'

Re: [R] package installation error in Mac OS X

2013-02-03 Thread Pascal Oettli
Hi, Did you install the Xcode Developer Tools on your machine? HTH, Pascal Le 04/02/2013 03:14, londonphd a écrit : Hi, I installed R in Mac OS X, and trying to installa package. R is not allowing me to install the meboot package. Below is the exact message I got from R: installation of

[R] package installation error in unix

2012-07-19 Thread uday
Hi, Recently I have installed R in my Linux operating system , after installation I was trying to install some packages and I was getting error installed.packages(hdf5) { Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances OS_type License Archs Built} this

Re: [R] package installation error in unix

2012-07-19 Thread Pascal Oettli
Hello, There is a mistake. Type install.packages(hdf5) instead of installed.packages(hdf5) in order to install a package. Best Regards, Passcal Le 19/07/2012 17:02, uday a écrit : Hi, Recently I have installed R in my Linux operating system , after installation I was trying to install

Re: [R] package installation error in unix

2012-07-19 Thread uday
Hi Thanks for reply after usinginstall.packages(hdf5) I get error {Installing package(s) into ‘/home/uday/R/x86_64-pc-linux-gnu-library/2.14’ (as ‘lib’ is unspecified) trying URL 'http://cran.revolutionanalytics.com/src/contrib/hdf5_1.6.9.tar.gz' Content type 'application/x-gzip' length 50870

Re: [R] package installation error in unix

2012-07-19 Thread Sarah Goslee
The error message is here: configure: error: Can't find HDF5 The hdf5 package is an interface to the HDF5 library, so you need to install hdf5 and hdf5-devel through your package manager (yum or apt-get or whatever you use to install things on your linux distro). Or you can get it straight from

Re: [R] package installation error

2009-09-02 Thread Duncan Murdoch
Héctor Villalobos wrote: Hi, This also happens in 2.9.1 and 2.9.2. My personal solution is to look under ' C:\Program Files\R\R-2.9.0\library' for a bizarre-named directory (starts with an 'f' and has numbers and letters mixed) , which contains the package directory (in this case

Re: [R] package installation error

2009-09-02 Thread Haynes, Maurice (NIH/NICHD) [E]
To: Héctor Villalobos Cc: Haynes, Maurice (NIH/NICHD) [E]; r-help@r-project.org Subject: Re: [R] package installation error Héctor Villalobos wrote: Hi, This also happens in 2.9.1 and 2.9.2. My personal solution is to look under ' C:\Program Files\R\R-2.9.0\library' for a bizarre-named directory

Re: [R] package installation error

2009-09-01 Thread Héctor Villalobos
Hi, This also happens in 2.9.1 and 2.9.2. My personal solution is to look under 'C:\Program Files\R\R-2.9.0\library' for a bizarre-named directory (starts with an 'f' and has numbers and letters mixed) , which contains the package directory (in this case 'robustbase') and move it up one level

Re: [R] package installation error

2009-08-31 Thread Haynes, Maurice (NIH/NICHD) [E]
On Sun April 19, you posted the following on R-help: After installing 2.9.0 I tried loading packages, but keep getting the following error. package 'robustbase' successfully unpacked and MD5 sums checked Error in normalizePath(path) : path[1]=C:\Program Files\R\R-2.9.0\library/robustbase:

Re: [R] package installation error

2009-08-31 Thread Duncan Murdoch
On 31/08/2009 8:53 AM, Haynes, Maurice (NIH/NICHD) [E] wrote: On Sun April 19, you posted the following on R-help: After installing 2.9.0 I tried loading packages, but keep getting the following error. package 'robustbase' successfully unpacked and MD5 sums checked Error in

[R] package installation error

2009-04-19 Thread Joseph P Gray
After installing 2.9.0 I tried loading packages, but keep getting the following error. package 'robustbase' successfully unpacked and MD5 sums checked Error in normalizePath(path) : path[1]=C:\Program Files\R\R-2.9.0\library/robustbase: The system cannot find the file specified I've tried

Re: [R] package installation error

2009-04-19 Thread Joseph P Gray
No, this is on Windows-Xp. From: Erin Hodgess erinm.hodg...@gmail.com To: Joseph P. Gray jpg...@uwm.edu Sent: Sun, 19 Apr 2009 19:17:34 -0500 (CDT) Subject: Re: [R] package installation error Hi Pat! Are you using Windows Vista by any chance, please? If so, try running as administrator