Package: GCSM
Title: Implements Generic Composite Similarity Measure
Version: 0.2.0
Authors@R: 
    person(given = "Yadong",
           family = "Liu",
           role = c("aut", "cre"),
           email = "liuyadong828@gmail.com",
           comment = c(ORCID = "0000-0002-1283-3451"))
Description: Provides implementation of the generic composite similarity measure
    (GCSM) described in Liu et al. (2020) <doi:10.1016/j.ecoinf.2020.101169>. The
    implementation is in C++ and uses 'RcppArmadillo'. Additionally, implementations
    of the structural similarity (SSIM) and the composite similarity measure based
    on means, standard deviations, and correlation coefficient (CMSC), are included.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://github.com/liuyadong/GCSM
BugReports: https://github.com/liuyadong/GCSM/issues
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp
Suggests: testthat
NeedsCompilation: yes
Packaged: 2025-10-14 17:11:07 UTC; yadong
Author: Yadong Liu [aut, cre] (ORCID: <https://orcid.org/0000-0002-1283-3451>)
Maintainer: Yadong Liu <liuyadong828@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-14 17:20:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-21 12:30:59 UTC; windows
Archs: x64
