Package: rtrend
Title: Trend Estimating Tools
Description: The traditional linear regression trend, Modified Mann-Kendall (MK)
    non-parameter trend and bootstrap trend are included in this package. Linear 
    regression trend is rewritten by '.lm.fit'. MK trend is rewritten by 'Rcpp'.
    Finally, those functions are about 10 times faster than previous version 
    in R.
    Reference:
    Hamed, K. H., & Rao, A. R. (1998). A modified Mann-Kendall trend test for 
    autocorrelated data. Journal of hydrology, 204(1-4), 182-196. 
    <doi:10.1016/S0022-1694(97)00125-X>.
Version: 0.1.5
Authors@R: c(
  person("Dongdong", "Kong", role = c("aut", "cre"), 
         email = "kongdd.sysu@gmail.com", comment = c(ORCID = "0000-0003-1836-8172")), 
  person('Heyang', 'Song', role = "aut",
         email = "7800556@gmail.com", comment = c(ORCID = "0000-0002-4192-5603")))
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, fftwtools, boot, magrittr, matrixStats, lubridate,
        terra, plyr
Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0)
URL: https://github.com/rpkgs/rtrend
BugReports: https://github.com/rpkgs/rtrend/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-01-11 01:58:18 UTC; kongdd
Author: Dongdong Kong [aut, cre] (<https://orcid.org/0000-0003-1836-8172>),
  Heyang Song [aut] (<https://orcid.org/0000-0002-4192-5603>)
Maintainer: Dongdong Kong <kongdd.sysu@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-11 03:30:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-13 10:16:22 UTC; windows
Archs: x64
