-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: topologyR
Type: Package
Title: Topological Connectivity Analysis for Numeric Data
Version: 0.2.0
Authors@R:
person(given = "José Mauricio", family = "Gómez Julián",
email = "isadore.nabi@pm.me", role = c("aut", "cre"))
Description: Topological data analysis methods based on graph-theoretic
approaches for discovering topological structures in data. Constructs
topological spaces from graphs following Nada et al. (2018)
<doi:10.1002/mma.4726>, with visibility graph construction for time
series following Lacasa et al. (2008) <doi:10.1073/pnas.0709247105>.
Supports directed visibility graphs for bitopological analysis of
temporal irreversibility (Kelly, 1963), and Alexandrov topology
construction from reachability preorders.
License: MIT + file LICENSE
URL: https://github.com/IsadoreNabi/topologyR
BugReports: https://github.com/IsadoreNabi/topologyR/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.0.0)
Imports: ggplot2, Rcpp, stats, utils
LinkingTo: Rcpp
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2026-04-04 19:08:09 UTC; ROG
Author: José Mauricio Gómez Julián [aut, cre]
Maintainer: José Mauricio Gómez Julián <isadore.nabi@pm.me>
Repository: CRAN
Date/Publication: 2026-04-05 06:50:02 UTC