Skip to content
Prev 74853 / 398502 Next

Trouble with SciViews-R 0.7-3, SciViews R 0.8-7, and Tinn-R 1.16.1.5

Hello Bing Ho,

This is a shame to me: I have not fixed yet all incompatiblities between 
R 2.1.X, Rcmdr 1.X and SciViews-R. I know all these bugs and I am 
working on them. I just add today to the 
http://www.sciviews.org/SciViews-R page that the current version of 
SciViews-R is only compatible with R 2.0.X and with Rcmdr 0.9-X to avoid 
further confusion.

Concerning the broken call-tip functionnality in Tinn-R with SciViews 
0.8-7, it is by purpose. The call-tip server is not started by default 
anymore, starting from version 0.8-7 (on CRAN, I currently leave version 
0.8-6). This is for better compatibility with Rpad that I made this 
change. For version 0.8-7, the way to start the DDE server is explained 
in the man pade of guiDDEInstall(). Before version 0.8-7, you started 
the call-tip server automatically at the loading of the package, thus with:
 > library(svIDE)

Starting from version 0.8-7, you can do either:
 > option(use.DEE = TRUE) # Force starting the DDE server when svIDE loads
 > library(svIDE)

or:
 > library(svIDE)
 > guiDDEInstall() # Start the server manually

Best,

Philippe

..............................................<??}))><........
  ) ) ) ) )
( ( ( ( (    Prof. Philippe Grosjean
  ) ) ) ) )
( ( ( ( (    Numerical Ecology of Aquatic Systems
  ) ) ) ) )   Mons-Hainaut University, Pentagone (3D08)
( ( ( ( (    Academie Universitaire Wallonie-Bruxelles
  ) ) ) ) )   8, av du Champ de Mars, 7000 Mons, Belgium
( ( ( ( (
  ) ) ) ) )   phone: + 32.65.37.34.97, fax: + 32.65.37.30.54
( ( ( ( (    email: Philippe.Grosjean at umh.ac.be
  ) ) ) ) )
( ( ( ( (    web:   http://www.umh.ac.be/~econum
  ) ) ) ) )          http://www.sciviews.org
( ( ( ( (
..............................................................
Bing Ho wrote: