Displaying 8 results from an estimated 8 matches for "rdatatmp".
2002 Mar 20
1
cannot open file .RDataTmp
...t,
since I have installed GRASS_0.1-8.tar.gz (devel) with R 1.4.1 on
RedHat7.1 Linux I get the following message when I want to save the
workspace image:
--------------------------------------------------
Save workspace image? [y/n/c]: y
Error in file(file, "wb") : cannot open file `.RDataTmp'
-------------------------------------------------
Where can I find the ".RDataTmp"? I only know the ".RData" file.
I do not understand exactly the whole message.
Ulrich
*Below* I also attached the result from the installation of the GRASS
interface.
-----------------...
2011 Sep 14
2
Difficulty with saving .Rhistory
...------------------------------------------------
INITIAL NON-ROOT OUTPUT WAS THE FOLLOWING
> q()
Save workspace image? [y/n/c]: y
Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
? cannot open compressed file '.RDataTmp', probable reason 'Permission denied'
>
> q()
Save workspace image? [y/n/c]: n
Warning message:
In file.remove(outfile) :
? cannot remove file '.RDataTmp', reason 'No such file or directory'
INITIAL ROOT WAS THE FOLLOWING:
>
> q()
Save workspace image? [y/n...
2005 Apr 13
2
IAB (PR#7788)
...ths())
2: cannot open file `C:\Programme\R_rw1081/doc/html/search/index.txt'
If nothing happens, you should open ` C:\Programme\R_rw1081\doc\html\rwin.html '
yourself
> q()
Error in file(file, "wb") : unable to open connection
In addition: Warning message:
cannot open file `.RDataTmp'
Was the installation not correct?
2007 Nov 26
1
problem in closing R console
...age apear when I want to save the
workspace. If I close the R console without saving workspace then R console
is closed otherwise not.
Error in gzfile(file, "wb") : unable to open connection
In addition: Warning message:
In gzfile(file, "wb") : cannot open compressed file '.RDataTmp'
Regards
--
AMINA SHAHZADI
Department of Statistics
GC University Lahore, Pakistan.
[[alternative HTML version deleted]]
2018 Jan 26
0
Problem saving .RData file with save.image
....0.3 on RStudio 1.1.183. I have recently gotten the following error message while saving an .RData file with the save.image command. I have not had this problem until recently. Help appreciated.
===
Error in save.image("bope1a.RData") :
image could not be renamed and is left in bope1a.RDataTmp
[[alternative HTML version deleted]]
2002 Apr 07
2
save.image() error
...no difficulty for
several weeks since moving to the new OS. Today, while checking the
behavior of my mouse, I loaded Rgui as usual. I then immediately tried to
exit the program. Upon exiting, I got the following message:
Error in save.image(name) : image could not be renamed and is left in .RDataTmp
I can move the .RData file to any other machine and use it without
difficulty, which suggests that the file itself is not corrupt. Since I
didn't do anything (that I'm aware of) to precipitate this error -- I
haven't installed or updated any packages for a few weeks -- I'm a bi...
2008 Jan 06
3
need help
Hi,
I'm Roslina, PhD student of University of South Australia, Australia
from school Maths and Stats. I use S-Plus before and now has started
using R-package. I used
to analyse rainfall data using julian date. Is there any similar
function that you can suggest to me to be used in R-package? Thank you
so much for your attention and help
[[alternative HTML version deleted]]
2017 Jun 08
5
Matrix multiplication
I need to have all elements of a matrix multiplied by a weight before
being post-multiplied by itself, as shown in the forst block of codes
below. I can also multiply the matrix by the square root of the weight
and then take the outer product.
Actually, what I need is this. Denote each row of the matrix by a row
vector as xi and each element of the weighting vector as wi. Then, I
need the