similar to: Failed installWithVers from local tar.gz

Displaying 20 results from an estimated 1200 matches similar to: "Failed installWithVers from local tar.gz"

2005 Oct 04
1
more problems when using "installWithVers"
R-devel, SVN revision 35729 (this morning, euro-time) So far, I'm having awful luck with the "installWithVers" flags. Recent example: I can install.packages("lattice", installWithVers=TRUE) successfully (no errors, at least it looks like a successful install), but can't load it: Error in library.dynam(pkg,pkg,lib) : shared library 'lattice_0.12-7' not found
2005 Sep 29
1
Does the "installWithVers=TRUE" setting for the install.packages/update.packages flag updates?
It might be my settings or improper use -- but if I use the "installWithVers=TRUE" flag for update.packages(), I don't seem to get updates; and if I use "install.packages(new.packages(),installWithVers=TRUE)", it seems to (re-)install identical versions of what I have. (this is with Rdevel from subversion from yesterday) best, -tony blindglobe at gmail.com Muttenz,
2005 Jul 29
3
Error Downloading Matrix Package
I'm trying to update my Matrix package given the update last night. But the following error is generated. I've tried restarting R and deleting my old Matrix package. Can anyone suggest how this might be resolved? > install.packages('Matrix') trying URL 'http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.1/Mat rix_0.98-1.zip' Content type
2005 Dec 09
1
local source packages install from within R session - cross-platform
I realize that others have struggled with this issue...i.e. http://tolstoy.newcastle.edu.au/~rking/R/help/05/01/9826.html i am on os.x 10.4 w/ R2.2, and am (perhaps foolishly) also on this quest... i would like to be able to install downloaded source (tar.gz'd) files from within an R session, and have it work in a X-platform way..i am often not connected to the internet and have libraries
2005 May 03
1
MacOS X: update.packages(type="mac.binary") fails (PR#7831)
Full_Name: Jari Oksanen Version: R 2.1.0 OS: MacOS 10.3.9 Submission from: (NULL) (130.231.102.145) For various reasons (which need not be expanded here) I have tried to update my long neglected R in MacOS X using handy command line tool update.packages() using readily available binaries of contributed packages at CRAN. However, this fails with message saying that packages xxxx_*_tar.gz is not
2005 May 04
1
MacOS X: update.packages(type="mac.binary") fails (PR#7836)
Message 2 of today: it works now. After re-installing R.app from the same R-2.1.0.dmg file, and fixInNamespace'ing(*) install.packages(), I managed to update 23 outdated packages from CRAN binaries for MacOS X. What I did was to: 1. change call to .install.macbinaries() into call to install.binaries() in install.packages(). install.binaries() is a function defined utils/R/aqua/GUI.R. 2. I
2008 Mar 07
2
Problems installing packages using the inbuilt facility: "Error i n gzfile(file, "r") : unable to open connection"
Hi I have been trawling the web, FAQs, and R manuals for help on the following issue, but have failed and was wondering if anyone has a solution to the following problem: After having installed R 2.6.2 for Windows (binary), I tried to install various packages. Every time I try loading a package (any package) via the built-in menu, I run into the following error message. >
2008 Jul 24
3
Integrating R and Textmate
To Whom It May Concern: I need to use various packages in R and I also want to use Textmate. Problem 1: Textmate doesn't seem to recognize the packages that are already installed on R. Problem 2: When I execute the following command: install.packages("ade4", repos="http://cran.r-project.org", contriburl = contrib.url(
2009 Feb 20
1
NOT an R problem: cannot install packages from distant repository
I met today a computer crash and our maintenance officer had to reinstall some components of the OS (MS Windows XP Pro) as well as the Internet browser (among other things). Now, I cannot install packages from a distant repository: > utils:::menuInstallPkgs() Error in .readRDS(pfile) : unknown input format > traceback() 5: .readRDS(pfile) 4: .packages(all.available = TRUE) 3:
2008 Jul 24
1
Installing R packages in Textmate
To Whom It May Concern: I need to use various packages in R and I also want to use Textmate. Problem 1: Textmate doesn't seem to recognize the packages that are already installed on R. Problem 2: When I execute the following command: install.packages("ade4", repos="http://cran.r-project.org", contriburl = contrib.url(
2006 Jul 16
1
install.packages for local zip files
O/S: Linux R version : 2.2.1 The R server doesn't have http internet access. And the sys admins will not install the R libraries that I requested. So I have downloaded the packages that I want to intall and have moved them into my home directory on the server. These are a series of *.tar.gz files. I want to install the R libraries in my home directory, but I can't get it to work.
2007 Apr 27
1
R-2.5.0 install
I am receiving the following errors when trying to install gcrma and a number of other Bioconductor packages when the installWithVers flag is set to be TRUE. >source("http://www.bioconductor.org/getBioC.R"); >getBioC("gcrma", installWithVers=T); Running biocinstall version 2.0.7 with R version 2.5.0 Your version of R requires version 2.0 of Bioconductor. Loading
2004 Mar 11
1
Re: make.search.html() without write permission in R.home() (PR#6663)
Brian Yandell <byandell@wisc.edu> writes: > Folks, > I am working on a Windows system which is part of the UW-Madison > statistics LAN. R is maintained on a file system to which I cannot write. > I tried installing a package and got the following interplay: Set the lib argument to install.packages to a directory in which you do have write permissions. From ?install.packages
2005 May 04
1
MacOS X: update.packages(type="mac.binary") fails (PR#7834)
Dear Mr Moderator, please let me through. I want to reply to my own thread. I once subscribed to this list, but then my subscription was not accepted. Now to the business: The final failure came from missing .install.macbinary() function. I grepped R-patched sourcesand the only instance of .install.macbinary() was the call to the function in R- patched/src/library/utils/R/packages2.R (stupid
2004 Jan 08
2
(no subject)
Recently I tried to install a package in R version 1.8.1 for Windows. First I un".tar.gz"ed it and ".zip"ed it back in to be able to use the option Install package(s) from local zip files... Unfortunately tis error message appeared: Error in unpackPkg(pkgs[i], pkgnames[i], lib, installWithVers) : Malformed bundle DESCRIPTION file, no Contains field It's
2003 Aug 15
3
How to reinstall rpart?
After entering ?library(rpart)?, I tried to plot an existing rpart tree, and got this error message: Error: couldn't find function "plot.rpart". However, ??plot.rpart? does bring up the help for the function. The same things occur for text.rpart, although print(my.tree) does work. So, I tried to re-install rpart using Packages | Install from CRAN, but then I get this
2002 Sep 11
2
changepoint analysis
Hi, all, I'd like to find one or more changepoints in a dataset eg for data like 0.9 1 0.8 0.8 0.85 0.3 0.9 0.9 0.9 1.1 0.3 is unlikely a changepoint but for data like 0.9 1 0.8 0.8 0.85 0.3 0.2 0.2 0.1 0.2 0.3 0.3 is a change point I am wondering is there any function can do changepoint analysis? Ying Fan
2004 Oct 15
2
tree version 1.0-16
Hi There is something weird going on with the "tree" package version 1.0-16. So I want to download an updated tree package. I found that R website has version 1.0-18. I want to try this one and see how the tree algorithm is performing. What is the best way to download tree package version 1.0-18 which can be found in index of src/contrib at www.r-project.org? So far I tried two different
2009 Oct 15
2
Estimation in a changepoint regression with R
Dear All, I'm trying to do the estimation in a changepoint regression problem via R, but never found any suitable function which might help me to do this. Could someone give me a hand?on this matter? Thank you.
2004 Jul 15
1
lattice (PR#7093)
Full_Name: michael cole Version: 1.9.1 OS: Windows Submission from: (NULL) (80.219.153.13) When trying to install lattice graphics... 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