diff --git a/kinesis/index.html b/kinesis/index.html index f6d1db31d..a2b4220f2 100644 --- a/kinesis/index.html +++ b/kinesis/index.html @@ -76,22 +76,22 @@
A collection of shiny application that provides graphical user interfaces for the tesselle packages.
+A collection of shiny applications that provides graphical user interfaces for the tesselle packages.
in publications use:
To cite kinesis
-N (2023). _kinesis: 'Shiny' Applications for the tesselle R
+ Frerebeau N (2023). _kinesis: 'Shiny' Applications for the 'tesselle'
Frerebeau
- Packages_. Université Bordeaux Montaigne, Pessac, France. R package0.0.0.9002, <https://packages.tesselle.org/kinesis/>.
+ version 0.0.0.9003, <https://packages.tesselle.org/kinesis/>.
version
for LaTeX users is
A BibTeX entry
@Manual{,
= {Nicolas Frerebeau},
- author = {{kinesis: 'Shiny' Applications for the tesselle R Packages}},
+ title = {{kinesis: 'Shiny' Applications for the 'tesselle' Packages}},
title = {2023},
year = {Université Bordeaux Montaigne},
organization = {Pessac, France},
- address = {R package version 0.0.0.9002},
+ note = {R package version 0.0.0.9003},
note = {https://packages.tesselle.org/kinesis/},
url
}
@@ -99,21 +99,34 @@ Overview<https://www.tesselle.org>.
You can install the latest version of kinesis from our repository with:
-
-install.packages("kinesis", repos = "https://tesselle.r-universe.dev")
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:
+
+install.packages("kinesis", repos = "https://tesselle.r-universe.dev")
And the development version from GitHub with:
+# install.packages("remotes")
+remotes::install_github("tesselle/kinesis")