proj4 - A simple R interface to the PROJ.4 cartographic projections library
RForge.net

proj4

About proj4
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/proj4.git proj4
see also proj4 GitHub repository.

To install the latest development snapshot of this package, use

install.packages("proj4",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("proj4",,"http://rforge.net/")

Most recent GIT commits


900139e8| Merge: 4701f6b ed51f28
RForge user | Sat Jan 13 22:09:51 2024 +0000

Merge branch 'master' of https://github.com/s-u/proj4

ed51f286| Simon Urbanek | Sun Jan 14 11:09:38 2024 +1300
1.0-14 safer error calls
 M       DESCRIPTION
 M       NEWS
 M       src/p4.c

4701f6bb| Merge: 760190e baa3262
RForge user | Tue Jun 13 04:54:03 2023 +0000

Merge branch 'master' of https://github.com/s-u/proj4

baa32624| Simon Urbanek | Tue Jun 13 16:53:53 2023 +1200
update NEWS
 M       NEWS

760190ed| Merge: 73e65c7 fb48a83
RForge user | Tue Jun 13 04:51:10 2023 +0000

Merge branch 'master' of https://github.com/s-u/proj4