Package: rsetse
Title: Strain Elevation Tension Spring Embedding
Version: 0.5.0
Authors@R: 
    c(person(given = "Jonathan",
           family = "Bourne",
           role = c("aut", "cre"),
           email = "jonathan.s.bourne@gmail.com",
           comment = c(ORCID = "0000-0003-2616-3716"))
           )
Description: An R implementation for the Strain Elevation and
    Tension embedding algorithm from Bourne (2020)
    <doi:10.1007/s41109-020-00329-4>. The package embeds graphs and
    networks using the Strain Elevation and Tension embedding (SETSe)
    algorithm. SETSe represents the network as a physical system, where
    edges are elastic, and nodes exert a force either up or down based on
    node features. SETSe positions the nodes vertically such that the
    tension in the edges of a node is equal and opposite to the force it
    exerts for all nodes in the network. The resultant structure can then
    be analysed by looking at the node elevation and the edge strain and
    tension. This algorithm works on weighted and unweighted networks as
    well as networks with or without explicit node features.  Edge
    elasticity can be created from existing edge weights or kept as a
    constant.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: dplyr, Matrix, rlang (>= 0.1.2), igraph, purrr, tibble,
        minpack.lm, magrittr, methods, stats
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, tidyr, ggplot2, ggraph, roxygen2
VignetteBuilder: knitr
URL: https://github.com/JonnoB/rSETSe
BugReports: https://github.com/JonnoB/rSETSe/issues
NeedsCompilation: no
Packaged: 2021-06-11 09:42:10 UTC; jonno
Author: Jonathan Bourne [aut, cre] (<https://orcid.org/0000-0003-2616-3716>)
Maintainer: Jonathan Bourne <jonathan.s.bourne@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-11 10:00:02 UTC
Built: R 4.1.0; ; 2021-06-12 11:50:55 UTC; unix
