Re: [R] R version 2.7.1 (warnings)

2008-07-20 Thread Van Wyk, Jaap
Thanks, Mark, for the response.
The problem is vith SciViews. It is not stable under the latest version of R.
I found a solution by downloading the latest version of Tinn-R, which 
communicates with the latest version of R, and now I can carry on like normal 
(with both windows tiled horizontally).
 
Jacob
 
 
Jacob L van Wyk
Department of Statistics
University of Johannesburg, APK
Box 524
Auckland Park 2006
South Africa
Office Tel: +27 11 559 3080
Fax: +27 11 559 2832
 

[[alternative HTML version deleted]]

__
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.


Re: [R] R version 2.7.1 (warnings)

2008-07-20 Thread Mark Difford

Hi Jaap,

Great stuff! As the old adage went, Go well, go 

Bye, Mark.


Van Wyk, Jaap wrote:
 
 Thanks, Mark, for the response.
 The problem is vith SciViews. It is not stable under the latest version of
 R.
 I found a solution by downloading the latest version of Tinn-R, which
 communicates with the latest version of R, and now I can carry on like
 normal (with both windows tiled horizontally).
  
 Jacob
  
  
 Jacob L van Wyk
 Department of Statistics
 University of Johannesburg, APK
 Box 524
 Auckland Park 2006
 South Africa
 Office Tel: +27 11 559 3080
 Fax: +27 11 559 2832
  
 
   [[alternative HTML version deleted]]
 
 __
 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.
 
 

-- 
View this message in context: 
http://www.nabble.com/R-version-2.7.1-%28warnings%29-tp18542181p18552685.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


Re: [R] R version 2.7.1 (warnings)

2008-07-19 Thread Mark Difford

Hi Jaap,

With all those packages loading it could take some time, unless it's a known
problem (?).  Why don't you do a vanilla start (add switch --vanilla to
startup) and do some simple core-related stuff. Then add packages
one-by-one...

Or: search through the source code of the packages for the error message...

HTH, Mark.


Van Wyk, Jaap wrote:
 
 Hi
 I have installed the new version 2.7.1, and get the following messages. Is
 there some way I can fix it ?
 I use SciViews as well, so the problem may be with one of the libraries
 that is loaded at start-up:
  
 Start-up:
 Loading required package: datasets
 Loading required package: utils
 Loading required package: grDevices
 Loading required package: graphics
 Loading required package: stats
 Loading required package: tcltk
 Loading Tcl/Tk interface ... done
 Loading required package: R2HTML
 Loading required package: svMisc
 Loading required package: svIO
 Loading required package: svViews
 During startup - Warning message:
 'Sys.putenv' is deprecated.
 Use 'Sys.setenv' instead.
 See help(Deprecated) 
 
 What should I do to get rid of the warning message?
  
 Next, after loading some data in the usual way and making a simple plot, I
 get the following:
 Warning message:
 'length(rescale)' differs between new and previous
  == NOT changing 'rescale' 
 (This also happens at some other times, doing other things.)
  
 Please help.
 Thank you.
  
 Jacob L van Wyk
 Department of Statistics
 University of Johannesburg, APK
 Box 524
 Auckland Park 2006
 South Africa
 Office Tel: +27 11 559 3080
 Fax: +27 11 559 2832
  
 
   [[alternative HTML version deleted]]
 
 __
 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.
 
 

-- 
View this message in context: 
http://www.nabble.com/R-version-2.7.1-%28warnings%29-tp18542181p18542358.html
Sent from the R help mailing list archive at Nabble.com.

__
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.