Skip to content

Commit c2e3ef8

Browse files
authored
Merge pull request #12 from Swechhya/changes-for-0.2.0-release
Changes for 0.2.0 release
2 parents c71a56c + 8d64327 commit c2e3ef8

File tree

13 files changed

+283
-25
lines changed

13 files changed

+283
-25
lines changed

DESCRIPTION

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

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
* begin to add tests
1212

13+
* add communication with shiny
14+
1315

1416
# excelR 0.1.0
1517

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# excelR
2-
[![version](http://www.r-pkg.org/badges/version/excelR)](https://CRAN.R-project.org/package=excelR)
3-
[![CRAN_Download_Badge](http://cranlogs.r-pkg.org/badges/grand-total/excelR)](http://cran.r-project.org/package=excelR)
2+
[![version](https://www.r-pkg.org/badges/version/excelR)](https://CRAN.R-project.org/package=excelR)
3+
[![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/grand-total/excelR)](https://cran.r-project.org/package=excelR)
44
[![Travis-CI Build Status](https://travis-ci.org/Swechhya/excelR.svg?branch=master)](https://travis-ci.org/Swechhya/excelR)
55
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/Swechhya/excelR?branch=master&svg=true)](https://ci.appveyor.com/project/Swechhya/excelR)
66
[![codecov](https://codecov.io/gh/Swechhya/excelR/branch/master/graph/badge.svg)](https://codecov.io/gh/Swechhya/excelR)
@@ -61,6 +61,7 @@ This package can be used in `shiny`
6161
- Pagination
6262
- Lazy loading
6363
- Native color picker
64-
- Great data picker: dropdown, autocomplete, multiple, group options and icons
64+
- Data picker dropdown with autocomplete, multiple, and icons feature
65+
- Date picker
6566

6667

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: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

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

docs/news/index.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/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: 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)