Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Mar 25, 2024
1 parent e44bc1a commit 3ea7ca4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ea7ca4

Please sign in to comment.