Displaying 20 results from an estimated 200 matches similar to: "more problems when using "installWithVers""
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,
2012 Oct 03
2
Failed installWithVers from local tar.gz
Hi,
I am having trouble installing a previous version of a package, and multiple
version of the package in R 2.12 or 2.15. I have download the tar.gz
packages from the CRAN archive, and created an folder holding all the files.
install.packages("changepoint_0.3.tar.gz",
lib="~/Rtools/dir/of/pkgs/",
repos=NULL,
dependencies=FALSE,
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 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 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 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
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
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(
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
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
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
2004 Mar 06
1
(no subject)
Hello group.
I am trying to install fdim on my win2000 os. this
command is giving error and I feel I am not using it
correctly, could some one show me why.
install.packages(fdim,
"C:\Program Files\R\rw1081\library" ,
CRAN = "http://cran.r-project.org",
"internal",
available = NULL,
destdir = "C:\Program Files\R\rw1081\library",
installWithVers =
2004 Apr 28
2
Problem in Installing Package from CRAN...
Hi,
I have installed R 1.9.0 under Windows XP. When I used
"Packages->Install Package(s) from CRAN..." to install the package 'gregmisc', I got this message:
> local({a <- CRAN.packages()
+ install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a)})
trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES'
Content type `text/plain;
2006 Jun 22
1
Basic package structure question
At the encouragement of many at UseR, I'm trying to build my first real
package. I have no C/Fortran code, just plain old R code, so it should be
rocket science. On a Linux box, I used package.skeleton() to create a basic
package containing just one "hello world" type of function. I edited the
DESCRIPTION file, changin the package name appropriately. I edited the
hello.Rd file.
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.
2006 Jun 22
1
Package struction question (second try)
Sorry, gmail seemed to have made an attachment out of my first attempted
post. Trying again:
------------------------------
At the encouragement of many at UseR, I'm trying to build my first real
package. I have no C/Fortran code, just plain old R code, so it should be
rocket science. On a Linux box, I used package.skeleton() to create a
basic package containing just one "hello