forked from jrowen/rhandsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 2.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: rhandsontable
Type: Package
Title: Interface to the 'Handsontable.js' Library
Version: 0.3.9
Authors@R: c(
person("Jonathan", "Owen", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Jeff", "Allen", role = c("ctb")),
person("Yihui", "Xie", role = c("ctb")),
person("Enzo", "Martoglio",
email = "[email protected]", role = c("ctb")),
person("Inberg", "Ger", role = c("ctb")),
person("Warpechowski", "Marcin", role = c("ctb", "cph"), comment = "Handsontable.js library"),
person("Handsoncode sp. z o.o.", role = c("ctb", "cph"), comment = "Handsontable.js library"),
person("Aisch", "Gregor", role = c("ctb", "cph"), comment = "Chroma.js library"),
person("Företagsplatsen", role = c("ctb", "cph"), comment = "Numbro.js library"),
person("Draper", "Adam", role = c("ctb", "cph"), comment = "Numeral.js library"),
person("Wood", "Tim", role = c("ctb", "cph"), comment = "Moment.js library"),
person("Chernev", "Iskren", role = c("ctb", "cph"), comment = "Moment.js library"),
person("Moment.js contributors", role = c("ctb", "cph"), comment = "Moment.js library"),
person("Bushell", "David", role = c("ctb", "cph"), comment = "Pikaday.js library"),
person("jQuery Foundation", role = c("ctb", "cph"), comment = "jQuery.js library"),
person("Splunk Inc", role = c("ctb", "cph"), comment = "Sparkline.js library"),
person("Russell", "Kent", role = c("ctb", "cph"), comment = "Sparkline.js library"),
person("Rohan", "Jon", role = c("ctb", "cph"), comment = "ZeroClipboard library"),
person("Greene", "James", role = c("ctb", "cph"), comment = "ZeroClipboard library"),
person("Hammill", "Dillon", role = c("ctb")))
Maintainer: Jonathan Owen <[email protected]>
Description: An R interface to the 'Handsontable' JavaScript library, which is a
minimalist Excel-like data grid editor. See <https://handsontable.com/> for details.
License: MIT + file LICENSE
URL: http://jrowen.github.io/rhandsontable/
BugReports: https://github.com/jrowen/rhandsontable/issues
Imports:
jsonlite,
htmlwidgets (>= 0.3.3),
magrittr,
methods,
utils
Suggests:
knitr,
rmarkdown,
shiny (>= 0.13),
miniUI (>= 0.1.1),
rstudioapi (>= 0.6),
htmltools
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8