Displaying 20 results from an estimated 3000 matches similar to: "Problem with R CMD INSTALL and package versions (PR#2878)"
2003 May 01
0
system.file() and .path.package() incorrect with package versions
The system.file() and .path.package() functions appear to be unaware of
package versions and can return incorrect information or fail if a package
is installed using `installWithVers = TRUE' of install.packages(). For
example, I can run
> install.packages("session", "~/R-local/libs", installWithVers = TRUE)
and
> library(session, version = "1.0.1")
2003 Jan 08
0
New package: gpclib
I have just uploaded a package to CRAN called `gpclib' for clipping large
and complex polygons. This package provides an R interface to Alan
Murta's very fast General Polygon Clipper library (written in C), which
has an optimized version of the Vatti algorithm. Not all features of
Murta's library are implemented -- right now you can do intersections,
differences, and unions. There
2003 Jan 08
0
New package: gpclib
I have just uploaded a package to CRAN called `gpclib' for clipping large
and complex polygons. This package provides an R interface to Alan
Murta's very fast General Polygon Clipper library (written in C), which
has an optimized version of the Vatti algorithm. Not all features of
Murta's library are implemented -- right now you can do intersections,
differences, and unions. There
2002 Aug 31
1
building r-devel on RedHat 7.1 with gcc 3.1.1
Has anyone tried to build r-devel on a RedHat 7.1 with the gcc 3.1.1
compiler? I didn't have problems with gcc 2.95.x or gcc 3.0.4, but when I
ran the configure with gcc 3.1.1 I got the following error:
[...]
checking whether gcc accepts -M for generating dependencies... yes
checking whether gcc supports -c -o FILE.lo... yes
checking how to get verbose linking output from g77... -v
checking
2003 Sep 28
1
infinite recursion during package installation with methods, setAs
I ran into a problem recently trying to update a package which uses S4
methods using a recent beta of R. I think I can reproduce it with a
simple example. I have package called `testpkg' in directory testpkg/.
In the R/ subdirectory of testpkg/ I have a file called testpkg.R which
contains the following two lines:
setClass("testpkg", representation(pts = "list"))
2007 Apr 04
1
gpclib library
Hi all,
I'm tring to download the gpclib library but I don't find it in the old
repository
install.packages(c("gpclib"), dependencies=TRUE,
repos="http://cran.cnr.berkeley.edu/")
Avviso in install.packages(c("gpclib"), dependencies = TRUE, repos =
"http://cran.cnr.berkeley.edu/") :
argument 'lib' is missing: using
2007 Jun 15
1
gpclib problem
Hi all,
I am trying to test the new adehabitat package but I have a problem with
a linked library, "gpclib".
When I try do install it I have this output:
install.packages("gpclib", dependencies=TRUE,
repos="http://cran.cnr.berkeley.edu/")
Avviso in install.packages("gpclib", dependencies = TRUE, repos =
"http://cran.cnr.berkeley.edu/") :
argument
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 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
2011 Jul 22
1
Start-up messages when Importing from a package
Dear List,
I'm building a package that uses 2 functions of the 'sp' package, and I
declared them in my NAMESPACE file as follow:
importFrom("sp", proj4string, coordinates)
The package is built without any problem, but when I load the package, I
get the following message:
"
Loading required package: sp
Note: polygon geometry computations in maptools
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
2004 May 11
2
How to draw holes generated by gpclib using plot function
Hi.
I've tried to create a polygon with one hole by gpclib using following
example script.
holepoly <- read.polyfile(system.file("poly-ex/hole-poly.txt", package
="gpclib"), nohole = FALSE)
area.poly(holepoly)
plot(holepoly,poly.args=list(col="red",border="blue"))
And I noticed plot function couldn't draw polygons with holes correctly.
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 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
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
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,
2010 Jul 08
0
0 exit status on packages update try
I am not entirely sure what is going on. I am sure that I am missing
something. maptools won't detach... Thanks for all of your help.
R 2.11.1
OS Ubuntu 10.04
R --vanilla
install.packages("sp", dep=TRUE)
Loading required package: reshape
Loading required package: plyr
Loading required package: grid
Loading required package: proto
This is vegan 1.17-3
Loading required package:
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
2003 Oct 23
2
GIS re-mapping / polygon overlap
In Germany the Unemployment Agency uses a sectioning of the german map that
is different from the usual Administrative Boundaries.
Some demographic data are available in Administrative Boundaries only, some
in Unemployment Boundaries only.
I would like to generate estimates in one boundary system of data availabe
in the other boundary system, and would appreciate advice concerning the
following
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