similar to: Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat

Displaying 20 results from an estimated 2000 matches similar to: "Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat"

2011 Nov 28
2
Retain parts of a matrix
Hi all, I'm working to apply a function that will generate a matrix of results only when a specific criteria is met. I want my final results to be a matrix with both the values that meet the criteria (the results of the function), and those that to do in the same positions in the matrix (the original numbers). Here's a sample of what I would like to do: t.mean.1.c <- c(-15, -20,
2011 Feb 16
1
Timeseries Data Plotted as Monthly Boxplots
Hello, I'm trying to develop a box plot of time series data to look at the range in the data values over the entire period of record. My data initially starts out as a list of hourly data, and then I've been using this code to make this data into the final ts array. # Read in the station list stn.list <- read.csv("/home/kbennett/fews/stnlist3", as.is=T, header=F) # Read in
2011 Jan 16
1
problem installing rgdal
Dear R experts, I'm trying to install rgdal in my R 2.11.1 (Ubuntu 10.10). I have as an ouput the following messages. It seems that there are problems with libgdal1.7.0 or sqlite3... Could someboby help me? Thanks a lot! Ale > install.packages() Warning in install.packages() : argument 'lib' is missing: using '/home/ale/R/i686-pc-linux-gnu-library/2. 11' trying URL
2007 Apr 05
1
Problem installing rgdal on Mac OS X
Please forgive me for posting this here if it is not appropriate (where should this question be posed?)? I am attempting to install rgdal (from source, since there is no binary) on Mac OS X 10.4.9 on a PowerPC G3 Macintosh. I have R version 2.4.1 (2006-12-18) installed. Following the install directions suggested at: http://www.sal.uiuc.edu/tools/tools-sum/rgeo/rgeo-detail/map-packages-on-cran
2009 Oct 30
3
Help with RGDAL
Hello, We (two mac users) have been attempting to install rgdal from "http://www.kyngchaos.com/software:frameworks", given that it is not available as a binary on the CRAN (binaries) of the "Package Installer". I have also tried to solve this problem by looking on the net for an old question, and though I have found it, the answers do not help very much because our porgraming
2015 Jan 16
1
Error installing 'rgdal' on Centos 7
Good morning Martyn. Thank you for your email. Some details for the problem. This is the message of the console in R: ------------------ > install.packages("rgdal") Installing package into ?/home/aliendist/R/x86_64-redhat-linux-gnu-library/3.1? (as ?lib? is unspecified) probando la URL 'http://cran.rstudio.com/src/contrib/rgdal_0.9-1.tar.gz' Content type
2006 Sep 07
1
rgdal on a Mac
I am trying to install the rgdal package on my Mac OS X 3.9. I downloaded and installed the GDAL libraries from Fink and then tried to install rgdal and got the following message. I tried to determine if the GDAL libraries were in my path but I'm not sure how to do that. Any ideas? Thanks. trying URL 'http://www.biometrics.mtu.edu/CRAN/src/contrib/rgdal_0.4-10.tar.gz'
2015 Jan 16
2
[R-sig-Geo] Error installing 'rgdal' on Centos 7
Hello Roger: Thank you for your email. Some details for the problem. This is the message of the console in R: ------------------ install.packages("rgdal") Installing package into ?/home/aliendist/R/x86_64-redhat-linux-gnu-library/3.1? (as ?lib? is unspecified) probando la URL 'http://cran.rstudio.com/src/contrib/rgdal_0.9-1.tar.gz' Content type 'application/x-gzip'
2010 Oct 17
1
rgdal package (Matteo Toro)
>Hi everybody, > >I'm trying to install the "rgdal" package in R, but it seems not possible... > >i'm typing > >> install.packages("rgdal") >Warning in install.packages("rgdal") : > argument 'lib' is missing: using '/home/toro/R/i486-pc-linux-gnu-library/2. >9' >--- Please select a CRAN mirror for use in
2004 Nov 17
2
R/S-related projects on Sourceforge? Trove Categorization - GDAL
GDAL Package for R http://sourceforge.net/projects/rgdal The R GDAL package is an interface for accessing Frank Warmerdam's Geographic Data Abstraction Library from within R. GDAL is capable of reading and writing a wide range of geographic data formats including ESRI grid format and geotiff. On Wed, 2004-11-17 at 09:09, Witold Eryk Wolski wrote: > <SNIP> > SourceForge.net
2012 Jul 10
1
problem for installing rgdal
Hello, I run [R] 2.14 on Mac OS 10.6 and I've been desperately trying to install rpy2 in order to compute spatial statistics on QGIS 1.7.3. rpy2 is dependent upon the rgdal [R]package that I've been unable to install in spite of up to date versions of GDAL and PROJ. More precisely, [R] console writes "Error: gdal-config not found". As a matter of fact, typing
2011 May 28
1
Installing package rgdal
Dear R-helpers, I am trying to install the package "rgdal" using the command install.packages("rgdal") in R. I get the following error "Error: proj_api.h not found. If the PROJ.4 library is installed in a non-standard location, use --configure-args='--with-proj-include=/opt/local/include' for example, replacing /opt/local/* with appropriate values for your
2009 Jun 24
1
rgdal package -- Error in installing package
R-help, I'm trying to install the rgdal package under Ubuntu but I get the following warning: > install.packages("rgdal") Warning in install.packages("rgdal", configure.args = "--with-gdal-modules=/usr/local/lib") : argument 'lib' is missing: using '/home/luisridaocruz/R/x86_64-pc-linux-gnu-library/2.8' which causes the error: >
2011 Jan 17
2
How to still processing despite bug errors?
Hi, everybody. I am working processing EEG data from 1000 pacients. I have a specific syntax to perform the Spectral Analysis and a loop to analyse all subjects. each subject data are in separate folders (P1, P2 P3...) My question is: in some cases, some errors can appear in one subject. I want to know if is possible to jump to the next subject and perform the same syntax , exibiting an error
2012 Oct 17
3
Install rgdal, lazy loading error
Hi all, I have successfully made and installed both gdal, and proj.4, but still cannot get rgdal to be installed in R. I think i'm very close. I do not have root access, if that matters, i've installed everything locally. I'm using debian on a beowulf cluster. I call: install.packages("rgdal", .libPaths()[1], configure.args =
2007 May 30
4
Connecting to PostgreSQL/PostGIS from R (rgdal?)
Hello, I've been trying every now and then to find a cross operating system solution that would let me access PostgreSQL (and PostGIS) from R, or to access R from PostgreSQL. I know of pl/r, which accomplishes the latter, but has yet to be successfully ported to Windows. Similarly, I've tried to use Rdbi and DBI, but I haven't had luck with those on Windows either for connecting to
2006 Oct 04
2
compiling rgdal package on windows / macos
Greetings: As I am not a windows user, I cannot try this: is it possible to install rgdal on windows without having to compile it from source ? Compilation on MacOS is within my abilities, however each time i try and install the rgdal package it dies complaining that it cannot find gdal-config --- which was recently installed with GRASS. I have updated my PATH environment variable, logged
2011 Jun 23
1
Help: how to install "rgdal package" on Ubuntu desktop?
Dear groups: I have tried to install rgdal in my Ubuntu, but it is not as straight as installing "sp". It demand the pre-installed GDAL and proj.4. I searched the source code in http://trac.osgeo.org/proj/ and http://trac.osgeo.org/gdal/wiki/DownloadSource. but don't know how to compile them. Who will give me a hint? Thanks a lot. Ethan Chang Centers for Disease Control &
2015 Jan 15
4
Error installing 'rgdal' on Centos 7
Hello: I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7 (ELGIS repo added). Is there any solution? Thanks -- Manuel Pizarro EBD-CSIC
2012 Jun 21
1
rgdal package load problem
I am having trouble getting the rgal package to work on Mac OS X. I suspect it has something to do with the link between the rgal package and the associated programs GDAL and PROJ4. Here is the message I get when I attempt to load rgal > library("rgdal") Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object