Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-29 Thread C W
Hi Henrik, I don't quite get what I should do here. I am not familiar with R.methodS3. Can you tell me what command exactly do I need to do? Thanks, Mike On Thu, May 28, 2015 at 3:30 PM, Henrik Bengtsson henrik.bengts...@ucsf.edu wrote: For some unknown reason, you've managed to install

Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-29 Thread Ben Bolker
C W tmrsg11 at gmail.com writes: Hi Henrik, I don't quite get what I should do here. I am not familiar with R.methodS3. Can you tell me what command exactly do I need to do? Thanks, Mike install.packages(R.methodsS3) install.packages(R.matlab) library(R.matlab) [snip snip

Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-29 Thread C W
Hi Ben, Thanks for the fun clip. I love it. Have a wonderful day! -M On Fri, May 29, 2015 at 5:10 PM, Ben Bolker bbol...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think Henrik's point (which I merely clarified) was that something funky (we'll probably never know

Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-29 Thread C W
Wow, thanks Ben. That worked very well. I guess I didn't have R.methodS3? But that doesn't make sense, because I was using R.matlab few weeks ago. I believe I was on R 3.1. Maybe it's in R 3.1 folder? I am using a Mac, btw. Cheers, -M On Fri, May 29, 2015 at 1:55 PM, Ben Bolker

Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-29 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think Henrik's point (which I merely clarified) was that something funky (we'll probably never know what, and it's not worth figuring out unless it happens again/to other people) had gone wrong and that the easiest thing to do was just to

[R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-28 Thread C W
Dear R list, I am trying to do use the R.matlab library, I did the following, but it does not work. library(R.matlab) Error in loadNamespace(j - i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘R.methodsS3’ Error: package or namespace load failed for

Re: [R] Why I am not able to load library(R.matlab)? Other packages are fine.

2015-05-28 Thread Henrik Bengtsson
For some unknown reason, you've managed to install R.matlab without the dependency R.methodsS3 (cf. http://cran.r-project.org/web/packages/R.matlab/) or it happened due to some other glitch somewhere. Try to reinstall R.matlab. If that doesn't help, explicitly install R.methodsS3 and retry. If