similar to: problem installing R in Ubuntu 10.04 -HELP

Displaying 20 results from an estimated 10000 matches similar to: "problem installing R in Ubuntu 10.04 -HELP"

2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
Hello, I am using R-2.4.1 with Rattle() i load Rdata (ttData) which has 2columns and 66 rows When i execute Explore under GGobi for visualization i am facing the problem, ---- libggobi-0.dll not found ---libggobi-0.dll was not found.... reinstalling the application may fix the problem i try install.packages("rggobi") its been installed from CRAN however when i use it from rattle()
2011 May 12
3
Reproducible use case for R crash after updating R
This might have been discussed before, but below is a "not-so-unlikely" use case where the user follows normal procedures, updates R to a major release version, and then R crashes: 1. Use runs R stable (e.g. v2.13.0). 2. User installs a package with a namespace, e.g. install.packages("fortunes"). 3. User uses the package and one of the package's objects are assigned to the
2010 Jun 25
2
fatal error: unable to restore saved data
I just installed the R 2.11.1 version on my computer and I encountered a fatal error: "Unable to restore saved data in .RData" and kick me out of R right away. I still can run 2.10.2. There is no package called "rattle" I checked various posts regarding this error. I still can't get it to work. I removed two files that had .rdata extension and still does not work.
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell Version: 2.4.1 OS: Linux Submission from: (NULL) (130.102.133.33) rdarnell at pc:~/Data$ ls -al .RData -rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData rdarnell at pc:~/Data$ R R version 2.4.1 (2006-12-18) Copyright (C) 2006 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
2011 Aug 22
3
Ignoring loadNamespace errors when loading a file
On a Unix machine I ran caret::rfe using the multicore package, and I saved the resulting object using save(lm2, file = "lm2.RData"). [Reproducible example below.] When I try to load("lm2.RData") on my Windows laptop, I get Error in loadNamespace(name) : there is no package called 'multicore' I completely understand the error and I would like to ignore it and
2006 Feb 06
1
Error in fun(...) : couldn't find function "assignInNamespace"
I started my laptop, opened a shell and get this error message: R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.1 (2005-12-20 r36812) ISBN 3-900051-07-0 lines deleted Error in fun(...) : couldn't find function "assignInNamespace" Error: .onLoad failed in 'loadNamespace' for 'Matrix' Fatal error: unable to restore saved data in .RData
2011 Jun 16
1
problem with missing package
Hi everybody, I just tried to run R on one of my projects but it did not want to run: R version 2.12.1 (2010-12-16) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) <some lines deleted> Loading required package: utils Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi, I discover that when I save a workspace containing a genefilter (pkg from Bioconductor) object I cannot open no more after. I have to restore the .RData file from a backup to be able to start R again. I didn't upgrade to Version 2.2 but I'm not sure that it will solve the problem. Did anyone have encounter the same problem? Below is a short r session to reproduce the error: ...
2006 Sep 23
1
Fatal error: unable to restore saved data in .RData --- no package called 'nlme'
I am using Windows XP and R 2.3.1. During my lastest session I updated my packages and now when I try to start R 2.3.1 I get the following error message: Fatal error: unable to restore saved data in .RData in an error window and Error in loadNamespace(name): there is no package called 'nlme' in the R console. I had been using nlme and lme4 when I updated my packages. I did a search on
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
Hi, I just installed version 2.11.1 on my Mac OS X 10.5.2. When I try running R from my xterm, I get the following error: Error in loadNamespace(name) : there is no package called 'lme4' Fatal error: unable to restore saved data in .RData I am returned to the terminal prompt and can not run R. I can open this version of R from the R console and tried installing the lme4 source
2005 Dec 29
1
'last.warning' problem at startup; package Matrix (PR#8453)
On starting an R session, I get the messages: Fatal errir: unable to restore save data in .RData Error in fun(...): couldn't find function "assignInNamespace" Error: .onLoad failed in 'loadNamespace' for 'Matrix' The only object in my .RData is last.warning, thus: > last.warning $"optim or nlminb returned message false convergence (8)"
2008 Jul 10
1
R bug in the update of nlme?
Dear Sirs, I would like to kindly ask for your assistance on the folllowing issue. After uploading the most updated the versions of some libraries (namely: survival and nlme) I became unable to open R. Every time I try to open R a dialogue box pops up with the following message: --------------------------- Information --------------------------- Fatal error: unable to restore saved data in
2011 May 12
1
R won't start keeps crashing
Hi there, I am reletively new user I only dowloaded is about a week ago. I was getting along fine but last night I tried to selected save workspace. Since then R will not work!!!! And I really really need it. There are two eror massages: The first if a pop up box is "Fatal error: unable to resolve data in .RData." The second is a message in the GUI: "Error in
2008 Jul 17
2
Fw: how i can install Rgraphviz in R2.7.1
--- On Tue, 15/7/08, haani hanni <maaryam_khan@yahoo.com> wrote: From: haani hanni <maaryam_khan@yahoo.com> Subject: how i can install Rgraphviz in R2.7.1 To: "Nabble" <support@nabble.com> Cc: r-help-request@r-project.org Date: Tuesday, 15 July, 2008, 1:39 PM hello i am a new user of R.i have window XP Proffessional in my P.C.i wanted to make the graphs of my
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different "ssh-agents" being able to run at the same time. It does not change the current behaviour of the ssh-agent (which will set SSH_AUTH_SOCK just for itself). Neither does it change the behaviour of SSH_AGENT_PID (which still supports only one pid). The new implementation will go through the list of sockets (which are separated by a
2010 Nov 15
6
Problem in installing and starting Rattle
Hello, I am trying to install and run Rattle on my Dell Laptop and I have Windows 7 OS. The following three commands executed successfully : install.packages("RGtk2") install.packages("rattle") library(rattle) Rattle: Graphical interface for data mining using R. Version 2.5.47 Copyright (c) 2006-2010 Togaware Pty Ltd. Type 'rattle()' to shake, rattle, and roll
2012 Mar 23
2
fdp c
Hello, I am beginner user of R. I am trying to use GeneNet package. I started by the example on this link: http://strimmerlab.org/software/genenet/download/arabidopsis-net.R However I am getting an error at this line:system("fdp -T svg -o arthdyn.svg arthdyn.dot") # SVG format sh: fdp: command not found I tried to search how to intall the fdp command but could not find explanation. I am
2006 Aug 09
1
unable to restore saved data
Lately, when I try to open R I get the following error message: Error: object 'time' not found whilst loading namespace 'tseries' Fatal error: unable to restore saved data in .RData If I rename .RData to RData.RData and then try opening R again it works. Then I can load("RData.RData") without a problem. But if I try saving my workspace (as the default,
2011 Aug 02
1
Problem Installing/Uninstalling Rattle
Rattle won't install properly on my Windows 7 64 bit laptop. Here is what I've tried: I've followed the instructions here: http://rattle.togaware.com/rattle-install-mswindows.html I had R installed already. I downloaded the GTK+ packages, unzipped the 32 bit one into c:\gtkwin32. I put c:\gtkwin32\bin in the system variables PATH. I launched R, installed the rattle package, called
2008 Jun 27
1
question on affylmGUI / oneChannelGUI
Hi everyone. I installed affylmGUI and oneChannelGUI package on R 2.7.1 with the latest version of BioC. After I start R, I do get an error that says "Error in loadNamespace(name) : there is no package called 'affylmGUI'" and a pop-up window with a message "fatal error : unable to restore saved data in .Rdata". I would really appreciate your suggestions on how to fix