search for: okp

Displaying 12 results from an estimated 12 matches for "okp".

Did you mean: ok
2003 Sep 03
1
Another R syntax question
The file src/library/base/R/print.R contains this line: x0 <- xm[okP]==0 != (as.numeric(Cf[okP])==0) I didn't know R allowed that, and I wonder if it is deliberate? In mathematics, you would expect x = y not= z to mean (x = y) and (y not= z).; In R, it is parsed as (x == y) != z. While I have to admit that the spacing a...
2005 Jul 29
3
Error Downloading Matrix Package
...x' successfully unpacked and MD5 sums checked Error: cannot remove prior installation of package 'Matrix' > traceback() 4: stop(sprintf(gettext("cannot remove prior installation of package '%s'"), curPkg), domain = NA, call. = FALSE) 3: unpackPkg(foundpkgs[okp, 2], foundpkgs[okp, 1], lib, installWithVers) 2: .install.winbinary(pkgs = pkgs, lib = lib, contriburl = contriburl, method = method, available = available, destdir = destdir, installWithVers = installWithVers, dependencies = dependencies) 1: install.packages("Matrix") T...
2003 Aug 15
3
How to reinstall rpart?
...tent type `text/plain; charset=iso-8859-1' length 12560 bytes opened URL downloaded 12Kb trying URL `http://cran.r-project.org/bin/windows/contrib/1.7/rpart_3.1-12.zip' Content type `application/zip' length 231827 bytes opened URL downloaded 226Kb Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Can not remove prior installation of package ?????????????????????????????????????????????????????????????? Evidently I need to uninstall first, but I can?t figure out how. I?ve looked in the pdf manuals, in the R FAQ, and in the R for Windows...
2009 Apr 28
1
Cannot update.packages (error message)
When trying to update (various) packages using update.packages() I get the following error message for various packages package 'fBasics' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2L], foundpkgs[okp, 1L], lib) : malformed bundle DESCRIPTION file, no Contains field > This happens with other packages besides fBasics (Matrix, as well as others) and I have switched mirrors and the same thing occurs. Any suggestions? Best regards, Patrick Win XP SP3 R version 2.9.0 (20...
2009 Apr 28
1
R-2.9.0 malformed bundle DESCRIPTION file, no Contains field
When trying to update (various) packages using update.packages() I get the following error message for various packages package 'fBasics' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2L], foundpkgs[okp, 1L], lib) : malformed bundle DESCRIPTION file, no Contains field > This happens with other packages besides fBasics (Matrix, as well as others) and I have switched mirrors and the same thing occurs. Any suggestions? Best, Patrick Win XP SP3 R version 2.9....
2004 Jul 15
1
lattice (PR#7093)
...s... I receieve the following: trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/lattice_0.9-16.zip' Content type `application/zip' length 496618 bytes opened URL downloaded 484Kb package 'lattice' successfully unpacked and MD5 sums checked Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Can not remove prior installation of package
2004 Apr 28
2
Problem in Installing Package from CRAN...
...#39; Content type `text/plain; charset=iso-8859-1' length 17113 bytes opened URL downloaded 16Kb trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/gregmisc_0.10.2.zip' Content type `application/zip' length 594089 bytes opened URL downloaded 580Kb Error in unpackPkg(foundpkgs[okp, 2], pkgnames[okp], lib, installWithVers) : Unable to create temp directory C:/PROGRA~1/R/rw1090/library\file2869 > Thanks in advance for any help. Minghua [[alternative HTML version deleted]]
2004 Aug 17
1
checkS3methods() change
...heck on my package limmaGUI, revealed a syntax error in one of limmaGUI's dependent packages, which turned out to be the R2HTML package (after a bit of sleuthing). Here's the syntax error in R2HTML, caused by the new parsing rules for associative use of relational operators: x0 <- xm[okP] == 0 != (as.numeric(Cf[okP]) == 0) The R2HTML package (version 1.3) was installed with: > install.packages("R2HTML") trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Here's the tail of the R CMD check output for limmaGUI: * checking R files for syntax...
2008 Mar 07
2
Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"
...'No such file or directory' Error in gzfile(file, "r") : unable to open connection > traceback() 6: gzfile(file, "r") 5: read.dcf(file.path(curPkg, "DESCRIPTION"), c("Package", "Version", "Type")) 4: unpackPkg(foundpkgs[okp, 2], foundpkgs[okp, 1], lib, installWithVers) 3: .install.winbinary(pkgs = pkgs, lib = lib, contriburl = contriburl, method = method, available = available, destdir = destdir, installWithVers = installWithVers, dependencies = dependencies) 2: install.packages(NULL, .libPaths()[1], d...
2007 Jul 18
1
Strange warning in summary.lm
...0,981 x 0,01315 0,09628 0,137 0,892 Residual standard error: 0,9236 on 98 degrees of freedom Multiple R-Squared: 0.0001903, Adjusted R-squared: -0.01001 F-statistic: 0.01866 on 1 and 98 DF, p-value: 0,8916 Warning message: NAs introduced by coercion in: as.double.default(Cf[okP]) Thanks, Thierry ------------------------------------------------------------------------ ---- ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest Cel biometrie, methodologie en kwaliteitszorg / Section biometrics, methodology and quality as...
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
Dear all, i was working under R 1.6.2 but i wanted to install bioconductor under WinXP, and because R 1.7.1 contains the TclTk package and automatic installation of bioconductor packages, so i install it. Everything is fine except this message which appear after the installation of packages. "> local({a<- CRAN.packages(CRAN=getOption("BIOC")) +
2008 Sep 10
1
Two way clustering
Hi R users,   I am trying to do two-way clustering (using information of both observation and variables). Is there any package available in R. Another querry, if somebody can provide related information (website) regarding this statistics, it will be great. Thanks in advance.   Regards,   Ram Kumar Basnet, Wageningen University. [[alternative HTML version deleted]]