GeoIP - Geolocation tools
RForge.net

GeoIP

About GeoIP
SVN access
Download/Files

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/GeoIP/trunk GeoIP

To install the latest development snapshot of this package, use

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

To list branches use

svn ls svn://svn.rforge.net/GeoIP/branches
and for tags use
svn ls svn://svn.rforge.net/GeoIP/tags

Most recent SVN commits


r4 | urbanek | 2009-10-14 19:27:24 +0000 (Wed, 14 Oct 2009) | 1 line
   M trunk/inst/geodb/GeoIPCity.dat
update GeoIPCity database

r3 | urbanek | 2007-05-17 22:04:27 +0000 (Thu, 17 May 2007) | 1 line
   M trunk/src/citydb.c
fix a small typo

r2 | urbanek | 2007-05-17 22:01:48 +0000 (Thu, 17 May 2007) | 1 line
   A trunk/DESCRIPTION
   A trunk/R
   A trunk/R/geoip.R
   A trunk/R/zzz.R
   A trunk/inst
   A trunk/inst/geodb
   A trunk/inst/geodb/GeoIP.dat
   A trunk/inst/geodb/GeoIPCity.dat
   A trunk/inst/geodb/GeoIPISP.dat
   A trunk/inst/geodb/GeoIPOrg.dat
   A trunk/man
   A trunk/man/geoip.full.Rd
   A trunk/src
   A trunk/src/GeoIP-1.4.0.tar.gz
   A trunk/src/Makevars
   A trunk/src/citydb.c
import GeoIP to the SVN (including DB and GeoIP sources)

r1 | rforge | 2007-05-17 21:14:12 +0000 (Thu, 17 May 2007) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure