Last data update: 2014.03.03

geohash

Package: geohash
Type: Package
Title: Tools for Geohash Creation and Manipulation
Version: 0.1.2
Date: 2016-06-14
Author: Oliver Keyes [aut, cre], G. Nagel [cph]
Maintainer: Oliver Keyes <ironholds@gmail.com>
Description: Provides tools to encode lat/long pairs into geohashes, decode those geohashes,
and identify their neighbours.
License: MIT + file LICENSE
URL: https://github.com/Ironholds/geohash/
BugReports: https://github.com/Ironholds/geohash/issues
LazyData: TRUE
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 5.0.1
Suggests: testthat, knitr, rmarkdown, olctools
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-06-14 22:43:25 UTC; ironholds
Repository: CRAN
Date/Publication: 2016-06-15 00:59:44

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'geohash' ...
** package 'geohash' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c cgeohash.cpp -o cgeohash.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c geohash.cpp -o geohash.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o geohash.so RcppExports.o cgeohash.o geohash.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/geohash/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'geohash'
    finding HTML links ... done
    geohash                                 html  
    gh_decode                               html  
    gh_encode                               html  
    neighbours                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (geohash)
Making 'packages.html' ... done