Skip to content

Commit

Permalink
Updates for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Nov 16, 2019
1 parent fc700a2 commit 2b0924a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ Interactive data tables for R, based on the
- HTML widget that can be used in R Markdown documents and Shiny apps

## Installation
You can install reactable from CRAN with:
```r
install.packages("reactable")
```

You can install the development version from GitHub with:
Or install the development version from GitHub with:
```r
# install.packages("devtools")
devtools::install_github("glin/reactable")
Expand Down
3 changes: 0 additions & 3 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ reference:
- title: Use in Shiny apps
contents:
- reactable-shiny

development:
mode: unreleased

0 comments on commit 2b0924a

Please sign in to comment.