-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
Package: rtabulator | ||
Type: Package | ||
Title: R Bindings for Tabulator JS | ||
Version: 0.1.0 | ||
Date: 2024-09-08 | ||
Version: 0.1.1 | ||
Date: 2024-09-13 | ||
Authors@R: c( | ||
person("Stefan", "Kuethe", email = "[email protected]", role = c("aut", "cre")), | ||
person("Nico", "Friess", email = "[email protected]", role = c("aut")) | ||
) | ||
Maintainer: Stefan Kuethe <[email protected]> | ||
Description: Provides R bindings for 'Tabulator JS' <https://tabulator.info/>. | ||
Makes it a breeze to create beautiful interactive tables. | ||
URL: | ||
https://github.com/eodaGmbH/rtabulator | ||
https://eodagmbh.github.io/rtabulator/ | ||
BugReports: https://github.com/eodaGmbH/rtabulator/issues | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# rtabulator 0.1.1 | ||
|
||
* Update docs | ||
* Add pkgdown site | ||
* Add function to create multi column headers | ||
* Add a lot of examples | ||
* Update README | ||
* Make `devtools::check()` pass 🚀 | ||
|
||
# rtabulator 0.1.0 | ||
|
||
* Add NEWS.md to track changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
setup <- tabulator_options( | ||
group_by = "Species", | ||
pagination = TRUE, | ||
pagination_size = 10, | ||
pagination_size_selector = c(10, 20, 50), | ||
movable_columns = TRUE, | ||
movable_rows = TRUE | ||
) | ||
tabulator(iris, setup) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.