Last data update: 2014.03.03

proj4

Package: proj4
Version: 1.0-8
Title: A simple interface to the PROJ.4 cartographic projections
library
Depends: R (>= 2.0.0)
Author: Simon Urbanek <simon.urbanek@r-project.org>
Maintainer: Simon Urbanek <simon.urbanek@r-project.org>
Description: A simple interface to lat/long projection and datum
transformation of the PROJ.4 cartographic projections library.
It allows transformation of geographic coordinates from one
projection and/or datum to another.
SystemRequirements: proj 4.4.6 or higher (http://proj.maptools.org/)
License: GPL-2
URL: http://www.rforge.net/proj4/
Packaged: 2012-08-05 01:54:11 UTC; svnuser
Repository: CRAN
Date/Publication: 2012-08-05 06:07:47

● 0 images, 2 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'proj4' ...
** package 'proj4' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking proj_api.h usability... yes
checking proj_api.h presence... yes
checking for proj_api.h... yes
checking for pj_init_plus in -lproj... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/local/include  -I/usr/local/include    -fpic  -g -O2  -c p4.c -o p4.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o proj4.so p4.o -lproj -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/proj4/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'proj4'
    finding HTML links ... done
    project                                 html  
    transform                               html  
** building package indices
** testing if installed package can be loaded
* DONE (proj4)
Making 'packages.html' ... done