Thanks Ista,
I will try your procedure next Tuesday. This is going pretty slow because I
only work at that machine Tuesday-Thursday.
I will let you know how it goes (lucky you!) by private email as I don't think
there is any use in bothering all of r-help.
After trying your suggestions next wee
Hi Keith,
So the plot thickens. How is it that you have R 3.1.1 but apt-get
install rJava gives you an old version of the package? This may be
potentially difficult to figure out, but you can try some easy things
first. If I were you I would start with
sudo apt-get remove r-base r-devel
sudo apt-
Ista Et Al,
Unfortunately your suggestion to use remove.packages did exactly the reverse of
what you thought would happen.
I have cleaned up my installation but still have trouble getting rJava to
install properly and of course that means that XLConnect cannot install either.
--
On Tue, Jul 29, 2014 at 12:54 PM, Jeff Newmiller
wrote:
> Sounds to me like a problem outside of R (off topic here).
Possibly, but I suspect that the OP now has two versions of XLConnect
installed, one in the user R library and one in the system-wide R
library.
Keith, try
remove.packages("XLCon
Sounds to me like a problem outside of R (off topic here). In particular, it
doesn't sound like you are using the appropriate tools (apt-get package manager
for R and a JDK; R install.package() for your R packages) to admin your
machine. The only thing you should need sudo for is to run apt-get.
John Et Al.
I can get rJava and XLConnect to work only if I run as super user.
Note that I have built rJava and XLConnect as super user (otherwise neither
package works).
Without sudo
> require(XLConnect)
Loading required package: XLConnect
Error :
John,
I will look at your solution over the weekend.
I looked into openxlsx but I don't think it handles named ranges which are
useful.
Thanks for your help,
KW
On Thursday, July 24, 2014, John McKown
wrote:
> On Thu, Jul 24, 2014 at 8:36 PM, Keith S Weintraub > wrote:
> > Folks,
> >
> > I ha
On Thu, Jul 24, 2014 at 8:36 PM, Keith S Weintraub wrote:
> Folks,
>
> I have been trying to get XLConnect to work on my Linux Mint Maya machine.
>
> R works fine but this package doesn't seem to want to build. Here is the
> message I get after supposedly building XLConnect and rJava:
>
>
>>> req
Folks,
I have been trying to get XLConnect to work on my Linux Mint Maya machine.
R works fine but this package doesn't seem to want to build. Here is the
message I get after supposedly building XLConnect and rJava:
>> require(XLConnect)
> Loading required package: XLConnect
> Error : .onLoad
9 matches
Mail list logo