I have quickly looked into the code. It shows that:

If you have copied your workspace, then you have also copied the object .TISEANpath along with your workspace and RTisean looks at first at the contents of that object.
So just open the workspace, delete the object and save the workspace again.

Then you will be asked.

Otherwise, RTisean will look for the file .RTiseanSettings in the home directory, which is derived on Windows by:
  Sys.getenv("HOME")

Best wishes,
Uwe Ligges





On 09.11.2010 16:03, Kari Ruohonen wrote:
Hi,
I wonder if someone could help. I needed to transfer (copy) a workspace
file that had been generated in linux (R 2.11) to windows running the
same version of R 2.11 (but of course windows binary). Usually, there is
no problem in doing this and all objects work as expected. I am often
doing this to be able to produce wmf or emf graphic files that I need.

This time I had some spectra that I have taken the first derivative of
with the sav_gol function in the RTisean package. I know RTisean is just
an interface to the Tisean executables.

The trouble I am facing is that it seems that the location of the Tisean
executables is somehow hard coded to the R workspace file. I assume this
since when I try to rerun the sav_gol on the windows machine after
copying the workspace file from linux and opening it in windows, RTisean
tries to search the Tisean executables from the location that is valid
for linux, not windows.

RTisean help package says RTisean asks the location of the executables
the first time a function is called and that this location is saved in
user's home directory for future use. There is no specific information
of how this works in windows where there is no obvious home directory.
However, I have run R console on windows and it asked this location but
I don't know where the information was stored. In linux it is
in .RTiseanSettings file in user's home as explained.

My questions are:
1) Is there a way I could break the link of the Tisean executables to
the linux location so that when run in windows the executables in
windows will be used?
2) Is the hard coding of the location of Tisean executables to the
workspace image deliberate and necessary?

Many thanks,
Kari Ruohonen

______________________________________________
R-help@r-project.org mailing list
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.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to