This folder contains the files required to install the R package "NSD", along with the package manual "NSD.pdf". The package can be installed as a source version (using "NSD_0.0.0.9000.tar.gz") or as a binary version (using "NSD_0.0.0.9000.zip"), using commands such as: install.packages("/NSD_0.0.0.9000.tar.gz", repos = NULL, type = "source") install.packages("/NSD_0.0.0.9000.zip", repos = NULL, type = "binary") Note: The package requires recent versions of the following R packages: . Rcpp . RcppArmadillo . coda To run the examples, the following two R packages are also required: . sp . fda These packages can be installed from CRAN using: install.packages(""). A recent version of R must also be installed. The package was built using R version 3.5.1.