Skip to content

Commit 8544185

Browse files
authored
Merge pull request #24 from Swechhya/changes-for-0.3-release
Changes for 0.3.0 release
2 parents ca87bce + d4a9b3b commit 8544185

18 files changed

+306
-39
lines changed

.Rbuildignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
^inst\/images\/resizing.gif$
1818
^inst\/images\/search.gif$
1919
^inst\/images\/style.png$
20+
^inst\/images\/auto_col_type.gif$
21+
^inst\/images\/toolbar.png$
2022
^index\.Rmd
2123
^\.travis\.yml$
2224
^appveyor\.yml$
25+
^CODE_OF_CONDUCT\.md
26+
^\.github

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: excelR
22
Type: Package
33
Title: A Wrapper of the 'JavaScript' Library 'jExcel'
4-
Version: 0.2.1
4+
Version: 0.3.0
55
Authors@R: c(person("Swechhya", "Bista", email = "[email protected]",
66
role = c("aut", "cre")),
77
person("Kent", "Russell", role = c("ctb")),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# excelR 0.3.0
2+
3+
* add feature to auto detect column type from the data
4+
5+
* add feature to show toolbar
6+
17
# excelR 0.2.1
28

39
* fix bug for shiny table update

docs/CODE_OF_CONDUCT.html

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 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)