kinesis
shiny Applications for the tesselle R Packages - :exclamation: This is a read-only mirror from https://codeberg.org/tesselle/kinesis
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 8 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.8%) to scientific vocabulary
Keywords
archaeological-science
archaeology
archaeometry
r-package
shiny-apps
Last synced: 4 months ago
·
JSON representation
·
Repository
shiny Applications for the tesselle R Packages - :exclamation: This is a read-only mirror from https://codeberg.org/tesselle/kinesis
Basic Info
- Host: GitHub
- Owner: tesselle
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://packages.tesselle.org/kinesis/
- Size: 2.99 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
archaeological-science
archaeology
archaeometry
r-package
shiny-apps
Created 8 months ago
· Last pushed 5 months ago
Metadata Files
Readme
Changelog
License
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
Sys.setenv(LANGUAGE = "en") # Force locale
```
# kinesis
[](https://ci.codeberg.org/repos/14694){.pkgdown-devel}
[](https://packages.tesselle.org/kinesis/coverage/){.pkgdown-devel}
[](https://cran.r-project.org/package=kinesis){.pkgdown-devel}
[](https://tesselle.r-universe.dev/kinesis){.pkgdown-devel}
[](https://cran.r-project.org/package=kinesis){.pkgdown-release}
[](https://cran.r-project.org/web/checks/check_results_kinesis.html){.pkgdown-release}
[](https://cran.r-project.org/package=kinesis){.pkgdown-release}
[](https://www.repostatus.org/#wip)
[](https://doi.org/10.5281/zenodo.14645671)
## Overview
A collection of [**shiny**](https://shiny.posit.co) applications that provides graphical user interfaces for the [tesselle](https://www.tesselle.org) 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.
---
```{r citation, echo=FALSE, comment='', results='asis'}
cite <- utils::citation("kinesis")
print(cite, bibtex = FALSE)
```
## Remote use
The applications are deployed on the [Huma-Num](https://www.huma-num.fr) Shiny server: .
## Local use
### Installation
You can install the released version of **kinesis** from [CRAN](https://CRAN.R-project.org) with:
```{r cran-installation, eval=FALSE}
install.packages("kinesis")
```
And the development version from [Codeberg](https://codeberg.org/) with:
```{r gh-installation, eval=FALSE}
# install.packages("remotes")
remotes::install_git("https://codeberg.org/tesselle/kinesis")
```
### Usage
```{r shiny, eval=FALSE}
## 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 |
### Asynchronous backend
```{r mirai, eval=FALSE}
## Run app using 3 local daemons
# install.packages("mirai")
obj <- run_app("seriation")
with(mirai::daemons(3), shiny::runApp(obj))
```
## Translation
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):
``` r
Sys.setenv(LANGUAGE = "")
```
Languages currently available are English (`en`) and French (`fr`).
## Contributing
Please note that the **kinesis** project is released with a [Contributor Code of Conduct](https://www.tesselle.org/conduct.html). By contributing to this project, you agree to abide by its terms.
```{r metadata, include=FALSE}
## Update codemeta.json
codemetar::write_codemeta(verbose = FALSE)
## Update CITATION.cff
cff_keys <- list(
identifiers = list(
list(description = "The concept DOI.",
type = "doi",
value = "10.5281/zenodo.14645671"),
list(description = "The versioned DOI for version 0.1.0.",
type = "doi",
value = "10.5281/zenodo.14645672"),
list(description = "The versioned DOI for version 0.2.0.",
type = "doi",
value = "10.5281/zenodo.15784615"),
list(description = "The versioned DOI for version 0.2.1.",
type = "doi",
value = "10.5281/zenodo.15918746"),
list(description = "The CRAN DOI",
type = "doi",
value = "10.32614/CRAN.package.kinesis")
)
)
cff <- cffr::cff_create("DESCRIPTION", keys = cff_keys)
if (cffr::cff_validate(cff)) cffr::cff_write(cff, outfile = "CITATION.cff")
```
Owner
- Name: tesselle
- Login: tesselle
- Kind: organization
- Location: France
- Website: www.tesselle.org
- Repositories: 5
- Profile: https://github.com/tesselle
A collection of R packages for archaeological research and teaching
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "kinesis" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'kinesis: ''shiny'' Applications for the ''tesselle'' Packages'
version: 0.2.1
doi: 10.1017/aap.2024.10
identifiers:
- description: The concept DOI.
type: doi
value: 10.5281/zenodo.14645671
- description: The versioned DOI for version 0.1.0.
type: doi
value: 10.5281/zenodo.14645672
- description: The versioned DOI for version 0.2.0.
type: doi
value: 10.5281/zenodo.15784615
- description: The versioned DOI for version 0.2.1.
type: doi
value: 10.5281/zenodo.15918746
- description: The CRAN DOI
type: doi
value: 10.32614/CRAN.package.kinesis
abstract: A collection of 'shiny' applications for the 'tesselle' packages <https://www.tesselle.org/>.
This package provides applications for archaeological data analysis and visualization.
These mainly, but not exclusively, include applications for chronological modelling
(e.g. matrix seriation, aoristic analysis) and count data analysis (e.g. diversity
measures, compositional data analysis).
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
preferred-citation:
type: article
title: 'The tesselle Project: a Collection of R Packages for Research and Teaching
in Archaeology'
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2024'
journal: Advances in Archaeological Practice
volume: '12'
issue: '4'
doi: 10.1017/aap.2024.10
start: 424-430
repository: https://CRAN.R-project.org/package=kinesis
repository-code: https://codeberg.org/tesselle/kinesis
url: https://packages.tesselle.org/kinesis/
contact:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
keywords:
- archaeology
- archaeological-science
- archaeometry
- shiny-apps
- r-package
references:
- type: manual
title: 'kinesis: ''shiny'' Applications for the ''tesselle'' Packages'
authors:
- family-names: Frerebeau
given-names: Nicolas
year: '2025'
institution:
name: Université Bordeaux Montaigne
address: Pessac, France
notes: R package version 0.2.1
url: https://packages.tesselle.org/kinesis/
doi: 10.5281/zenodo.14645671
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
version: '>= 4.2'
- type: software
title: aion
abstract: 'aion: Archaeological Time Series'
notes: Imports
url: https://packages.tesselle.org/aion/
repository: https://CRAN.R-project.org/package=aion
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
- family-names: Roe
given-names: Joe
email: joseph.roe@iaw.unibe.ch
orcid: https://orcid.org/0000-0002-1011-1244
year: '2025'
doi: 10.32614/CRAN.package.aion
version: '>= 1.5.0'
- type: software
title: arkhe
abstract: 'arkhe: Tools for Cleaning Rectangular Data'
notes: Imports
url: https://packages.tesselle.org/arkhe/
repository: https://CRAN.R-project.org/package=arkhe
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.arkhe
version: '>= 1.11.0'
- type: software
title: bslib
abstract: 'bslib: Custom ''Bootstrap'' ''Sass'' Themes for ''shiny'' and ''rmarkdown'''
notes: Imports
url: https://rstudio.github.io/bslib/
repository: https://CRAN.R-project.org/package=bslib
authors:
- family-names: Sievert
given-names: Carson
email: carson@posit.co
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Aden-Buie
given-names: Garrick
email: garrick@posit.co
orcid: https://orcid.org/0000-0002-7111-0077
year: '2025'
doi: 10.32614/CRAN.package.bslib
version: '>= 0.9.0'
- type: software
title: config
abstract: 'config: Manage Environment Specific Configuration Values'
notes: Imports
url: https://rstudio.github.io/config/
repository: https://CRAN.R-project.org/package=config
authors:
- family-names: Allaire
given-names: JJ
email: jj@rstudio.com
year: '2025'
doi: 10.32614/CRAN.package.config
version: '>= 0.3.2'
- type: software
title: datasets
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: dimensio
abstract: 'dimensio: Multivariate Data Analysis'
notes: Imports
url: https://packages.tesselle.org/dimensio/
repository: https://tesselle.r-universe.dev
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.dimensio
version: '>= 0.14.0'
- type: software
title: folio
abstract: 'folio: Datasets for Teaching Archaeology and Paleontology'
notes: Imports
url: https://packages.tesselle.org/folio/
repository: https://CRAN.R-project.org/package=folio
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.folio
version: '>= 1.5.1'
- type: software
title: grDevices
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: gt
abstract: 'gt: Easily Create Presentation-Ready Display Tables'
notes: Imports
url: https://gt.rstudio.com
repository: https://CRAN.R-project.org/package=gt
authors:
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Schloerke
given-names: Barret
email: barret@posit.co
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Hughes
given-names: Ellis
email: ellis.h.hughes@gsk.com
orcid: https://orcid.org/0000-0003-0637-4436
- family-names: Lauer
given-names: Alexandra
email: alexandralauer1@gmail.com
orcid: https://orcid.org/0000-0002-4191-6301
- family-names: Seo
given-names: JooYoung
email: jseo1005@illinois.edu
orcid: https://orcid.org/0000-0002-4064-6012
- family-names: Brevoort
given-names: Ken
email: ken@brevoort.com
orcid: https://orcid.org/0000-0002-4001-8358
- family-names: Roy
given-names: Olivier
year: '2025'
doi: 10.32614/CRAN.package.gt
version: '>= 1.0.0'
- type: software
title: isopleuros
abstract: 'isopleuros: Ternary Plots'
notes: Imports
url: https://packages.tesselle.org/isopleuros/
repository: https://CRAN.R-project.org/package=isopleuros
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.isopleuros
version: '>= 1.4.0'
- type: software
title: kairos
abstract: 'kairos: Analysis of Chronological Patterns from Archaeological Count
Data'
notes: Imports
url: https://packages.tesselle.org/kairos/
repository: https://CRAN.R-project.org/package=kairos
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.kairos
version: '>= 2.3.0'
- type: software
title: khroma
abstract: 'khroma: Colour Schemes for Scientific Data Visualization'
notes: Imports
url: https://packages.tesselle.org/khroma/
repository: https://CRAN.R-project.org/package=khroma
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.khroma
version: '>= 1.16.0'
- type: software
title: mirai
abstract: 'mirai: Minimalist Async Evaluation Framework for R'
notes: Imports
url: https://mirai.r-lib.org
repository: https://CRAN.R-project.org/package=mirai
authors:
- family-names: Gao
given-names: Charlie
email: charlie.gao@posit.co
orcid: https://orcid.org/0000-0002-0750-061X
year: '2025'
doi: 10.32614/CRAN.package.mirai
version: '>= 2.4.0'
- type: software
title: nexus
abstract: 'nexus: Sourcing Archaeological Materials by Chemical Composition'
notes: Imports
url: https://packages.tesselle.org/nexus/
repository: https://CRAN.R-project.org/package=nexus
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
- family-names: Philippe
given-names: Anne
email: anne.philippe@univ-nantes.fr
orcid: https://orcid.org/0000-0002-5331-5087
year: '2025'
doi: 10.32614/CRAN.package.nexus
version: '>= 0.6.0'
- type: software
title: sass
abstract: 'sass: Syntactically Awesome Style Sheets (''Sass'')'
notes: Imports
url: https://rstudio.github.io/sass/
repository: https://CRAN.R-project.org/package=sass
authors:
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
- family-names: Mastny
given-names: Timothy
email: tim.mastny@gmail.com
- family-names: Iannone
given-names: Richard
email: rich@rstudio.com
orcid: https://orcid.org/0000-0003-3925-190X
- family-names: Schloerke
given-names: Barret
email: barret@rstudio.com
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Sievert
given-names: Carson
email: carson@rstudio.com
orcid: https://orcid.org/0000-0002-4958-2844
year: '2025'
doi: 10.32614/CRAN.package.sass
version: '>= 0.4.10'
- type: software
title: shiny
abstract: 'shiny: Web Application Framework for R'
notes: Imports
url: https://shiny.posit.co/
repository: https://CRAN.R-project.org/package=shiny
authors:
- family-names: Chang
given-names: Winston
email: winston@posit.co
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Sievert
given-names: Carson
email: carson@posit.co
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Schloerke
given-names: Barret
email: barret@posit.co
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Xie
given-names: Yihui
email: yihui@posit.co
- family-names: Allen
given-names: Jeff
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Dipert
given-names: Alan
- family-names: Borges
given-names: Barbara
year: '2025'
doi: 10.32614/CRAN.package.shiny
version: '>= 1.11.1'
- type: software
title: stats
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: tabula
abstract: 'tabula: Analysis and Visualization of Archaeological Count Data'
notes: Imports
url: https://packages.tesselle.org/tabula/
repository: https://CRAN.R-project.org/package=tabula
authors:
- family-names: Frerebeau
given-names: Nicolas
email: nicolas.frerebeau@u-bordeaux-montaigne.fr
orcid: https://orcid.org/0000-0001-5759-4944
year: '2025'
doi: 10.32614/CRAN.package.tabula
version: '>= 3.3.1'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
- type: software
title: fontquiver
abstract: 'fontquiver: Set of Installed Fonts'
notes: Suggests
repository: https://CRAN.R-project.org/package=fontquiver
authors:
- family-names: Henry
given-names: Lionel
email: lionel@rstudio.com
year: '2025'
doi: 10.32614/CRAN.package.fontquiver
- type: software
title: rsvg
abstract: 'rsvg: Render SVG Images into PDF, PNG, (Encapsulated) PostScript, or
Bitmap Arrays'
notes: Suggests
url: https://docs.ropensci.org/rsvg/
repository: https://CRAN.R-project.org/package=rsvg
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroenooms@gmail.com
orcid: https://orcid.org/0000-0002-4035-0289
year: '2025'
doi: 10.32614/CRAN.package.rsvg
- type: software
title: svglite
abstract: 'svglite: An ''SVG'' Graphics Device'
notes: Suggests
url: https://svglite.r-lib.org
repository: https://CRAN.R-project.org/package=svglite
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Henry
given-names: Lionel
email: lionel@posit.co
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@posit.co
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Luciani
given-names: T Jake
email: jake@apache.org
- family-names: Decorde
given-names: Matthieu
email: matthieu.decorde@ens-lyon.fr
- family-names: Lise
given-names: Vaudor
email: lise.vaudor@ens-lyon.fr
year: '2025'
doi: 10.32614/CRAN.package.svglite
- type: software
title: tinysnapshot
abstract: 'tinysnapshot: Snapshots for Unit Tests using the ''tinytest'' Framework'
notes: Suggests
url: https://github.com/vincentarelbundock/tinysnapshot
repository: https://CRAN.R-project.org/package=tinysnapshot
authors:
- family-names: Arel-Bundock
given-names: Vincent
email: vincent.arel-bundock@umontreal.ca
orcid: https://orcid.org/0000-0003-2042-7063
year: '2025'
doi: 10.32614/CRAN.package.tinysnapshot
- type: software
title: tinytest
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
notes: Suggests
url: https://github.com/markvanderloo/tinytest
repository: https://CRAN.R-project.org/package=tinytest
authors:
- family-names: Loo
given-names: Mark
name-particle: van der
email: mark.vanderloo@gmail.com
orcid: https://orcid.org/0000-0002-9807-4686
year: '2025'
doi: 10.32614/CRAN.package.tinytest
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "kinesis",
"description": "A collection of 'shiny' applications for the 'tesselle' packages <https://www.tesselle.org/>. This package provides applications for archaeological data analysis and visualization. These mainly, but not exclusively, include applications for chronological modelling (e.g. matrix seriation, aoristic analysis) and count data analysis (e.g. diversity measures, compositional data analysis).",
"name": "kinesis: 'shiny' Applications for the 'tesselle' Packages",
"relatedLink": [
"https://packages.tesselle.org/kinesis/",
"https://tesselle.r-universe.dev/kinesis",
"https://CRAN.R-project.org/package=kinesis"
],
"codeRepository": "https://codeberg.org/tesselle/kinesis",
"issueTracker": "https://codeberg.org/tesselle/kinesis/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.3.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau",
"email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
"@id": "https://orcid.org/0000-0001-5759-4944"
}
],
"funder": [
{
"@type": "Organization",
"name": "Universit Bordeaux Montaigne"
},
{
"@type": "Organization",
"name": "CNRS"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau",
"email": "nicolas.frerebeau@u-bordeaux-montaigne.fr",
"@id": "https://orcid.org/0000-0001-5759-4944"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "tinytest",
"name": "tinytest",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tinytest"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.2"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "aion",
"name": "aion",
"version": ">= 1.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=aion"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "arkhe",
"name": "arkhe",
"version": ">= 1.11.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=arkhe"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "bslib",
"name": "bslib",
"version": ">= 0.9.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bslib"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "config",
"name": "config",
"version": ">= 0.3.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=config"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "dimensio",
"name": "dimensio",
"version": ">= 0.14.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dimensio"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "grDevices",
"name": "grDevices"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "gt",
"name": "gt",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gt"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "isopleuros",
"name": "isopleuros",
"version": ">= 1.4.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=isopleuros"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "kairos",
"name": "kairos",
"version": ">= 2.3.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=kairos"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "khroma",
"name": "khroma",
"version": ">= 1.16.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=khroma"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "mirai",
"name": "mirai",
"version": ">= 2.5.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mirai"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "nexus",
"name": "nexus",
"version": ">= 0.6.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=nexus"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "sass",
"name": "sass",
"version": ">= 0.4.10",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=sass"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "shiny",
"name": "shiny",
"version": ">= 1.11.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=shiny"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "tabula",
"name": "tabula",
"version": ">= 3.3.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tabula"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"applicationCategory": "ArchaeologicalScience",
"isPartOf": "https://www.tesselle.org",
"keywords": [
"archaeology",
"archaeological-science",
"archaeometry",
"shiny-apps",
"r-package"
],
"fileSize": "902.424KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau"
}
],
"name": "{The tesselle Project: a Collection of R Packages for Research and Teaching in Archaeology}",
"identifier": "10.1017/aap.2024.10",
"pagination": "424-430",
"@id": "https://doi.org/10.1017/aap.2024.10",
"sameAs": "https://doi.org/10.1017/aap.2024.10",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "4",
"datePublished": "2024",
"isPartOf": {
"@type": [
"PublicationVolume",
"Periodical"
],
"volumeNumber": "12",
"name": "Advances in Archaeological Practice"
}
}
},
{
"@type": "SoftwareSourceCode",
"datePublished": "2025",
"author": [
{
"@type": "Person",
"givenName": "Nicolas",
"familyName": "Frerebeau"
}
],
"name": "{kinesis: 'shiny' Applications for the 'tesselle' Packages}",
"identifier": "10.5281/zenodo.14645671",
"url": "https://packages.tesselle.org/kinesis/",
"description": "R package version 0.3.1",
"@id": "https://doi.org/10.5281/zenodo.14645671",
"sameAs": "https://doi.org/10.5281/zenodo.14645671"
}
],
"developmentStatus": "https://www.repostatus.org/#wip"
}
GitHub Events
Total
- Release event: 1
- Watch event: 2
- Push event: 103
- Create event: 6
Last Year
- Release event: 1
- Watch event: 2
- Push event: 103
- Create event: 6
Dependencies
DESCRIPTION
cran
- R >= 4.2 depends
- aion >= 1.5.0 imports
- arkhe >= 1.11.0 imports
- bslib >= 0.9.0 imports
- config >= 0.3.2 imports
- datasets * imports
- dimensio >= 0.13.0 imports
- folio >= 1.5.0 imports
- future >= 1.49.0 imports
- grDevices * imports
- gt >= 1.0.0 imports
- isopleuros >= 1.4.0 imports
- kairos >= 2.2.1 imports
- khroma >= 1.16.0 imports
- nexus >= 0.5.0 imports
- promises >= 1.3.2 imports
- sass >= 0.4.10 imports
- shiny >= 1.10.0 imports
- stats * imports
- tabula >= 3.3.0 imports
- utils * imports
- tinysnapshot * suggests
- tinytest * suggests