Skip to content
Prev 11644 / 15075 Next

Experience with upgrade to 3.3.0 beta

On 14/04/2016 03:31, David Winsemius wrote:
Well, to build rgdal and rgeos from source you need to install the 
corresponding libs from https://r.research.att.com/libs/: I think that 
applies to Rglpk as well.

For RPostgreSQL I need Sys.setenv(PG_INCDIR = "libpq") to workaround a 
bug in the package I reported a couple of years ago.

For RODBC see its manual.  There is a slightly simpler way which will be 
in the next release:

<<
At least for OS X 10.9--11, all that is required for
\code{iODBC} is to unpack the sources and use their headers by
something like

\begin{example}
ODBC_INCLUDE=/path/to/libiodbc-srcs/include' R CMD INSTALL RODBC
\end{example}
 >>

CRAN is only showing OS X build logs for R-release, and the rgdal 
version available is rather old as the log has
configure: error: gdal-config not found or not executable.
so something is wrong with the GDAL installation on the build machine.

Hopefully Simon will see this and get the binary packages built.