Skip to content

Commit

Permalink
Merge pull request #21 from Swechhya/changes-for-0.2.1-release
Browse files Browse the repository at this point in the history
Changes for 0.2.1 release
  • Loading branch information
Swechhya authored Aug 20, 2019
2 parents 92a5844 + 6e485b3 commit 2beeef1
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 11 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package: excelR
Type: Package
Title: A Wrapper of the 'JavaScript' Library 'jExcel'
Version: 0.2.0
Version: 0.2.1
Authors@R: c(person("Swechhya", "Bista", email = "swechhyabista@gmail.com",
role = c("aut", "cre")),
person("Kent", "Russell", role = c("ctb")))
person("Kent", "Russell", role = c("ctb")),
person("Mārcis", "Bratka", role = c("ctb")))
Maintainer: Swechhya Bista <swechhyabista@gmail.com>
Description: An R interface to 'jExcel' library to create web-based interactive tables and spreadsheets compatible with 'Excel' or any other spreadsheet software.
License: MIT + file LICENSE
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# excelR 0.2.1

* fix bug for shiny table update

* add readonly column attribute for columns

* fix bug to maintain cell selection on table update

* fix bug to handle events fired by jexcel

# excelR 0.2.0

* fix bug in which various arguments are not passed to the `htmlwidget`
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/excelOutput.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/reference/excelTable.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/excel_to_R.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/renderExcel.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2beeef1

Please sign in to comment.