A collection of shiny applications that provides graphical user interfaces for the tesselle packages.
This package is currently experimental. This means that it is functional, but interfaces and functionalities may change over time, testing and documentation may be lacking.
To cite kinesis in publications use:
Frerebeau N (2024). kinesis: ‘shiny’ Applications for the ‘tesselle’ Packages. Université Bordeaux Montaigne, Pessac, France. R package version 0.0.0.9004, https://packages.tesselle.org/kinesis/.
This package is a part of the tesselle project https://www.tesselle.org.
The applications are deployed on the Huma-Num Shiny server: https://analytics.huma-num.fr/tesselle/home/.
You can install the released version of kinesis from our repository with:
options(repos = c(CRAN = "https://cloud.r-project.org",
tesselle = "https://tesselle.r-universe.dev"))
install.packages("kinesis")
And the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("tesselle/kinesis")
## Load the package
library(kinesis)
## Run the app for matrix seriation
run_app("seriate")
Please note that the kinesis project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.