Installation

In a terminal, type:

devtools::install_github("mannkendall/R")

And that will take care of things. mannkendall (R) uses semantic versioning. The latest version is 1.1.0 .

The most recent release of mannkendall (R) is also available for download from its Github repository.

Requirements

mannkendall (R) is compatible with the following R versions:

Depends: R (>= 3.6.0)

Furthermore, mannkendall (R) relies on a the following external modules, which will be automatically installed:

LazyData: true

Testing the installation

The most basic check to see if the installation was successful consists in checking the version of the package:

library(mannkendall)
packageVersion("mannkendall")