Skip to content
Prev 18084 / 398503 Next

cannot open file .RDataTmp

Dear list,

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.

-------------------------------------------------------------
bash-2.04$ R CMD INSTALL -l /home/uleopold/lib/R/library/ 
tmp/GRASS_0.1-8.tar.gz
Installing *source* package `GRASS' ...
/usr/local/arch/grass5/grass5bin/grass5 yes
'/usr/local/arch/grass5'/lib: not found
GRASS source files not found - installing interpreted interface
  R
  data
  help
  >>> Building/Updating help pages for package `GRASS'
      Formats: text html latex example
   contour.G                         text    html    latex   example
   gmeta                             text    html    latex   example
   interp.new.G                      text    html    latex   example
      missing link(s):  interp.new
   kde2d.G                           text    html    latex   example
   krige.G                           text    html    latex   example
   list.GRASS                        text    html    latex   example
   pcbs                              text    html    latex   example
   plot.grassmeta                    text    html    latex   example
   rast.get                          text    html    latex   example
   rast.put                          text    html    latex   example
   sites.get                         text    html    latex   example
   sites.put                         text    html    latex   example
   summary.grassmeta                 text    html    latex   example
   trmat.G                           text    html    latex   example
   utm.maas                          text    html    latex   example
  DONE (GRASS)

DONE (INSTALL)

-------------------------------------------------------------------