R package implementing multitaper spectral estimation techniques used in time series analysis. In general the up-to-date version is on CRAN.
https://CRAN.R-project.org/package=multitaper
General build instructions:
- download and unzip to a folder called multitaper-master
- from the parent folder: a) R CMD build multitaper-master/ b) R CMD check multitaper_1.0-13.tar.gz (optional) c) R CMD INSTALL multitaper_1.0-13.tar.gz
Note:
- The version number 1.0-13, may change, and you will have to ensure the PATH variable is appropriately set. This will require gfortran.
- The version on CRAN is checked --as-cran using the latest development build** of R.
Please see the documentation for your Linux distribution, Xcode (or Fink) for Mac, or Rtools, currently maintained by Duncan Murdoch, on CRAN.
https://cran.r-project.org/bin/windows/Rtools/
** Note: I uploaded the latest version in Oct. 2020 after checking --as-cran with the current release version of R. Please consult CRAN policy for submitting packages.