Skip to content

rspatial/geosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geosphere

CRAN status CRAN RStudio mirror downloads

geosphere is an R package for spherical trigonmetry. That is compute distance, direction, area, and related quantities with longitude / latitude data. There are tutorials at rspatial.org.

Installation

geosphere is available from CRAN, so you can use install.packages("geosphere") to get the current released version.

The easiest way to use the development version on Windows or MacOS, is to install it from the R-universe, like this:

install.packages('geosphere', repos='https://rspatial.r-universe.dev')

From source-code

In R, you can install the package like this.

remotes::install_github("rspatial/geosphere")

On Windows, you need to first install Rtools to get a C++ compiler that R can use.

Releases

No releases published

Packages

No packages published

Languages