Package: geodist
Title: Fast, Dependency-Free Geodesic Distance Calculations
Version: 0.0.4
Authors@R: c(
    person("Mark", "Padgham", email="mark.padgham@email.com", role=c("aut", "cre")),
    person("Michael D.", "Sumner", role="aut"),
    person("Charles F.F", "Karney", role="cph",
        comment="Original author of included code for geodesic distances"))
Description: Dependency-free, ultra fast calculation of geodesic distances.
    Includes the reference nanometre-accuracy geodesic distances of Karney
    (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well
    as Haversine and Vincenty distances. Default distance measure is the "Mapbox
    cheap ruler" which is generally more accurate than Haversine or Vincenty for
    distances out to a few hundred kilometres, and is considerably faster. The
    main function accepts one or two inputs in almost any generic rectangular
    form, and returns either matrices of pairwise distances, or vectors of
    sequential distances.
License: MIT + file LICENSE
Suggests: knitr, testthat
NeedsCompilation: yes
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/hypertidy/geodist
BugReports: https://github.com/hypertidy/geodist/issues
Packaged: 2020-05-18 20:18:40 UTC; smexus
Author: Mark Padgham [aut, cre],
  Michael D. Sumner [aut],
  Charles F.F Karney [cph] (Original author of included code for geodesic
    distances)
Maintainer: Mark Padgham <mark.padgham@email.com>
Repository: CRAN
Date/Publication: 2020-05-18 22:20:02 UTC
Built: R 4.1.0; x86_64-w64-mingw32; 2020-08-03 03:48:07 UTC; windows
Archs: i386, x64
