Package: ts2net
Title: From Time Series to Networks
Version: 0.1.0
Authors@R: 
    person(given = "Leonardo", family = "N. Ferreira", email = "ferreira@leonardonascimento.com", 
    role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1445-0590"))
Description: Transforming one or multiple time series into networks. This package is 
    useful for complex systems modeling, time series data mining, or time series analysis using networks. 
    An introduction to the topic and the descriptions of the methods implemented 
    in this package can be found in Mitchell (2006) <doi:10.1016/j.artint.2006.10.002>, 
    Silva and Zhao (2016) <doi:10.1007/978-3-319-17290-3>, and Silva et al. (2021) <doi:10.1002/widm.1404>.
License: MIT + file LICENSE
URL: https://github.com/lnferreira/ts2net
BugReports: https://github.com/lnferreira/ts2net/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 4.1.0), igraph (>= 1.2.11), parallel, compiler
Imports: dtw (>= 1.22.3), scales (>= 1.1.1), minerva (>= 1.5.10),
        infotheo (>= 1.2.0), mmpp (>= 0.6), dbscan (>= 1.1.10), zoo (>=
        1.8.9), nonlinearTseries (>= 0.2.11), stats, utils
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-06-07 12:34:02 UTC; lnferreira
Author: Leonardo N. Ferreira [aut, cre]
    (<https://orcid.org/0000-0003-1445-0590>)
Maintainer: Leonardo N. Ferreira <ferreira@leonardonascimento.com>
Repository: CRAN
Date/Publication: 2022-06-09 07:40:02 UTC
Built: R 4.1.2; ; 2022-06-10 11:00:41 UTC; unix
