README.md

geospt R package

Installation

The geospt R package can be installed from CRAN, the official R packages repository, or from this GitHub repository.

The official release of the geospt R package can be found on CRAN. To install from CRAN enter the following command line in R (on Windows OS, run R as Administrator):

install.packages("geospt")

To install the development version of the geospt R package from this account on GitHub, first install the devtools R package using the following command:

install.packages("devtools")

Then install the geospt package from Github using the devtools package:

devtools::install_github("amsantac/geospt")

For help on the functions implemented in the geospt package see the reference manual or run the following command lines in R:

?'geospt-package'
?geospt


amsantac/geospt documentation built on Feb. 21, 2024, 12:23 p.m.