Skip to content

Commit

Permalink
Add dataSync module. Improve support for tibbles. Fix dataFilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonHammill committed Jul 9, 2021
1 parent a539dfc commit 318fa38
Show file tree
Hide file tree
Showing 17 changed files with 700 additions and 97 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export(dataOutputServer)
export(dataOutputUI)
export(dataSelectServer)
export(dataSelectUI)
export(dataSyncServer)
export(dataSyncUI)
export(data_edit)
importFrom(htmltools,HTML)
importFrom(htmltools,br)
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* Display hints when user hovers cursor over buttons.
* Make sure R objects containing `.` can be loaded into the data editor.
* Turn on highlighting for columns and rows.
* Add `dataSync` module to handle synchronisation of an edited data subset with the complete dataset.
* Improved support for tibbles.
* Fix `dataFilter` to ensure the logic and levels are always updated when the column selection changes.

# DataEditR 0.1.2

Expand All @@ -12,7 +15,7 @@

# DataEditR 0.1.1

* Ensure `dataInput()` searches for data outside `data_edit()`.
* Ensure `dataInput` searches for data outside `data_edit()`.
* Prevent loading of highlighted data object in RStudio when data has been supplied to `data_edit()` directly.
* Allow saving by `write_fun` whenever `save_as` is supplied.

Expand Down
Loading

0 comments on commit 318fa38

Please sign in to comment.