Displaying 20 results from an estimated 3000 matches similar to: "Rgdal windows binary warning message"
2005 Aug 04
3
how to read individual values from a pixmap object
Hi All,
I have a greyscale image that I am reading in through RGDAL and placing in a
pixmap object.
As an example use the logo.jpg file that comes with the RGDAL package:
#Read the file
logo <- system.file("pictures/logo.jpg", package="rgdal")[1]
x <- new("GDALReadOnlyDataset", logo)
#Create the pixmap object
xGrey <- getPixmapGDAL(x)
Now I would
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
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
2006 Sep 29
1
Loading rgdal library
I am trying to load the rgdal library in Mac OS X 10.4.7 (pismo g3
500 mhz).
I already loaded sp and compiled rgdal successfully, such that rgdal
shows up in the package manager GUI. But when I try to load rgdal, I
get the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/Users/rhead/Library/R/library/rgdal/
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:
>
2008 Nov 24
1
rgdal and spgrass6
Hi,
i'm trying to install the packages rgdal and spgrass6 by "install.packages"
but i receive always this message:
ERROR: configuration failed for package 'rgdal'
** Removing '/home/thyberio/R/i486-pc-linux-gnu-library/2.7/rgdal'
** Restoring previous '/home/thyberio/R/i486-pc-linux-gnu-library/2.7/rgdal'
The downloaded packages are in
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
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
2010 Sep 30
2
Installing sp and rgdal libraries
Hi,
I am still a bit of a beginner with R but I had it all working spgrass6,
RMySQL, sp, etc...
Then I wanted to install spatstat, this required updating R, all was going
fine until I tried to connect to grass gis using spgrass6 library, it
wouldn't let be install the package due to a dependency with rgdal. rgdal
will not install as the sp package is 1:0.9-56-2 and sp requires a higher
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
2016 Oct 05
0
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
On 05/10/16 12:39, Dirk Eddelbuettel wrote:
>
> On 5 October 2016 at 12:16, Rolf Turner wrote:
> |
> | On 05/10/16 12:07, Michael Rutter wrote:
> |
> | > Typo on my part. Try r-cran-rgdal.
> |
> | Thanks. OK, I have now done
> |
> | sudo apt-get install r-cran-rgdal
> |
> | successfully.
>
> Very good.
>
> Now do
>
> IP <-
2018 Feb 16
0
error in loading rgdal package
Hi Lily,
lily li <chocold12 at gmail.com> writes:
> Hi R users,
>
> Could you help me to see this problem? I could now load "rgdal" even though
> I downloaded the compressed folder. Thanks for your help.
>
> Loading required package: sp
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared object
>
2016 Oct 04
2
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
On 5 October 2016 at 12:16, Rolf Turner wrote:
|
| On 05/10/16 12:07, Michael Rutter wrote:
|
| > Typo on my part. Try r-cran-rgdal.
|
| Thanks. OK, I have now done
|
| sudo apt-get install r-cran-rgdal
|
| successfully.
Very good.
Now do
IP <- installed.packages()
and convince yourself that you have rgdal. You could even do
library(rgdal)
| But sad to say, it
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'
2004 Aug 19
2
rgdal under windows?
Hi,
Has anyone had any joy getting the rgdal package to compile under windows?
I've been trying with MinGW using Duncan Murdoch's Rtools but to no avail.
After unpacking the tarball I put it here:
D:\rw1091\src\library\rgdal>ls
DESCRIPTION R configure inst man
INDEX cleanup configure.in install.R src
And then tried:
2015 Jan 15
0
[R-sig-Geo] Error installing 'rgdal' on Centos 7
Please do not cross-post. Please do provide sufficient information to help
diagnose your problem (here the output of the ./configure run during
installation). Almost certainly you are trying to install from source when
one or more external dependency is not satisfied. Did you read:
http://cran.r-project.org/bin/linux/redhat/README
and note that R-rgdal is *not* provided as a binary?
Did you
2017 Sep 06
0
rgdal error when trying to import raster
Hi,
The message "there is no package called 'rgdal'" means that you don't have rgdal installed.
https://cran.r-project.org/web/packages/rgdal/index.html
Also, you will get very good patial-centric help if you subscribed to r-sig-geo here
https://stat.ethz.ch/mailman/listinfo/r-sig-geo
Cheers,
Ben
> On Sep 6, 2017, at 2:52 PM, john polo <jpolo at mail.usf.edu>
2018 Feb 16
2
error in loading rgdal package
Hi R users,
Could you help me to see this problem? I could now load "rgdal" even though
I downloaded the compressed folder. Thanks for your help.
Loading required package: sp
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
'/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rgdal/libs/rgdal.so':
[[alternative HTML version deleted]]
2011 Aug 22
1
rgdal cannot load shared object
Hello,
I'm on a Debian sid system, and after a an upgrade of packages ('apt-get
upgrade') over the weekend, loading rgdal no longer works:
---<--------------------cut here---------------start------------------->---
R> library(rgdal)
Loading required package: sp
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object