Skip to content

Commit

Permalink
Prepare for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jan 14, 2025
1 parent 79322f6 commit 15add03
Show file tree
Hide file tree
Showing 9 changed files with 598 additions and 90 deletions.
393 changes: 369 additions & 24 deletions CITATION.cff

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: kinesis
Title: 'shiny' Applications for the 'tesselle' Packages
Version: 0.0.0.9004
Version: 0.1.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
Expand Down Expand Up @@ -29,7 +29,7 @@ Imports:
isopleuros (>= 1.3.0),
kairos (>= 2.2.0),
khroma (>= 1.15.0),
nexus (>= 0.3.0),
nexus (>= 0.4.0),
promises (>= 1.3.2),
sass (>= 0.4.9),
shiny (>= 1.10.0),
Expand Down
16 changes: 8 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# kinesis 0.0.0.9000
# kinesis 0.1.0
## Internals
* Import **arkhe** (>= 1.4.0).
* Import **dimensio** (>= 0.5.0).
* Import **isopleuros** (>= 1.0.0).
* Import **kairos** (>= 2.0.2).
* Import **khroma** (>= 1.11.0).
* Import **nexus** (>= 0.1.0).
* Import **tabula** (>= 3.0.1).
* Import **arkhe** (>= 1.9.0).
* Import **dimensio** (>= 0.11.0).
* Import **isopleuros** (>= 1.3.0).
* Import **kairos** (>= 2.2.0).
* Import **khroma** (>= 1.15.0).
* Import **nexus** (>= 0.4.0).
* Import **tabula** (>= 3.2.0).
2 changes: 1 addition & 1 deletion R/kinesis-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab kinesis \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 0.0.0.9000 \cr
#' **Version:** \tab 0.1.0 \cr
#' **License:** \tab GPL-3 \cr
#' }
#' @author
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ knitr::opts_chunk$set(
fig.path = "man/figures/README-",
out.width = "100%"
)
Sys.setlocale("LC_MESSAGES", 'en_GB.UTF-8') # Force locale
Sys.setenv(LANGUAGE = "en") # Force locale
```

# kinesis <img width=120px src="man/figures/logo.png" align="right" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/tesselle/kinesis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tesselle/kinesis/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/tesselle/kinesis/graph/badge.svg?token=i2n7T978ex)](https://codecov.io/gh/tesselle/kinesis)
[![codecov](https://codecov.io/gh/tesselle/kinesis/graph/badge.svg?token=i2n7T978ex)](https://app.codecov.io/gh/tesselle/kinesis)

[![r-universe](https://tesselle.r-universe.dev/badges/kinesis)](https://tesselle.r-universe.dev/kinesis){.pkgdown-devel}
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
<!-- badges: end -->

## Overview

A collection of [**shiny**](https://shiny.rstudio.com) applications that provides graphical user interfaces for the [tesselle](https://www.tesselle.org) packages.
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.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/tesselle/kinesis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tesselle/kinesis/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/tesselle/kinesis/graph/badge.svg?token=i2n7T978ex)](https://codecov.io/gh/tesselle/kinesis)
[![codecov](https://codecov.io/gh/tesselle/kinesis/graph/badge.svg?token=i2n7T978ex)](https://app.codecov.io/gh/tesselle/kinesis)

<a href="https://tesselle.r-universe.dev/kinesis"
class="pkgdown-devel"><img
Expand All @@ -19,7 +19,7 @@ public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostat

## Overview

A collection of [**shiny**](https://shiny.rstudio.com) applications that
A collection of [**shiny**](https://shiny.posit.co) applications that
provides graphical user interfaces for the
[tesselle](https://www.tesselle.org) packages.

Expand All @@ -36,9 +36,9 @@ for Research and Teaching in Archaeology.” *Advances in Archaeological
Practice*. <doi:10.1017/aap.2024.10>
<https://doi.org/10.1017/aap.2024.10>.

Frerebeau N (2024). *kinesis: ‘shiny’ Applications for the ‘tesselle’
Frerebeau N (2025). *kinesis: ‘shiny’ Applications for the ‘tesselle’
Packages*. Université Bordeaux Montaigne, Pessac, France. R package
version 0.0.0.9004, <https://packages.tesselle.org/kinesis/>.
version 0.1.0, <https://packages.tesselle.org/kinesis/>.

This package is a part of the tesselle project
<https://www.tesselle.org>.
Expand Down
Loading

0 comments on commit 15add03

Please sign in to comment.