-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
23 lines (23 loc) · 854 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: excelR
Type: Package
Title: A Wrapper of the 'JavaScript' Library 'jExcel'
Version: 0.4.0
Authors@R: c(person("Swechhya", "Bista", email = "swechhyabista@gmail.com",
role = c("aut", "cre")),
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
Imports:
htmlwidgets (>= 1.3),
jsonlite (>= 1.6)
Suggests:
shiny (>= 1.3.1),
testthat (>= 2.0.0),
covr (>= 3.2.1)
URL: https://github.com/Swechhya/excelR
BugReports: https://github.com/Swechhya/excelR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1