From 3ea7ca48183a773cd99311f31b7551d916e9f3fb Mon Sep 17 00:00:00 2001 From: stla Date: Mon, 25 Mar 2024 11:27:53 +0100 Subject: [PATCH] README --- NEWS.md | 2 +- README.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index fc8a273..be440b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# jsTreeR 2.6.0 (2024-03-24) +# jsTreeR 2.6.0 (2024-03-25) - The `jstree` function has a new argument `coreOptions`, allowing to pass a list of jsTree core options. For advanced usage. diff --git a/README.md b/README.md index f1df170..34560c8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,27 @@ This package is similar to [shinyTree](https://github.com/shinyTree/shinyTree) but it allows more options. It also provides a Shiny gadget allowing to manipulate one or more folders. + +## Installation + +Install from CRAN: + +```r +install.packages("jsTreeR") +``` + +Or install the latest development version (on GitHub): + +```r +remotes::install_github("stla/jsTreeR") +``` + + +## Getting started + +Please check the [Shiny examples](https://github.com/stla/jsTreeR/tree/master/inst/examples) (see `?jstreeExamples`). + + ![](https://raw.githubusercontent.com/stla/jsTreeR/master/inst/screenshots/jsTreeR_dragAndDrop-update.gif) ![](https://raw.githubusercontent.com/stla/jsTreeR/master/inst/screenshots/jsTreeR_search.gif)