Displaying 20 results from an estimated 80000 matches similar to: "Error message when trying to install Rcmdr"
2010 May 06
1
Rcmdr probs
When trying to install Rcmdr, I get the following error messages. I am not
aware of how to fix the problem, i.e. how to remove the lock.
ERROR: failed to lock directory
‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10’ for modifying
Try removing ‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10/00LOCK’
ERROR: failed to lock directory
‘/home/thedoctor/R/i486-pc-linux-gnu-library/2.10’ for
2010 Aug 08
2
Problem with installing a package in R!
Dear friends,
I am having problem with installing some packages in R in Ubuntu like
"ISwR". Bellow is the outcome. Anybody can help me to solve this problem.
Thanks a lot and sorry if it is very simple question.
install.packages("ISwr")
Loading Tcl/Tk interface ... done
trying URL 'http://probability.ca/cran/src/contrib/ISwR_2.0-5.tar.gz'
Content type
2009 Jul 14
1
Ubuntu JGR
Hello,
I cannot get JGR installed.
Here is what I have tried so far http://wiki.ubuntuusers.de/R
1. sudo -s # root werden
R CMD javareconf
root at gunnar-laptop:~# R CMD javareconf
Java interpreter : /usr/bin/java
Java version : 1.5.0_18
Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre
Java compiler : /usr/bin/javac
Java headers gen.: /usr/bin/javah
Java archive
2009 Nov 21
1
MASS loading error
Dear R People:
I just installed R-2.10.0 on Karmic Koala Ubuntu, via the sudo apt-get
install r-base, etc.
However, when I try to install an Rcmdr Plugin package, I get the following:
> install.packages("RcmdrPlugin.qual",depen=TRUE)
Warning in install.packages("RcmdrPlugin.qual", depen = TRUE) :
argument 'lib' is missing: using
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen,
hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu
installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut.
Nun habe ich ohne Erfolg versucht, R zu installieren.
Soweit ich der Anleitung folgen konnte habe ich es so wie auf
http://wiki.ubuntuusers.de/R gemacht.
Im Terminal kann ich R problemlos starten.
Allerdings bei der Installation von
2009 Jul 03
1
fix() and edit() not working with Rcmdr and german LANG-variable
Dear Mailinglist,
I just set up an R 2.9.1 environment with Rcmdr 1.4-6 on Ubuntu Jaunty
9.04. As I'm from Germany my $LANG variable is set to "de_DE.UTF-8".
Now, when I open up Rcmdr and try to edit a new datamatrix there is no
edit window appearing:
Datenmatrix <- edit(as.data.frame(NULL))
ERROR: invalid device
In addition, there are plenty of warning messages in the
2009 Sep 25
1
Java to R interface.
I want to call R functions from Java. I read a couple of forums that said to
install package rJava in R.
However I am not able to install rJava package in linux Ubuntu.I tried with
two commands.
One is
install.packages("rJava")
and another I downloaded the rJava_0.7-0.tar.gz file from R site.
and gave the command R CMD INSTALL rJava_0.7-0.tar.gz.
I got the followin Errors :-
Warning
2010 Dec 06
2
Problemas instalando el paquete "ade4"
Un saludo R-inómanos:
Les escribo porque tengo una duda que no he podido resolver por mis
medios y actuales conocimientos. He querido instalar el paquete "ade4"
en R (OP linux-ubuntu) pero no he podido por un error que según entiendo
está relacionado con una librería.
Me permito mostrarles el texto que me aparece luego de tratar de
instalarlo desde los repositorios:
>
2009 Feb 05
2
UNIX Installation of package "systemfit" fails
Dear list
I am trying to install the systemfit package under unix,
install.packages(systemfit)
the installation failed. I am attaching the error and version
information below,
(if dependencies=TRUE, much more error)
any help appreciated
best,
yong
=====================================================================
> install.packages("systemfit")
Warning in
2013 Feb 03
1
problem in installing reshape2 (urgent)
Dear R users,
In order to install reshape2 package, I gave the following command:
install.packages("reshape2",dep=TRUE)
However, it is not getting installed.
The message that I am getting is:
Warning: dependencies ‘plyr’, ‘stringr’, ‘testthat’ are not available
trying URL '
http://ftp.ctex.org/mirrors/CRAN/src/contrib/reshape2_1.2.2.tar.gz'
Content type
2012 Mar 13
2
Problem installing gWidgetsRGtk2 on Ubuntu 10.04
dear all,
I'm totally new to R and want to install the RQDA package.
It fails because of a dependency with gWidgetsRGtk2, which doesn't
install because of the following:
> * installing *source* package ?gWidgetsRGtk2? ...
** R
** inst
** preparing package for lazy loading
Error in eval(expr, envir, enclos) :
konnte Funktion "setRefClass" nicht finden (=could not find
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
I am running Ubuntu 8.04 through Wubi on a HP Pavilion dv4000 (my home
computer) and I recently installed R 2.7.1. I attempted to install the
randomForest package from within the R environment and from the Linux
terminal. Both attempts failed. I've tried several mirrors but with no
luck. Below is an example of the series of error messages I got when R told
me that the installation
2007 Mar 27
3
Use of 'defineVar' and 'install' in .Call
Dear all,
[system and version information below]
I am trying to modify a C function for finding the root of an
expression. The function is to be called from R as .Call with input
parameters:
f: expression for which we will find the root
guesses: interval for the solution
stol: tolerance
rho: environment
The original functions I use are:
SEXP mkans(double x) {
SEXP ans;
PROTECT(ans =
2007 Mar 27
3
Use of 'defineVar' and 'install' in .Call
Dear all,
[system and version information below]
I am trying to modify a C function for finding the root of an
expression. The function is to be called from R as .Call with input
parameters:
f: expression for which we will find the root
guesses: interval for the solution
stol: tolerance
rho: environment
The original functions I use are:
SEXP mkans(double x) {
SEXP ans;
PROTECT(ans =
2008 Mar 23
2
Can not install fCalendar package under R 2.6.2
Dear R helper:
When I was trying to install the fCalendar package, R report the
following error and then my installation failed:
* Installing *source* package 'fCalendar' ...
** R
** inst
** preparing package for lazy loading
Loading required package: MASS
Loading required package: fEcofin
Loading required package: fUtilities
Loading required package: RUnit
RUnit 0.4.17 loaded.
2010 Oct 17
1
rgdal package (Matteo Toro)
>Hi everybody,
>
>I'm trying to install the "rgdal" package in R, but it seems not possible...
>
>i'm typing
>
>> install.packages("rgdal")
>Warning in install.packages("rgdal") :
> argument 'lib' is missing: using '/home/toro/R/i486-pc-linux-gnu-library/2.
>9'
>--- Please select a CRAN mirror for use in
2010 Dec 06
1
package ca/rgl for ubuntu?
hi,
for some unknown reason i cannot install the package ca in R running in a ubuntu mint system. i keep getting the following error message:
configure: error: missing required header GL/gl.h
ERROR: configuration failed for package ?rgl?
* removing ?/home/kat/R/i486-pc-linux-gnu-library/2.12/rgl?
ERROR: dependency ?rgl? is not available for package ?ca?
* removing
2009 Dec 08
2
Upgrading To 2.10 from 2.6.2
Hello
I have a Linux machine (Ubuntu 8.04 hardy, Gcc version 4.2.4
(i486-linux-gnu) currently running R 2.6.2. I'd like to upgrade to 2.10.
First Question): What is the appropriate way to remove the old version of
R?
Part 2.
After downloading r-base_2.10.0.orig.tar.gz and opening the archive. I
ran the ./configure routine.
It failed claiming that it could not find the F77 compiler.
My
2008 Dec 29
1
Trouble installing plyr
I want to learn how to use the reshape package. The reshape package is
not included in the Ubuntu repositories, so I attempted to install
reshape with:
install.packages("reshape")
This is what I got for output:
Warning in install.packages("reshape") :
argument 'lib' is missing: using
'/home/andy/R/i486-pc-linux-gnu-library/2.7'
2009 Apr 22
7
'is.integer' (PR#13671)
Full_Name: Mauricio
Version: 2.9.0 (2009-04-17)
OS: i486-pc-linux-gnu
Submission from: (NULL) (193.205.203.3)
This is a very simple function that seems not to be working, according to the
definition given by '?is.integer'.
I checked in the Bug Tracking page at http://bugs.R-project.org/, but I didn't
find any related message.
The possible problem is:
> is.integer(1)
[1] FALSE