search for: cplerr

Displaying 2 results from an estimated 2 matches for "cplerr".

Did you mean: cerr
2016 Oct 05
0
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
...ectory for rgdal; the only filed that referred to "CPLQuietErrorHandler" was gdal_bindings.cpp. I noticed that it had a #include <cpl_error.h> in it. I found a header file cpl_error.h in /usr/include/gdal. It includes the line: > void CPL_DLL CPL_STDCALL CPLQuietErrorHandler( CPLErr, int, const char * ); Doesn't this define "CPLQuietErrorHandler"? What in God's name do I need to do to get this <expletive deleted> package working? cheers, Rolf -- Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 882...
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