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). “The tesselle Project: a Collection of R Packages for Research and Teaching in Archaeology.” Advances in Archaeological Practice, 12(4), 424-430. doi:10.1017/aap.2024.10 https://doi.org/10.1017/aap.2024.10.
Frerebeau N (2025). kinesis: ‘shiny’ Applications for the ‘tesselle’ Packages. Université Bordeaux Montaigne, Pessac, France. doi:10.5281/zenodo.14645671 https://doi.org/10.5281/zenodo.14645671, R package version 0.2.0, 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/.
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 Codeberg with:
# install.packages("remotes")
::install_git("https://codeberg.org/tesselle/kinesis") remotes
## Load the package
library(kinesis)
## Run the app for matrix seriation
run_app("seriation")
Keyword | Application name |
---|---|
aoristic |
Aoristic Analysis |
ca |
Correspondence Analysis |
pca |
Principal Components Analysis |
diversity |
Diversity Measures |
mcd |
Mean Ceramic Date |
scatter |
Scatter Plot |
seriation |
Matrix Seriation |
source |
Compositional Data Analysis |
ternary |
Ternary Plot |
## Run app using 3 local daemons
# install.packages("mirai")
<- run_app("seriation")
obj with(mirai::daemons(3), shiny::runApp(obj))
This package provides translations of the user interface. The
preferred language is by default taken from the locale. This can be
overridden by setting of the environment variable LANGUAGE
(you only need to do this once per session):
Sys.setenv(LANGUAGE = "<language code>")
Languages currently available are English (en
) and
French (fr
).
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.