Skip to content

Commit

Permalink
Merge pull request #12 from Swechhya/changes-for-0.2.0-release
Browse files Browse the repository at this point in the history
Changes for 0.2.0 release
  • Loading branch information
Swechhya authored Jul 26, 2019
2 parents c71a56c + 8d64327 commit c2e3ef8
Show file tree
Hide file tree
Showing 13 changed files with 283 additions and 25 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: excelR
Type: Package
Title: A Wrapper of the 'JavaScript' Library 'jExcel'
Version: 0.1.0
Author: Swechhya Bista
Version: 0.2.0
Authors@R: c(person("Swechhya", "Bista", email = "[email protected]",
role = c("aut", "cre")),
person("Kent", "Russell", role = c("ctb")))
Maintainer: Swechhya Bista <[email protected]>
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
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

* begin to add tests

* add communication with shiny


# excelR 0.1.0

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


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.

8 changes: 6 additions & 2 deletions docs/authors.html

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

59 changes: 47 additions & 12 deletions docs/index.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/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.

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

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

Loading

0 comments on commit c2e3ef8

Please sign in to comment.