search for: testrversion

Displaying 16 results from an estimated 16 matches for "testrversion".

2002 Nov 18
2
library() help for Windows
...). After examining the "library" script this difference was found: (v1.5.0) which.lib.loc <- dirname(pkgpath) descfile <- system.file("DESCRIPTION", package = package, lib.loc = which.lib.loc) if (nchar(descfile)) testRversion(descfile) if (exists("packageHasNamespace") && packageHasNamespace(package, which.lib.loc)) return(doNamespaceLibrary(package, which.lib.loc, lib.loc, logical.return)) codeFile <- file.path(which.lib.l...
2003 Nov 20
2
netCDF, ncdf library
Dear all, I would like to use data in .netcdf format and for those I have to use the netCDF or ncdf packages. Problem : these packages don't seem to work : "Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library" (with netCDF package) Does anybody have the same problems with these packages ? Is there any other packages existing to convert netcdf format ? Version: 1.8.0 OS: Windows XP with many tha...
2002 Oct 04
3
R 1.6 Gui for Windows
...uot;F:\_ben\bls\gen1\results\bls\analysis" as the start in directory for the R Gui shortcut, but R 1.6 will not. R 1.6 will accept "F:\_ben\bls\gen1\results\bls". It seems to have trouble when I add "\analysis." R still loads fine but I get the following error: Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Also, R 1.6 will let me set the working directory to include "analysis." I can ignore the error and R still loads in the correct directory. But I am curious as to why this is. Any ideas? Thanks. Ben St...
2004 Mar 14
2
Troubles installing RMySQL on Win2K
...gram Files\R\rw1081\library\RMySQL I have added C:\Program Files\R\rw1081\library\RMySQL\inst\libs to my path variable so that libmySQL.dll can be found. If I type library(), then I see RMySQL in the list of available packages. If I try and load the library, I get > library(RMySQL) Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library Where am I going wrong? Thanks, Ian.
2004 Aug 09
2
Installing RMySQL on Windows XP for R 1.9.1
...m the RMySQL_*.tar.gz from http://stat.bell-labs.com/RS-DBI/download/index.html and stuffed them into a zip-file which was willingly taken by the install routine of my RGui. It said the well known "updating HTML package descriptions" but when using library(RMySQL) the error "Error in testRversion(descfields) : This package has not been installed properly. See the Note in ?library". Obviously the note wasn't very helpful and so I ask you for any help. Regards Robert
2003 Jan 26
1
R2HTML
Dear group members, I am trying to install R2HTML on PC, but keep getting the following error message: Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Can any help me with this? thanks in advance, Ron [[alternate HTML version deleted]]
2004 Feb 11
1
Bhat: installation problem
...ake sure the fix is correct. This is what I do: 1. Download Bhat_0.9-07.tar.gz 2. Uncompress it and compress it back to Bhat_0.9-07.zip 3. Install from the R windows gui (that apparentely requires the zip compression and cannot deal with the tar.gz) But when I type library(Bhat) I get: Error in testRversion(descfirlds): This package has not been installed properly. See Note in ?library There it says that a "Built:" field should exist in DESCRIPTION. As it is not there, I've copied a Built field from another package and now library(Bhat) seems to work. But, is this fix correct? Thanks f...
2004 Apr 20
1
contributed packages and downloads questions
Hello, I am trying to download two library files: multiv and e1071 to do principal components analysis. I was able to unzip the folders to my R directory, but when I type library(multiv) in the console I get an error message: Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library So, it seems that I am not downloading these two library files properly. Where can I find the library files (I cannot find my way back to them for some reason) and how do I download them? Thanks! Hanna
2004 Dec 17
1
package.skeleton()
...ot;cor.i"), path = "/home/xiao") Creating directories ... Creating DESCRIPTION ... Creating READMEs ... Saving functions and data ... Making help files ... Done. Further steps are described in /home/xiao/RDIPcor/README > library(RDIPcor, lib.loc = "/home/xiao") Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library My R1.8.0 is under LINUX. Thanks in advance Xiao
2004 May 22
2
Mixreg package
..."mixreg" package. I use W2000 but it seems the code for R is available only for Linux Os. Anyway I I downloaded the *tar.gz file of the package for R and the converted it in a *zip file. Apparently the installation process was ok, but when loading it I got the following error: Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library I suppose that this is due to the fact I have a windows version and the conversion of the tar.gz in a *zip file was not legal. I wonder if someone could help me to run mixreg in W2000. thanx a lot max /**********...
2003 Oct 09
1
RWinEdt patch
...rs[c('zip','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package descriptions > install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package descriptions > library(RWinEdt) Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library In addition: Warning message: package RWinEdt was built under R version 1.7.1 I am using windows office 2000 and R ver 1.7 and hence the final error message. I have tried it out on ver 1.7.1 too and i Get the same...
2003 Feb 07
3
RMySQL
Being relatively new to R, I want to use R in connection with a MySQL database. After installing (apparently sucessfully) the package RMySQL (R Version 1.6.2) the result is as follows: > library(RMySQL) > con <- dbConnect(MySQL(), dbname= "test") Error: couldn''t find function "dbConnect" Thank You in advance for help Peter Jörg Peter Baresel Technische
2002 Nov 11
1
library() - Error: Package foo was built for Win32
...een a new test added to the library() code. This test is performed when library() is ran on a "unix" system and it verifies that the "Built" platform (from the DESCRIPTION file) is "compatible" with the current platform. Here is the code extract from the local function testRversion() of library() that I am talking about: if (.Platform$OS.type == "unix") { platform <- builtFields[2] m <- agrep(platform, R.version$platform) if (!length(m)) stop(paste("package", fields[1, &q...
2003 Dec 09
3
Interfacing R and Python in MS Windows
...uot;Install package(s) from local zip files..." (4) NO errors reported during this process (5) When I try to "Load package" in R it show this error: > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Error in testRversion(descfields) : This package has not been installed properly See the Note in ?library (6) In Python >>> import RS Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named RS Please help me to get this excelent tools going on in Windo...
2002 Oct 17
2
making R-1.6.0 on Linux Debian
I'm running R-1.4.1 on a linux debian (version 2.2) box. I've tried to upgrade to R-1.6.0, and the execution of make halts with the following error messages: make[4]: Entering directory `/home/tebaldi/R/R-1.6.0/src/library/methods' dumping R code in package 'methods' Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[4]: Leaving directory `/home/tebaldi/R/R-1.6.0/src/library/methods' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/teb...
2003 Nov 04
1
Binaries for ROracle and V 1.8. needed
...> there is no Oracle Client on my machine (Redhat Linux 9.0/686i, > R1.8.0). I cannot thus compile the ROracle package. > I read the readme.client file and did: > I unziped the package ROracle and copied it into the R-library path. > I get: > >library(ROracle) > Error in testRversion(descfields) : This package has not been installed properly > > > Who has a binary version of ROracle for my configuration? > Is there another way to connect to an Oracle base? > > Thanks, > Claus