Skip to content

Commit 2beeef1

Browse files
authored
Merge pull request #21 from Swechhya/changes-for-0.2.1-release
Changes for 0.2.1 release
2 parents 92a5844 + 6e485b3 commit 2beeef1

File tree

11 files changed

+39
-11
lines changed

11 files changed

+39
-11
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Package: excelR
22
Type: Package
33
Title: A Wrapper of the 'JavaScript' Library 'jExcel'
4-
Version: 0.2.0
4+
Version: 0.2.1
55
Authors@R: c(person("Swechhya", "Bista", email = "[email protected]",
66
role = c("aut", "cre")),
7-
person("Kent", "Russell", role = c("ctb")))
7+
person("Kent", "Russell", role = c("ctb")),
8+
person("Mārcis", "Bratka", role = c("ctb")))
89
Maintainer: Swechhya Bista <[email protected]>
910
Description: An R interface to 'jExcel' library to create web-based interactive tables and spreadsheets compatible with 'Excel' or any other spreadsheet software.
1011
License: MIT + file LICENSE

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# excelR 0.2.1
2+
3+
* fix bug for shiny table update
4+
5+
* add readonly column attribute for columns
6+
7+
* fix bug to maintain cell selection on table update
8+
9+
* fix bug to handle events fired by jexcel
10+
111
# excelR 0.2.0
212

313
* fix bug in which various arguments are not passed to the `htmlwidget`

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/excelOutput.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/excelTable.html

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/excel_to_R.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)