Displaying 20 results from an estimated 4000 matches similar to: "automate package installation"
2003 Nov 05
3
map does not display maps, MacOSX
Hi,
I installed the maps and mapdata libraries on my R-1.8.0 on
MacOSX 10.2.8 (jaguar on a powerbook G4), and failed to make the
map function work properly:
R : Copyright 2003, The R Development Core Team
Version 1.8.0 (2003-10-08)
[...]
> library(maps)
> map()
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file
2011 Jul 12
1
installation of package 'mapproj' had non-zero exit status
## Hello.. I have asked a similar question, but this is not fixed as before.
## I am running the following using Ubuntu OS:
R version 2.13.1 (2011-07-08)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
## when I do this:
> install.packages("mapproj", dependencies=T)
## I get this:
Installing package(s)
2011 Jul 26
2
R 2.13.1 for Windows: error when loading (some) packages
I am using the latest version of R 2.13.1 and need to load the following
packages;
library(maps)
library(mapdata)
library(mapproj)
library(lattice)
library(tgp)
library(spatstat)
library(akima)
I get the follwing error when loading the packages, "maps", "mapdata" and
"mapproj"
Error: package 'maps' is not installed for 'arch=i386'
Error: package
2005 May 31
3
labels on map
dear all:
Im trying to obtain maps on R, under mapdata library, but I cannot define the labels.
Here is an example:
library(mapdata)
map("worldHires", c("portugal","spain"),ylim=c(34,46),xlim=c(-14,3.5))
axis(1,at=seq(-12,3,3))
axis(2)
when I try the parameter xlab or ylab in axis, i get:
parameter "ylab" couldn't be set in high-level plot()
2006 Apr 27
2
add city and point in the map
Dear Helpers:
I'm trying to use packages "maps" and "mapdata" (see blow) to display the research resutls on map (Mid-Atlantic region). In particular, I need to mark a number of points in the map by giving their latitude and longitude information. For instance, I would like to mark a point on (long, lat) =(75.56027, 39.09271). Also, I need to mark several cities that I
2008 Apr 11
1
polygons on scatterplot3d
Does anyone have any experience plotting complex polygons on a
scatterplot3d display? I would like to present some spatially binned
data in a 3-d type plot with background polygons (i.e.. a filled
coastline map). I can get the coastline onto the plot window as a
line type but cannot figure out how to fill the shape. I'm certain it
may be possible but might require a bit of digging
2011 Apr 08
1
Problem installing packages in R 2.11.1
The issue shows when installing some packages. I was interested in using
"gplots" so i ran:
install.packages("gplots", dependencies=TRUE)
and the outcome was something like this:
Aviso en install.packages("gplots", dependencies = TRUE) :
argument 'lib' is missing: using
'/home/buscoverdad/R/i686-pc-linux-gnu-library/2.11'
---
2012 Mar 13
2
"gplots" packages does not work
I had installed de "gplots" package and then I loaded the library but the
package did not work. I recieved a message like this:
> install.packages("gplots", dependencies = TRUE)
Installing package(s) into
β/home/fpiston/R/x86_64-pc-linux-gnu-library/2.14β
(as βlibβ is unspecified)
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
2007 Feb 20
4
linux gplots install unhappy
Hello all,
I use R on both windows and a "mainframe" linux installation (RedHat
enterprise 3.0, which they tell me is soon to be upgraded to 4.0). On
windows I installed the package gplots without trouble, and it works fine.
When I attempted to do the same on the unix computer, the following error
message was forthcoming:
downloaded 216Kb
* Installing *source* package
2007 Aug 24
2
problem loading package 'gplots'
Dear R community,
I am using R version 2.4.1 GUI 1.18 on an iBook G4 with OS 10.4.10.
When I try to load package 'gplots' I get the following message:
> library(gplots)
Loading required package: gdata
Attaching package: 'gdata'
The following object(s) are masked _by_ .GlobalEnv :
reorder.factor
Loading required package: gtools
Attaching package: 'gtools'
2005 Jul 25
2
alaska map?
Hello,
I've installed the Becker and Wilks maps, mapdata, and mapproj packages
so I can begin to try these out for some work I need to do on a map of
Alaska but I don't know where to find a map of Alaska. Has anyone solved
this already and could help?
Thanks very much in advance,
Caitlin
2010 Mar 25
1
Error in library(gplots) : there is no package called 'gplots'
Dear all,
I have an issue trying to install new packages (have tried with RODBC_1.3-1, gplots_2.6.1, gtools_2.7.4 packages) and get the same error message :
"Error in library(gplots) : there is no package called 'gplots'"
Only clue I have found so far on the Web is related to Perl (Perl modules are installed on my computer, but which one is related to gplots if any ?); no
2004 Sep 17
1
R-2.0.0 Install problem for package bundle with inter-dependent n amespaces
I have a revised version of the gregmisc package, which I've converted into
a package bundle each of which has a namespace: gplots, gmodels, gdata,
gtoools. Of course, there are interdependencies among these namespaces:
gsun374: /tmp [11]> cd gregmisc/
gsun374: gregmisc [12]> grep import */NAMESPACE
gdata/NAMESPACE:importFrom(gtools, odd, invalid, mixedsort)
2010 Sep 11
1
Argument lib is missing
Dear all,
I have installed R using yum install R-2.9. I am able to use R for general
functions but when I installed some library say gplots I am getting the
below error.
> install.packages("gplots")
Warning in install.packages("gplots") :
argument 'lib' is missing: using
'/home/fedora/R/i386-redhat-linux-gnu-library/2.11'
Warning: unable to access index
2008 Jul 11
2
Problems with Package Installation.
I am having difficulty installing packages. For example, here I have tried to
install "gplots" but to no avail. I have tried multiple mirrors and
different packages (errbar) but after installation I seem to be unable to
access any of the commands or help pages. I am a little concerned about the
'lib' missing message but this has been present for previous successful
package
2009 Sep 15
2
Viewing Function Code
Hi All,
I'd like to see the function code behind the barplots2() function in the
gplots package, however i come across a bit of a stumbling block of a hidden
function, can anyone help?
> library(gplots)
> methods(barplot2)
[1] barplot2.default*
Non-visible functions are asterisked
> barplot2
function (height, ...)
UseMethod("barplot2")
<environment:
2008 Nov 07
1
help with maps : center on the dateline
Hi,
I'm trying to plot a map of the pacific ocean, centered on the dateline, using the maps package.
library(maps) # Basic library to draw maps
library(mapdata)# Library with specialized maps
library(mapproj)
map(database = "world", fill = TRUE, col = 1, plot = TRUE,add=F,
xlim = c(120,300), ylim = c(-20,40))
I tried several different combinations of coordinates, but whatever
2004 Apr 05
1
Drawing maps in R?
What tools and documentation exist for producing maps and working
with polygon and polylist objects in R beyond the following:
* Packages maps, mapproj, maptools, and mapdata.
* Becker and Wilks (1993, 1995), listed as references in the
documentation on the "map" function.
Thanks,
Spencer Graves
2007 Aug 13
4
vertically oriented color key in heatmaps
Hi, I have some data which I was plotting using image(). I wanted to
add a vertical color key to the plot and I found that heatmap.2 in
gplots does let me add a color key. However, I was thinking of a
vertical bar with the color range rather than the style that gplots
provides.
Is there any package (or code snippet) that would let me add a
vertical color key to an image() or heatmap
2010 Feb 23
1
installing ROCR/gplots packages blows up memory
When I try to install the ROCR package (which requires gplots) on
Ubuntu 9.10 (Xubuntu Karmic Koala) 64-bit on R version 2.9.2
(2009-08-24), it eats up all my RAM (2GB) and swap (4GB) and keeps
allocating more memory until Linux's out of memory (OOM) killer kills
the perl process. This problem is special to Ubuntu because I can
install other packages (such as party) on this Ubuntu system, and