Re: [R] Can not load Rcmdr

2015-03-31 Thread a b
I have a similar issue with tcl.

I am using R on a Linux server.  Rcmdr installed OK, but it won't run:

> R.Version()
$platform
[1] "x86_64-unknown-linux-gnu"

$arch
[1] "x86_64"

$os
[1] "linux-gnu"

$system
[1] "x86_64, linux-gnu"

$status
[1] ""

$major
[1] "3"

$minor
[1] "1.0"

$year
[1] "2014"

$month
[1] "04"

$day
[1] "10"

$`svn rev`
[1] "65387"

$language
[1] "R"

$version.string
[1] "R version 3.1.0 (2014-04-10)"

$nickname
[1] "Spring Dance"

> library(Rcmdr)
Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
  call: structure(.External(.C_dotTcl, ...), class = "tclObj")
  error: [tcl] Invalid state name hover.

Error: package or namespace load failed for 'Rcmdr'
> 


This is kind of frustrating because I don't have admin privileges to install
Rstudio on this server, either.  

I guess it's time to use Emacs.



--
View this message in context: 
http://r.789695.n4.nabble.com/Can-not-load-Rcmdr-tp4655656p4705370.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Can not load Rcmdr

2015-04-01 Thread a b
BTW I've also tried this as non-root:

R CMD javareconf -e

and there's still a problem with rJava not being able to access the library
that was supposedly compiled and installed in my home R directory.

I think it may have to do with the fact we're using an older version of R. 
We're using Java 1.8.0_31-b13 which may be an issue too.



--
View this message in context: 
http://r.789695.n4.nabble.com/Can-not-load-Rcmdr-tp4655656p4705399.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Can not load Rcmdr

2015-04-01 Thread a b
Thanks for the quick response!

While I agree Rcommander is not the same thing as either ESS or RStudio, it
can also be useful as a wrapper when testing out functions and scripts.  I
learned R on it and it's a more comfortable environment for me than ESS. 
(Thank you for writing it!)

Strangely tcltk seems to be functioning just fine on my system. 
tkProgressBar() shows a little horizontal thermometer window with no
complaints.

The problem comes when I try to load Rcommander.
splines, RcmdrMisc, car, and sandwich all load, but then a dialog box pops
up saying that XLConnect is missing and asking permission to install it.

XLConnect won't install because rJava is apparently unavailable for
XLConnectJars because I need to be root in order to install rJava

So I guess I've just answered my own question - without admin access I won't
have either Rstudio or RCommander.  That's the cost of paying someone else
to maintain our Big Machine as part of a server array.

Thanks again,

anja







--
View this message in context: 
http://r.789695.n4.nabble.com/Can-not-load-Rcmdr-tp4655656p4705394.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.