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 support@sciviews.org 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]]
I guess you have an outdated version of R2HTML. Please run update.packages(checkBuilt=TRUE) and try again. If it still does not work, please notify its package maintainer and tell him the package's version number. Uwe Ligges Tim Sippel wrote:> 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 support at sciviews.org 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]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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.
Are you sure your version of R2HTML is up-to-date and built under R 2.5.0? Use update.packages(checkBuilt=TRUE) if you have not already done so. That got me R2HTML 1.58, not 1.54. On Thu, 3 May 2007, Tim Sippel wrote:> 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 support at sciviews.org 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]] > > ______________________________________________ > R-help at stat.math.ethz.ch 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. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595