Hello-
I have been trying to install SciView under Windows Vista (Home Premium
version,
32 bit OS, Intel Core Duo 2.13GHz, 2Gig RAM).
I am getting an error, apparently related to the R2HTML package (version
1.54)
as you will see in the R information below my signature.
I have tried to email directly to [EMAIL PROTECTED] for support but have
had my message returned as undeliverable.
Your help is very much appreciated!
Tim
R version 2.5.0 (2007-04-23)
Copyright (C) 2007 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
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
Error in `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment is defunct
In addition: Warning message:
'Sys.putenv' is deprecated.
Use 'Sys.setenv' instead.
See help("Deprecated")
Error: package 'R2HTML' could not be loaded
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Error in `parent.env<-`(`*tmp*`, value = NULL) :
use of NULL environment is defunct
Error: package/namespace load failed for 'R2HTML'
> R.Version()
$platform
[1] "i386-pc-mingw32"
$arch
[1] "i386"
$os
[1] "mingw32"
$system
[1] "i386, mingw32"
$status
[1] ""
$major
[1] "2"
$minor
[1] "5.0"
$year
[1] "2007"
$month
[1] "04"
$day
[1] "23"
$`svn rev`
[1] "41293"
$language
[1] "R"
$version.string
[1] "R version 2.5.0 (2007-04-23)"
> search()
[1] ".GlobalEnv" "package:tcltk" "package:stats"
[4] "package:graphics" "package:grDevices" "package:utils"
[7] "package:datasets" "package:methods" "Autoloads"
[10] "package:base"
> capabilities("tcltk")
tcltk
TRUE
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.